質問編集履歴

4

logcatを更新しました。Gradleを追記しました。

2017/03/31 14:22

投稿

t_306
t_306

スコア7

test CHANGED
File without changes
test CHANGED
@@ -124,52 +124,118 @@
124
124
 
125
125
 
126
126
 
127
- 追記(2/28 16:37)
128
-
129
- logcatのログです。実機はXperia C5 Ultra(android 6.0)を使いましたが現象は同じです。
130
-
131
- ```
132
-
133
- 02-28 16:18:45.877 17789-17789/? I/art: Late-enabling -Xcheck:jni
134
-
135
- 02-28 16:18:45.910 17789-17798/? I/System: FinalizerDaemon: finalize objects = 1
136
-
137
- 02-28 16:18:45.923 17789-17789/com.example.t_oot.sbtest I/ActivityThread: Switching default density from 480 to 360
138
-
139
- 02-28 16:18:45.930 17789-17789/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
140
-
141
- 02-28 16:18:45.956 17789-17789/com.example.t_oot.sbtest W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
142
-
143
- 02-28 16:18:46.038 17789-17789/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f81f62e60), client(39), share_fd(37)
144
-
145
- 02-28 16:18:46.071 17789-17809/com.example.t_oot.sbtest E/GED: Failed to get GED Log Buf, err(0)
146
-
147
- 02-28 16:18:46.072 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Initialized EGL, version 1.4
148
-
149
- 02-28 16:18:46.077 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Get enable program binary service property (1)
150
-
151
- 02-28 16:18:46.077 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Initializing program atlas...
152
-
153
- 02-28 16:18:46.082 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Program binary detail: Binary length is 146348, program map length is 128.
154
-
155
- 02-28 16:18:46.083 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 44, and path is /dev/ashmem�.
156
-
157
- 02-28 16:18:46.083 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: No need to use file discriptor anymore, close fd(44).
158
-
159
- 02-28 16:18:46.094 17789-17809/com.example.t_oot.sbtest W/libEGL: [ANDROID_RECORDABLE] format: 1
160
-
161
- 02-28 16:18:46.102 17789-17809/com.example.t_oot.sbtest I/PerfService: PerfServiceNative api init
162
-
163
- 02-28 16:18:46.109 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6af00), client(39), share_fd(46)
164
-
165
- 02-28 16:18:46.116 17789-17789/com.example.t_oot.sbtest I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4d67f2a time:16108461
166
-
167
- 02-28 16:18:49.998 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6afa0), client(39), share_fd(49)
168
-
169
- 02-28 16:18:50.149 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6b040), client(39), share_fd(51)
170
-
171
- 02-28 16:18:50.160 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6a820), client(39), share_fd(53)
172
-
173
-
174
-
175
- ```
127
+ 追記1 (3/31 23:16)
128
+
129
+ logcatのログを更新しました。実機はXperia C5 Ultra(android 6.0)を使いましたが現象は同じです。
130
+
131
+ ```
132
+
133
+ 03-31 23:14:51.791 7743-7743/? I/art: Late-enabling -Xcheck:jni
134
+
135
+ 03-31 23:14:51.843 7743-7743/com.example.t_oot.sbtest I/ActivityThread: Switching default density from 480 to 360
136
+
137
+ 03-31 23:14:51.854 7743-7743/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-1/lib/arm64
138
+
139
+ 03-31 23:14:51.975 7743-7743/com.example.t_oot.sbtest W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
140
+
141
+ 03-31 23:14:52.054 7743-7752/com.example.t_oot.sbtest I/System: FinalizerDaemon: finalize objects = 1
142
+
143
+ 03-31 23:14:52.148 7743-7743/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7fa76378e0), client(39), share_fd(37)
144
+
145
+ 03-31 23:14:52.200 7743-7784/com.example.t_oot.sbtest E/GED: Failed to get GED Log Buf, err(0)
146
+
147
+ 03-31 23:14:52.200 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: Initialized EGL, version 1.4
148
+
149
+ 03-31 23:14:52.205 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: Get enable program binary service property (1)
150
+
151
+ 03-31 23:14:52.205 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: Initializing program atlas...
152
+
153
+ 03-31 23:14:52.206 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: Program binary detail: Binary length is 146348, program map length is 128.
154
+
155
+ 03-31 23:14:52.207 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 44, and path is /dev/ashmem�.
156
+
157
+ 03-31 23:14:52.207 7743-7784/com.example.t_oot.sbtest I/OpenGLRenderer: No need to use file discriptor anymore, close fd(44).
158
+
159
+ 03-31 23:14:52.213 7743-7784/com.example.t_oot.sbtest W/libEGL: [ANDROID_RECORDABLE] format: 1
160
+
161
+ 03-31 23:14:52.225 7743-7784/com.example.t_oot.sbtest I/PerfService: PerfServiceNative api init
162
+
163
+ 03-31 23:14:52.235 7743-7784/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7fb1c67c80), client(39), share_fd(46)
164
+
165
+ 03-31 23:14:52.253 7743-7743/com.example.t_oot.sbtest I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@799da7c time:1133912660
166
+
167
+
168
+
169
+ ```
170
+
171
+
172
+
173
+
174
+
175
+ 追記2 (3/31 23:16)
176
+
177
+ Gradleの内容です。AndroidStudioで空のアプリを生成して内容はいじっていません。
178
+
179
+ ```
180
+
181
+ apply plugin: 'com.android.application'
182
+
183
+
184
+
185
+ android {
186
+
187
+ compileSdkVersion 25
188
+
189
+ buildToolsVersion "25.0.2"
190
+
191
+ defaultConfig {
192
+
193
+ applicationId "com.example.t_oot.sbtest"
194
+
195
+ minSdkVersion 23
196
+
197
+ targetSdkVersion 25
198
+
199
+ versionCode 1
200
+
201
+ versionName "1.0"
202
+
203
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
204
+
205
+ }
206
+
207
+ buildTypes {
208
+
209
+ release {
210
+
211
+ minifyEnabled false
212
+
213
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
214
+
215
+ }
216
+
217
+ }
218
+
219
+ }
220
+
221
+
222
+
223
+ dependencies {
224
+
225
+ compile fileTree(dir: 'libs', include: ['*.jar'])
226
+
227
+ androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
228
+
229
+ exclude group: 'com.android.support', module: 'support-annotations'
230
+
231
+ })
232
+
233
+ compile 'com.android.support:appcompat-v7:25.3.1'
234
+
235
+ testCompile 'junit:junit:4.12'
236
+
237
+ }
238
+
239
+
240
+
241
+ ```

