回答編集履歴

1

誤字の修正

2017/07/18 05:03

投稿

rafiene3249
rafiene3249

スコア53

test CHANGED
@@ -1,14 +1,4 @@
1
- 長いので肝心な所だけ抜粋
2
-
3
-
4
-
5
- java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.syoribuuser.firstfragment/com.example.syoribuuser.firstfragment$Management.Manager}: java.lang.ClassNotFoundException: Didn't find class "com.example.syoribuuser.firstfragment$Management.Manager"
6
-
7
-
8
-
9
-
10
-
11
- 内容:
1
+ 長いので肝心な所の内容だけ:
12
2
 
13
3
 
14
4
 
@@ -44,11 +34,11 @@
44
34
 
45
35
  } catch ( RuntimeException e ) {
46
36
 
47
- // Log.c("デバッグ","RuntimeException が発生した:" + e.getMessage())
37
+ // Log.d("デバッグ","RuntimeException が発生した:" + e.getMessage())
48
38
 
49
39
  } catch ( ClassNotFoundException e ) {
50
40
 
51
- // Log.c("デバッグ","ClassNotFoundException が発生:" + e.getMessage())
41
+ // Log.d("デバッグ","ClassNotFoundException が発生:" + e.getMessage())
52
42
 
53
43
  }
54
44