3

エラーログをコード用に変更

2017/03/31 14:22

投稿

t_306
t_306

スコア7

test CHANGED
File without changes
test CHANGED
@@ -124,80 +124,52 @@
124
124
 
125
125
 
126
126
 
127
- 追記(2/28 15:27)
127
+ 追記(2/28 16:37)
128
128
 
129
- logcatのログです。実機はXperia C5 Ultraを使いましたが現象は同じです。
129
+ logcatのログです。実機はXperia C5 Ultra(android 6.0)を使いましたが現象は同じです。
130
+
131
+ ```
132
+
133
+ 02-28 16:18:45.877 17789-17789/? I/art: Late-enabling -Xcheck:jni
134
+
135
+ 02-28 16:18:45.910 17789-17798/? I/System: FinalizerDaemon: finalize objects = 1
136
+
137
+ 02-28 16:18:45.923 17789-17789/com.example.t_oot.sbtest I/ActivityThread: Switching default density from 480 to 360
138
+
139
+ 02-28 16:18:45.930 17789-17789/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
140
+
141
+ 02-28 16:18:45.956 17789-17789/com.example.t_oot.sbtest W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
142
+
143
+ 02-28 16:18:46.038 17789-17789/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f81f62e60), client(39), share_fd(37)
144
+
145
+ 02-28 16:18:46.071 17789-17809/com.example.t_oot.sbtest E/GED: Failed to get GED Log Buf, err(0)
146
+
147
+ 02-28 16:18:46.072 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Initialized EGL, version 1.4
148
+
149
+ 02-28 16:18:46.077 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Get enable program binary service property (1)
150
+
151
+ 02-28 16:18:46.077 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Initializing program atlas...
152
+
153
+ 02-28 16:18:46.082 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Program binary detail: Binary length is 146348, program map length is 128.
154
+
155
+ 02-28 16:18:46.083 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 44, and path is /dev/ashmem�.
156
+
157
+ 02-28 16:18:46.083 17789-17809/com.example.t_oot.sbtest I/OpenGLRenderer: No need to use file discriptor anymore, close fd(44).
158
+
159
+ 02-28 16:18:46.094 17789-17809/com.example.t_oot.sbtest W/libEGL: [ANDROID_RECORDABLE] format: 1
160
+
161
+ 02-28 16:18:46.102 17789-17809/com.example.t_oot.sbtest I/PerfService: PerfServiceNative api init
162
+
163
+ 02-28 16:18:46.109 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6af00), client(39), share_fd(46)
164
+
165
+ 02-28 16:18:46.116 17789-17789/com.example.t_oot.sbtest I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@4d67f2a time:16108461
166
+
167
+ 02-28 16:18:49.998 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6afa0), client(39), share_fd(49)
168
+
169
+ 02-28 16:18:50.149 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6b040), client(39), share_fd(51)
170
+
171
+ 02-28 16:18:50.160 17789-17809/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f83a6a820), client(39), share_fd(53)
130
172
 
131
173
 
132
174
 
133
- 02-28 15:20:33.641 31112-31112/? I/art: Late-enabling -Xcheck:jni
134
-
135
- 02-28 15:20:33.670 31112-31112/com.example.t_oot.sbtest I/ActivityThread: Switching default density from 480 to 360
136
-
137
- 02-28 15:20:33.674 31112-31112/com.example.t_oot.sbtest W/ActivityThread: Application com.example.t_oot.sbtest is waiting for the debugger on port 8100...
138
-
139
- 02-28 15:20:33.674 31112-31112/com.example.t_oot.sbtest I/System.out: Sending WAIT chunk
140
-
141
- 02-28 15:20:33.883 31112-31118/com.example.t_oot.sbtest I/art: Debugger is active
142
-
143
- 02-28 15:20:34.075 31112-31112/com.example.t_oot.sbtest I/System.out: Debugger has connected
144
-
145
- 02-28 15:20:34.075 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
146
-
147
- 02-28 15:20:34.275 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
148
-
149
- 02-28 15:20:34.475 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
150
-
151
- 02-28 15:20:34.675 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
152
-
153
- 02-28 15:20:34.875 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
154
-
155
- 02-28 15:20:35.075 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
156
-
157
- 02-28 15:20:35.276 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
158
-
159
- 02-28 15:20:35.476 31112-31112/com.example.t_oot.sbtest I/System.out: debugger has settled (1393)
160
-
161
- 02-28 15:20:35.481 31112-31112/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
162
-
163
- 02-28 15:20:35.485 31112-31112/com.example.t_oot.sbtest I/InstantRun: Instant Run Runtime started. Android package is com.example.t_oot.sbtest, real application class is null.
164
-
165
- 02-28 15:20:35.544 31112-31112/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
166
-
167
- 02-28 15:20:35.721 31112-31112/com.example.t_oot.sbtest W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
168
-
169
- 02-28 15:20:35.780 31112-31121/com.example.t_oot.sbtest I/System: FinalizerDaemon: finalize objects = 1
170
-
171
- 02-28 15:20:35.905 31112-31112/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f73048dc0), client(41), share_fd(39)
172
-
173
-
174
-
175
- --------- beginning of crash
176
-
177
- 02-28 15:20:35.969 31112-31168/com.example.t_oot.sbtest E/GED: Failed to get GED Log Buf, err(0)
178
-
179
- 02-28 15:20:35.970 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Initialized EGL, version 1.4
180
-
181
- 02-28 15:20:35.975 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Get enable program binary service property (1)
182
-
183
- 02-28 15:20:35.975 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Initializing program atlas...
184
-
185
- 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Program binary detail: Binary length is 146348, program map length is 128.
186
-
187
- 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 46, and path is /dev/ashmems.
188
-
189
- 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: No need to use file discriptor anymore, close fd(46).
190
-
191
- 02-28 15:20:35.985 31112-31168/com.example.t_oot.sbtest W/libEGL: [ANDROID_RECORDABLE] format: 1
192
-
193
- 02-28 15:20:36.024 31112-31168/com.example.t_oot.sbtest I/PerfService: PerfServiceNative api init
194
-
195
- 02-28 15:20:36.031 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c280), client(41), share_fd(48)
196
-
197
- 02-28 15:20:36.044 31112-31112/com.example.t_oot.sbtest I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@603e4ab time:12618389
198
-
199
- 02-28 15:20:52.548 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c320), client(41), share_fd(51)
200
-
201
- 02-28 15:20:52.720 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c3c0), client(41), share_fd(53)
202
-
203
- 02-28 15:20:52.732 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c500), client(41), share_fd(55)
175
+ ```

2

logcatの実機を追記

2017/02/28 07:38

投稿

t_306
t_306

スコア7

test CHANGED
File without changes
test CHANGED
@@ -126,7 +126,9 @@
126
126
 
127
127
  追記(2/28 15:27)
128
128
 
129
- logcatのログです。
129
+ logcatのログです。実機はXperia C5 Ultraを使いましたが現象は同じです。
130
+
131
+
130
132
 
131
133
  02-28 15:20:33.641 31112-31112/? I/art: Late-enabling -Xcheck:jni
132
134
 

1

logcatのログを追記しました

2017/02/28 06:36

投稿

t_306
t_306

スコア7

test CHANGED
File without changes
test CHANGED
@@ -119,3 +119,83 @@
119
119
  デバッガで動作を追ったところ最後の一行のnotifyでエラーが出ます。
120
120
 
121
121
  公式を見ても.setSmallIcon(Icon icon)については特に注意事項も見当たらず手詰まりの状態です。
122
+
123
+
124
+
125
+
126
+
127
+ 追記(2/28 15:27)
128
+
129
+ logcatのログです。
130
+
131
+ 02-28 15:20:33.641 31112-31112/? I/art: Late-enabling -Xcheck:jni
132
+
133
+ 02-28 15:20:33.670 31112-31112/com.example.t_oot.sbtest I/ActivityThread: Switching default density from 480 to 360
134
+
135
+ 02-28 15:20:33.674 31112-31112/com.example.t_oot.sbtest W/ActivityThread: Application com.example.t_oot.sbtest is waiting for the debugger on port 8100...
136
+
137
+ 02-28 15:20:33.674 31112-31112/com.example.t_oot.sbtest I/System.out: Sending WAIT chunk
138
+
139
+ 02-28 15:20:33.883 31112-31118/com.example.t_oot.sbtest I/art: Debugger is active
140
+
141
+ 02-28 15:20:34.075 31112-31112/com.example.t_oot.sbtest I/System.out: Debugger has connected
142
+
143
+ 02-28 15:20:34.075 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
144
+
145
+ 02-28 15:20:34.275 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
146
+
147
+ 02-28 15:20:34.475 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
148
+
149
+ 02-28 15:20:34.675 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
150
+
151
+ 02-28 15:20:34.875 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
152
+
153
+ 02-28 15:20:35.075 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
154
+
155
+ 02-28 15:20:35.276 31112-31112/com.example.t_oot.sbtest I/System.out: waiting for debugger to settle...
156
+
157
+ 02-28 15:20:35.476 31112-31112/com.example.t_oot.sbtest I/System.out: debugger has settled (1393)
158
+
159
+ 02-28 15:20:35.481 31112-31112/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
160
+
161
+ 02-28 15:20:35.485 31112-31112/com.example.t_oot.sbtest I/InstantRun: Instant Run Runtime started. Android package is com.example.t_oot.sbtest, real application class is null.
162
+
163
+ 02-28 15:20:35.544 31112-31112/com.example.t_oot.sbtest W/System: ClassLoader referenced unknown path: /data/app/com.example.t_oot.sbtest-2/lib/arm64
164
+
165
+ 02-28 15:20:35.721 31112-31112/com.example.t_oot.sbtest W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
166
+
167
+ 02-28 15:20:35.780 31112-31121/com.example.t_oot.sbtest I/System: FinalizerDaemon: finalize objects = 1
168
+
169
+ 02-28 15:20:35.905 31112-31112/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f73048dc0), client(41), share_fd(39)
170
+
171
+
172
+
173
+ --------- beginning of crash
174
+
175
+ 02-28 15:20:35.969 31112-31168/com.example.t_oot.sbtest E/GED: Failed to get GED Log Buf, err(0)
176
+
177
+ 02-28 15:20:35.970 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Initialized EGL, version 1.4
178
+
179
+ 02-28 15:20:35.975 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Get enable program binary service property (1)
180
+
181
+ 02-28 15:20:35.975 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Initializing program atlas...
182
+
183
+ 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Program binary detail: Binary length is 146348, program map length is 128.
184
+
185
+ 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: Succeeded to mmap program binaries. File descriptor is 46, and path is /dev/ashmems.
186
+
187
+ 02-28 15:20:35.977 31112-31168/com.example.t_oot.sbtest I/OpenGLRenderer: No need to use file discriptor anymore, close fd(46).
188
+
189
+ 02-28 15:20:35.985 31112-31168/com.example.t_oot.sbtest W/libEGL: [ANDROID_RECORDABLE] format: 1
190
+
191
+ 02-28 15:20:36.024 31112-31168/com.example.t_oot.sbtest I/PerfService: PerfServiceNative api init
192
+
193
+ 02-28 15:20:36.031 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c280), client(41), share_fd(48)
194
+
195
+ 02-28 15:20:36.044 31112-31112/com.example.t_oot.sbtest I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@603e4ab time:12618389
196
+
197
+ 02-28 15:20:52.548 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c320), client(41), share_fd(51)
198
+
199
+ 02-28 15:20:52.720 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c3c0), client(41), share_fd(53)
200
+
201
+ 02-28 15:20:52.732 31112-31168/com.example.t_oot.sbtest I/[MALI][Gralloc]: [+]r_hnd(0x7f6ff5c500), client(41), share_fd(55)