Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.21 KB | None | 0 0
  1. android_printLog'
  2. __android_log_print(prio, tag, __VA_ARGS__)
  3. ^~~~~~~~~~~
  4. device/samsung/zero-common/camera/Camera2Wrapper.cpp:358:62: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  5. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  6. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. %08lX
  8. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  9. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  10. ^~~~~~~~~~~
  11. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  12. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  13. ^~~~~~~~~~~
  14. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  15. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  16. ^~~~~~~~~~~
  17. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  18. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  19. ^~~~~~~~~~~
  20. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  21. __android_log_print(prio, tag, __VA_ARGS__)
  22. ^~~~~~~~~~~
  23. device/samsung/zero-common/camera/Camera2Wrapper.cpp:367:43: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  24. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  25. ~~~~ ^~~~~~~~~~~~~~~~~
  26. %08lX
  27. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  28. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  29. ^~~~~~~~~~~
  30. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  31. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  32. ^~~~~~~~~~~
  33. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  34. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  35. ^~~~~~~~~~~
  36. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  37. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  38. ^~~~~~~~~~~
  39. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  40. __android_log_print(prio, tag, __VA_ARGS__)
  41. ^~~~~~~~~~~
  42. device/samsung/zero-common/camera/Camera2Wrapper.cpp:367:62: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  43. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  44. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. %08lX
  46. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  47. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  48. ^~~~~~~~~~~
  49. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  50. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  51. ^~~~~~~~~~~
  52. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  53. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  54. ^~~~~~~~~~~
  55. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  56. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  57. ^~~~~~~~~~~
  58. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  59. __android_log_print(prio, tag, __VA_ARGS__)
  60. ^~~~~~~~~~~
  61. device/samsung/zero-common/camera/Camera2Wrapper.cpp:377:43: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  62. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  63. ~~~~ ^~~~~~~~~~~~~~~~~
  64. %08lX
  65. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  66. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  67. ^~~~~~~~~~~
  68. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  69. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  70. ^~~~~~~~~~~
  71. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  72. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  73. ^~~~~~~~~~~
  74. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  75. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  76. ^~~~~~~~~~~
  77. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  78. __android_log_print(prio, tag, __VA_ARGS__)
  79. ^~~~~~~~~~~
  80. device/samsung/zero-common/camera/Camera2Wrapper.cpp:377:62: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  81. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  82. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  83. %08lX
  84. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  85. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  86. ^~~~~~~~~~~
  87. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  88. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  89. ^~~~~~~~~~~
  90. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  91. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  92. ^~~~~~~~~~~
  93. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  94. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  95. ^~~~~~~~~~~
  96. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  97. __android_log_print(prio, tag, __VA_ARGS__)
  98. ^~~~~~~~~~~
  99. device/samsung/zero-common/camera/Camera2Wrapper.cpp:387:43: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  100. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  101. ~~~~ ^~~~~~~~~~~~~~~~~
  102. %08lX
  103. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  104. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  105. ^~~~~~~~~~~
  106. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  107. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  108. ^~~~~~~~~~~
  109. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  110. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  111. ^~~~~~~~~~~
  112. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  113. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  114. ^~~~~~~~~~~
  115. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  116. __android_log_print(prio, tag, __VA_ARGS__)
  117. ^~~~~~~~~~~
  118. device/samsung/zero-common/camera/Camera2Wrapper.cpp:387:62: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  119. ALOGV("%s->%08X->%08X", __FUNCTION__, (uintptr_t)device, (uintptr_t)(((wrapper_camera2_device_t*)device)->vendor));
  120. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121. %08lX
  122. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  123. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  124. ^~~~~~~~~~~
  125. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  126. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  127. ^~~~~~~~~~~
  128. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  129. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  130. ^~~~~~~~~~~
  131. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  132. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  133. ^~~~~~~~~~~
  134. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  135. __android_log_print(prio, tag, __VA_ARGS__)
  136. ^~~~~~~~~~~
  137. device/samsung/zero-common/camera/Camera2Wrapper.cpp:474:68: warning: format specifies type 'unsigned int' but the argument has type 'uintptr_t' (aka 'unsigned long') [-Wformat]
  138. ALOGV("%s: got vendor camera device 0x%08X", __FUNCTION__, (uintptr_t)(camera2_device->vendor));
  139. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  140. %08lX
  141. system/core/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  142. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  143. ^~~~~~~~~~~
  144. system/core/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  145. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  146. ^~~~~~~~~~~
  147. system/core/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  148. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  149. ^~~~~~~~~~~
  150. system/core/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  151. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  152. ^~~~~~~~~~~
  153. system/core/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  154. __android_log_print(prio, tag, __VA_ARGS__)
  155. ^~~~~~~~~~~
  156. 47 warnings generated.
  157. [ 73% 71151/96967] target C++: c...o-common/camera/CameraWrapper.cpp
  158. device/samsung/zero-common/camera/CameraWrapper.cpp:115:90: warning: unused parameter 'halVersion' [-Wunused-parameter]
  159. static int camera_open_legacy(const struct hw_module_t* module, const char* id, uint32_t halVersion, struct hw_device_t** device)
  160. ^
  161. 1 warning generated.
  162. [ 73% 71309/96967] target C++: l... <= system/vold/MetadataCrypt.cpp
  163. 6 warnings generated.
  164. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  165. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  166. [ 73% 71608/96967] target C++: libvold <= system/vold/Utils.cpp
  167. 6 warnings generated.
  168. Suppressed 7 warnings (5 in non-user code, 1 NOLINT, 1 with check filters).
  169. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  170. [ 73% 71642/96967] target C++: l...vold <= system/vold/Ext4Crypt.cpp
  171. 6 warnings generated.
  172. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  173. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  174. [ 73% 71648/96967] target C++: l...old <= system/vold/KeyStorage.cpp
  175. 6 warnings generated.
  176. Suppressed 6 warnings (5 in non-user code, 1 with check filters).
  177. Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
  178. [ 79% 76654/96967] //packages/app...+ com_android_bluetooth_avrcp.cpp
  179. packages/apps/Bluetooth/jni/com_android_bluetooth_avrcp.cpp:816:9: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
  180. uid);
  181. ^~~
  182. system/core/liblog/include/log/log_main.h:183:28: note: expanded from macro 'ALOGV'
  183. #define ALOGV(...) __ALOGV(__VA_ARGS__)
  184. ^~~~~~~~~~~
  185. system/core/liblog/include/log/log_main.h:174:56: note: expanded from macro '__ALOGV'
  186. #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  187. ^~~~~~~~~~~
  188. system/core/liblog/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  189. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  190. ^~~~~~~~~~~
  191. system/core/liblog/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  192. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  193. ^~~~~~~~~~~
  194. system/core/liblog/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  195. __android_log_print(prio, tag, __VA_ARGS__)
  196. ^~~~~~~~~~~
  197. 1 warning generated.
  198. [ 82% 79966/96967] host Java: con...crypt-host_intermediates/classes)
  199. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  200. 1 warning
  201. [ 82% 79977/96967] host Java: bou...astle-host_intermediates/classes)
  202. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  203. 1 warning
  204. [ 82% 80030/96967] host Java: gua...S/guavalib_intermediates/classes)
  205. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  206. 1 warning
  207. [ 82% 80031/96967] host Java: bou...cpkix-host_intermediates/classes)
  208. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  209. 1 warning
  210. [ 82% 80096/96967] host Java: aha...ARIES/ahat_intermediates/classes)
  211. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  212. 1 warning
  213. [ 82% 80279/96967] Docs droiddoc:...common/docs/apache-http-stubs-gen
  214. external/apache-http/android/src/com/android/internal/http/multipart/Part.java:61: warning 113: Field com.android.internal.http.multipart.Part.BOUNDARY: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  215. external/apache-http/android/src/com/android/internal/http/multipart/Part.java:67: warning 113: Field com.android.internal.http.multipart.Part.BOUNDARY_BYTES: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  216. external/apache-http/android/src/com/android/internal/http/multipart/Part.java:128: warning 113: Method com.android.internal.http.multipart.Part.getBoundary: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  217. external/apache-http/src/org/apache/commons/codec/language/Soundex.java:194: warning 113: Method org.apache.commons.codec.language.Soundex.getMaxLength: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  218. external/apache-http/src/org/apache/commons/codec/language/Soundex.java:231: warning 113: Method org.apache.commons.codec.language.Soundex.setMaxLength: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  219. external/apache-http/src/org/apache/commons/codec/net/URLCodec.java:356: warning 113: Method org.apache.commons.codec.net.URLCodec.getEncoding: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  220. external/apache-http/src/org/apache/commons/logging/impl/LogFactoryImpl.java:513: warning 113: Method org.apache.commons.logging.impl.LogFactoryImpl.getLogClassName: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  221. external/apache-http/src/org/apache/commons/logging/impl/LogFactoryImpl.java:538: warning 113: Method org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  222. external/apache-http/src/org/apache/commons/logging/impl/LogFactoryImpl.java:556: warning 113: Method org.apache.commons.logging.impl.LogFactoryImpl.isJdk13LumberjackAvailable: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  223. external/apache-http/src/org/apache/commons/logging/impl/LogFactoryImpl.java:572: warning 113: Method org.apache.commons.logging.impl.LogFactoryImpl.isJdk14Available: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  224. external/apache-http/src/org/apache/commons/logging/impl/LogFactoryImpl.java:585: warning 113: Method org.apache.commons.logging.impl.LogFactoryImpl.isLog4JAvailable: @Deprecated annotation (not present) and @deprecated doc tag (present) do not match
  225. DroidDoc took 6 sec. to write docs to /home/nilce13cohen/cr/out/target/common/docs/apache-http-stubs-gen
  226. [ 82% 80292/96967] target Prebuil...ebview_intermediates/package.apk)
  227. Archive: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/webview_intermediates/package.apk
  228. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/webview_intermediates/uncompressedlibs/lib/arm64-v8a/libwebviewchromium.so
  229. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/webview_intermediates/uncompressedlibs/lib/armeabi-v7a/libwebviewchromium.so
  230. deleting: lib/arm64-v8a/libwebviewchromium.so
  231. deleting: lib/armeabi-v7a/libwebviewchromium.so
  232. adding: lib/arm64-v8a/libwebviewchromium.so (stored 0%)
  233. adding: lib/armeabi-v7a/libwebviewchromium.so (stored 0%)
  234. [ 83% 80557/96967] target Prebuil...AdAway_intermediates/package.apk)
  235. Archive: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/AdAway_intermediates/package.apk
  236. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/AdAway_intermediates/uncompressedlibs/lib/arm64-v8a/libblank_webserver_exec.so
  237. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/AdAway_intermediates/uncompressedlibs/lib/arm64-v8a/libtcpdump_exec.so
  238. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/AdAway_intermediates/uncompressedlibs/lib/armeabi/libblank_webserver_exec.so
  239. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/AdAway_intermediates/uncompressedlibs/lib/armeabi/libtcpdump_exec.so
  240. deleting: lib/arm64-v8a/libblank_webserver_exec.so
  241. deleting: lib/arm64-v8a/libtcpdump_exec.so
  242. deleting: lib/armeabi/libblank_webserver_exec.so
  243. deleting: lib/armeabi/libtcpdump_exec.so
  244. adding: lib/arm64-v8a/libblank_webserver_exec.so (stored 0%)
  245. adding: lib/arm64-v8a/libtcpdump_exec.so (stored 0%)
  246. adding: lib/armeabi/libblank_webserver_exec.so (stored 0%)
  247. adding: lib/armeabi/libtcpdump_exec.so (stored 0%)
  248. [ 83% 80559/96967] target Prebuil...ebuilt_intermediates/package.apk)
  249. Archive: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/CtsShimPrivPrebuilt_intermediates/package.apk
  250. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/CtsShimPrivPrebuilt_intermediates/uncompressedlibs/lib/arm64-v8a/libshim_jni.so
  251. inflating: /home/nilce13cohen/cr/out/target/product/zerofltexx/obj/APPS/CtsShimPrivPrebuilt_intermediates/uncompressedlibs/lib/armeabi-v7a/libshim_jni.so
  252. deleting: lib/arm64-v8a/libshim_jni.so
  253. deleting: lib/armeabi-v7a/libshim_jni.so
  254. adding: lib/arm64-v8a/libshim_jni.so (stored 0%)
  255. adding: lib/armeabi-v7a/libshim_jni.so (stored 0%)
  256. [ 83% 80590/96967] target Package...ovider_intermediates/package.apk)
  257. warning: string 'upgrade_msg' has no default translation.
  258. warning: string 'upgrade_msg' is missing 92 required localizations: af_ZA am_ET ar_EG be_BY bg_BG bn_BD bs_BA ca_ES cs_CZ da_DK de_AT de_CH de_DE de_LI el_GR en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU es_ES es_US et_EE eu_ES fa_IR fi_FI fr_BE fr_CA fr_CH fr_FR gl_ES gu_IN hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_CH it_IT iw_IL ja_JP ka_GE kk_KZ km_KH kn_IN ko_KR ky_KG lo_LA lt_LT lv_LV mk_MK ml_IN mn_MN mr_IN ms_MY my_MM nb_NO ne_NP nl_BE nl_NL pa_IN pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sk_SK sl_SI sq_AL sr_Latn_RS sr_RS sv_SE sw_TZ ta_IN te_IN th_TH tl_PH tr_TR uk_UA ur_PK uz_UZ vi_VN zh_CN zh_HK zh_TW zu_ZA
  259. [ 83% 80614/96967] Docs droiddoc:.../out/target/common/docs/api-stubs
  260. DroidDoc took 51 sec. to write docs to /home/nilce13cohen/cr/out/target/common/docs/api-stubs
  261. [ 83% 80623/96967] Docs droiddoc:...rget/common/docs/system-api-stubs
  262. DroidDoc took 52 sec. to write docs to /home/nilce13cohen/cr/out/target/common/docs/system-api-stubs
  263. [ 83% 80640/96967] Compiling SDK ...current_intermediates/classes.jar
  264. Note: Some input files use or override a deprecated API.
  265. Note: Recompile with -Xlint:deprecation for details.
  266. Note: Some input files use unchecked or unsafe operations.
  267. Note: Recompile with -Xlint:unchecked for details.
  268. [ 83% 80645/96967] Compiling SDK ...current_intermediates/classes.jar
  269. Note: Some input files use or override a deprecated API.
  270. Note: Recompile with -Xlint:deprecation for details.
  271. Note: Some input files use unchecked or unsafe operations.
  272. Note: Recompile with -Xlint:unchecked for details.
  273. [ 84% 81921/96967] target Package...lendar_intermediates/package.apk)
  274. nothing matches overlay file ic_colorpicker_swatch_selected.png, for flavor xhdpi-v4
  275. [ 84% 81947/96967] target Package.../Email_intermediates/package.apk)
  276. nothing matches overlay file ic_cancel_wht_24dp.png, for flavor hdpi-v4
  277. [ 84% 81960/96967] target Package...dMusic_intermediates/package.apk)
  278. warning: string 'app_shortcut_last_added_long' has no default translation.
  279. warning: string 'app_shortcut_last_added_long' is missing 80 required localizations: af_ZA am_ET ar_EG az_AZ be_BY bg_BG bn_BD bs_BA ca_ES da_DK el_GR en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU es_ES es_US et_EE eu_ES fa_IR fi_FI gl_ES gu_IN hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_CH it_IT iw_IL ja_JP ka_GE kk_KZ km_KH kn_IN ko_KR ky_KG lo_LA lt_LT lv_LV mk_MK ml_IN mn_MN mr_IN ms_MY my_MM nb_NO ne_NP nl_BE nl_NL pa_IN pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sl_SI sq_AL sr_Latn_RS sr_RS sw_TZ ta_IN te_IN th_TH tl_PH uk_UA ur_PK uz_UZ zh_CN zh_HK zh_TW zu_ZA
  280. warning: string 'app_shortcut_last_added_short' has no default translation.
  281. warning: string 'app_shortcut_last_added_short' is missing 80 required localizations: af_ZA am_ET ar_EG az_AZ be_BY bg_BG bn_BD bs_BA ca_ES da_DK el_GR en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU es_ES es_US et_EE eu_ES fa_IR fi_FI gl_ES gu_IN hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_CH it_IT iw_IL ja_JP ka_GE kk_KZ km_KH kn_IN ko_KR ky_KG lo_LA lt_LT lv_LV mk_MK ml_IN mn_MN mr_IN ms_MY my_MM nb_NO ne_NP nl_BE nl_NL pa_IN pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sl_SI sq_AL sr_Latn_RS sr_RS sw_TZ ta_IN te_IN th_TH tl_PH uk_UA ur_PK uz_UZ zh_CN zh_HK zh_TW zu_ZA
  282. warning: string 'app_shortcut_shuffle_all_long' has no default translation.
  283. warning: string 'app_shortcut_shuffle_all_long' is missing 80 required localizations: af_ZA am_ET ar_EG az_AZ be_BY bg_BG bn_BD bs_BA ca_ES da_DK el_GR en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU es_ES es_US et_EE eu_ES fa_IR fi_FI gl_ES gu_IN hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_CH it_IT iw_IL ja_JP ka_GE kk_KZ km_KH kn_IN ko_KR ky_KG lo_LA lt_LT lv_LV mk_MK ml_IN mn_MN mr_IN ms_MY my_MM nb_NO ne_NP nl_BE nl_NL pa_IN pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sl_SI sq_AL sr_Latn_RS sr_RS sw_TZ ta_IN te_IN th_TH tl_PH uk_UA ur_PK uz_UZ zh_CN zh_HK zh_TW zu_ZA
  284. warning: string 'app_shortcut_top_tracks_long' has no default translation.
  285. warning: string 'app_shortcut_top_tracks_long' is missing 80 required localizations: af_ZA am_ET ar_EG az_AZ be_BY bg_BG bn_BD bs_BA ca_ES da_DK el_GR en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU es_ES es_US et_EE eu_ES fa_IR fi_FI gl_ES gu_IN hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_CH it_IT iw_IL ja_JP ka_GE kk_KZ km_KH kn_IN ko_KR ky_KG lo_LA lt_LT lv_LV mk_MK ml_IN mn_MN mr_IN ms_MY my_MM nb_NO ne_NP nl_BE nl_NL pa_IN pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sl_SI sq_AL sr_Latn_RS sr_RS sw_TZ ta_IN te_IN th_TH tl_PH uk_UA ur_PK uz_UZ zh_CN zh_HK zh_TW zu_ZA
  286. [ 84% 81992/96967] target Package...amera2_intermediates/package.apk)
  287. warning: no entries written for bool/only_use_portrait (0x7f0b0001)
  288. warning: no entries written for bool/picker_is_dialog (0x7f0b0002)
  289. warning: no entries written for dimen/category_panel_height (0x7f0d00ac)
  290. warning: no entries written for dimen/category_panel_icon_size (0x7f0d00ad)
  291. warning: no entries written for dimen/category_panel_text_size (0x7f0d00ae)
  292. warning: no entries written for dimen/category_panel_margin (0x7f0d00af)
  293. warning: no entries written for style/DialogPickerTheme (0x7f0f0028)
  294. [ 84% 82097/96967] target dex2oat...ars/system/framework/arm/boot.art
  295. dex2oatd I 03-20 18:57:23 28776 28776 dex2oat.cc:3112] /home/nilce13cohen/cr/out/host/linux-x86/bin/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiled-classes=frameworks/base/config/compiled-classes-phone --image-classes=frameworks/base/config/preloaded-classes --dirty-image-objects=frameworks/base/config/dirty-image-objects --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.dirtyunicorns.utils_intermediates/javalib.jar --dex-location=/system/framework/core-oj.jar --dex-location=/system/framework/core-libart.jar --dex-location=/system/framework/conscrypt.jar --dex-location=/system/framework/okhttp.jar --dex-location=/system/framework/bouncycastle.jar --dex-location=/system/framework/apache-xml.jar --dex-location=/system/framework/legacy-test.jar --dex-location=/system/framework/ext.jar --dex-location=/system/framework/framework.jar --dex-location=/system/framework/telephony-common.jar --dex-location=/system/framework/voip-common.jar --dex-location=/system/framework/ims-common.jar --dex-location=/system/framework/org.apache.http.legacy.boot.jar --dex-location=/system/framework/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/org.dirtyunicorns.utils.jar --oat-symbols=/home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/framework/arm/boot.oat --oat-file=/home/nilce13cohen/cr/out/target/product/zerofltexx/dex_bootjars/system/framework/arm/boot.oat --oat-location=/system/framework/arm/boot.oat --image=/home/nilce13cohen/cr/out/target/product/zerofltexx/dex_bootjars/system/framework/arm/boot.art --base=0x70000000 --instruction-set=arm --instruction-set-variant=cortex-a53.a57 --instruction-set-features=default --android-root=/home/nilce13cohen/cr/out/target/product/zerofltexx/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --generate-mini-debug-info
  296. dex2oatd I 03-20 18:57:23 28776 28776 parsed_options.cc:500] setting boot class path to /home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.dirtyunicorns.utils_intermediates/javalib.jar
  297. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  298. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  299. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  300. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  301. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  302. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  303. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  304. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  305. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  306. dex2oatd W 03-20 18:57:52 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  307. dex2oatd W 03-20 18:58:01 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  308. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  309. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  310. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  311. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  312. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  313. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  314. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  315. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  316. dex2oatd W 03-20 18:58:02 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  317. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  318. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  319. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  320. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  321. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  322. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  323. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  324. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  325. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  326. dex2oatd W 03-20 18:58:09 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  327. dex2oatd I 03-20 18:58:09 28776 28776 heap.cc:2651] Explicit concurrent copying GC freed 57662(7MB) AllocSpace objects, 0(0B) LOS objects, 41% free, 8MB/14MB, paused 20.995ms,120.395ms total 429.188ms
  328. dex2oatd I 03-20 18:58:26 28776 28796 compiler.cc:48] Method exceeds compiler instruction limit: 25337 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()
  329. dex2oatd W 03-20 18:58:59 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  330. dex2oatd W 03-20 18:59:00 28776 28798 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  331. dex2oatd W 03-20 18:59:00 28776 28798 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  332. dex2oatd W 03-20 18:59:00 28776 28798 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  333. dex2oatd W 03-20 18:59:00 28776 28798 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  334. dex2oatd W 03-20 18:59:05 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  335. dex2oatd W 03-20 18:59:05 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  336. dex2oatd W 03-20 18:59:05 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  337. dex2oatd W 03-20 18:59:05 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  338. dex2oatd W 03-20 18:59:05 28776 28776 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  339. dex2oatd W 03-20 18:59:05 28776 28795 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  340. dex2oatd W 03-20 18:59:05 28776 28795 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  341. dex2oatd W 03-20 18:59:05 28776 28795 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  342. dex2oatd W 03-20 18:59:05 28776 28796 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  343. dex2oatd W 03-20 18:59:05 28776 28799 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  344. dex2oatd I 03-20 18:59:06 28776 28776 heap.cc:2651] Explicit concurrent copying GC freed 40141(4MB) AllocSpace objects, 0(0B) LOS objects, 60% free, 3MB/9MB, paused 135.578ms,43.417ms total 297.722ms
  345. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] compiler [Exclusive time] [Total time]
  346. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.148s/2.745s dex2oat Setup
  347. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s CreateOatWriters
  348. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s AddDexFileSources
  349. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s/2.436s Writing and opening dex files
  350. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  351. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.086s Write Dex files
  352. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.130s OpenDexFiles
  353. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.025s WriteTypeLookupTables
  354. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  355. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  356. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.058s Write Dex files
  357. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.082s OpenDexFiles
  358. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s WriteTypeLookupTables
  359. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  360. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  361. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.009s Write Dex files
  362. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s OpenDexFiles
  363. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s WriteTypeLookupTables
  364. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s WriteDexLayoutSections
  365. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  366. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.012s Write Dex files
  367. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s OpenDexFiles
  368. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  369. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  370. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  371. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.027s Write Dex files
  372. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.042s OpenDexFiles
  373. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  374. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  375. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  376. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.048s Write Dex files
  377. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.032s OpenDexFiles
  378. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.010s WriteTypeLookupTables
  379. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.022s WriteDexLayoutSections
  380. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  381. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s Write Dex files
  382. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s OpenDexFiles
  383. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  384. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  385. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  386. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.017s Write Dex files
  387. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.018s OpenDexFiles
  388. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s WriteTypeLookupTables
  389. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  390. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  391. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.341s Write Dex files
  392. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 1.200s OpenDexFiles
  393. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s WriteTypeLookupTables
  394. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  395. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  396. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.040s Write Dex files
  397. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.047s OpenDexFiles
  398. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s WriteTypeLookupTables
  399. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  400. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  401. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.009s Write Dex files
  402. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s OpenDexFiles
  403. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s WriteTypeLookupTables
  404. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  405. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  406. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.018s Write Dex files
  407. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s OpenDexFiles
  408. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  409. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s WriteDexLayoutSections
  410. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  411. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.011s Write Dex files
  412. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s OpenDexFiles
  413. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s WriteTypeLookupTables
  414. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  415. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  416. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Write Dex files
  417. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s OpenDexFiles
  418. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  419. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  420. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  421. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Write Dex files
  422. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s OpenDexFiles
  423. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  424. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  425. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatHeader
  426. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s Write Dex files
  427. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s OpenDexFiles
  428. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s WriteTypeLookupTables
  429. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  430. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.158s Create runtime
  431. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.769s/99.259s dex2oat Compile
  432. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 5.216s LoadImageClasses
  433. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.424s Resolve Types
  434. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.039s Resolve MethodsAndFields
  435. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.151s Resolve Types
  436. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.040s Resolve MethodsAndFields
  437. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.049s Resolve Types
  438. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s Resolve MethodsAndFields
  439. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.017s Resolve Types
  440. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Resolve MethodsAndFields
  441. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.131s Resolve Types
  442. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s Resolve MethodsAndFields
  443. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.573s Resolve Types
  444. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s Resolve MethodsAndFields
  445. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Resolve Types
  446. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  447. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.292s Resolve Types
  448. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s Resolve MethodsAndFields
  449. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 5.573s Resolve Types
  450. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.165s Resolve MethodsAndFields
  451. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 12.528s Resolve Types
  452. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.134s Resolve MethodsAndFields
  453. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.427s Resolve Types
  454. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.027s Resolve MethodsAndFields
  455. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.013s Resolve Types
  456. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s Resolve MethodsAndFields
  457. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s Resolve Types
  458. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  459. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.062s Resolve Types
  460. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.020s Resolve MethodsAndFields
  461. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve Types
  462. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  463. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s Resolve Types
  464. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  465. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s Resolve Types
  466. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  467. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.023s Resolve const-string Strings
  468. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.026s Resolve const-string Strings
  469. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s Resolve const-string Strings
  470. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s Resolve const-string Strings
  471. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s Resolve const-string Strings
  472. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  473. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  474. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.015s Resolve const-string Strings
  475. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.070s Resolve const-string Strings
  476. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.045s Resolve const-string Strings
  477. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.039s Resolve const-string Strings
  478. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  479. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Resolve const-string Strings
  480. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.011s Resolve const-string Strings
  481. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  482. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  483. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Resolve const-string Strings
  484. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 1.465s Verify Dex File
  485. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.860s Verify Dex File
  486. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.080s Verify Dex File
  487. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.108s Verify Dex File
  488. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.415s Verify Dex File
  489. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.304s Verify Dex File
  490. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s Verify Dex File
  491. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.249s Verify Dex File
  492. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 2.893s Verify Dex File
  493. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 2.633s Verify Dex File
  494. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.744s Verify Dex File
  495. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.035s Verify Dex File
  496. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.052s Verify Dex File
  497. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.116s Verify Dex File
  498. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Verify Dex File
  499. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s Verify Dex File
  500. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.032s Verify Dex File
  501. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 3.093s InitializeNoClinit
  502. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.260s InitializeNoClinit
  503. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s InitializeNoClinit
  504. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s InitializeNoClinit
  505. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s InitializeNoClinit
  506. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s InitializeNoClinit
  507. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitializeNoClinit
  508. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 1.370s InitializeNoClinit
  509. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.278s InitializeNoClinit
  510. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 1.142s InitializeNoClinit
  511. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s InitializeNoClinit
  512. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitializeNoClinit
  513. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitializeNoClinit
  514. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s InitializeNoClinit
  515. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitializeNoClinit
  516. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitializeNoClinit
  517. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitializeNoClinit
  518. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.089s UpdateImageClasses
  519. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 9.832s Compile Dex File
  520. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 4.501s Compile Dex File
  521. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.607s Compile Dex File
  522. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.715s Compile Dex File
  523. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.616s Compile Dex File
  524. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s Compile Dex File
  525. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.022s Compile Dex File
  526. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.343s Compile Dex File
  527. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 21.150s Compile Dex File
  528. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 12.033s Compile Dex File
  529. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 3.874s Compile Dex File
  530. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.207s Compile Dex File
  531. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.498s Compile Dex File
  532. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.817s Compile Dex File
  533. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Compile Dex File
  534. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.044s Compile Dex File
  535. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Compile Dex File
  536. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.115s Compile Dex File
  537. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.075s Compile Dex File
  538. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s Compile Dex File
  539. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s Compile Dex File
  540. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.043s Compile Dex File
  541. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.068s Compile Dex File
  542. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s Compile Dex File
  543. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.030s Compile Dex File
  544. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.184s Compile Dex File
  545. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.155s Compile Dex File
  546. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.035s Compile Dex File
  547. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s Compile Dex File
  548. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s Compile Dex File
  549. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.010s Compile Dex File
  550. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s Compile Dex File
  551. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s Compile Dex File
  552. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.166s/8.327s dex2oat Oat
  553. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 2.891s dex2oat Prepare image address space
  554. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.413s dex2oat Write VDEX
  555. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 3.483s/4.855s dex2oat Write ELF
  556. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.022s InitBssLayout
  557. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  558. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.010s InitOatClasses
  559. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitMethodBssMappings
  560. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.028s InitOatMaps
  561. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  562. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  563. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.141s InitOatCodeDexFiles
  564. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.019s InitBssLayout
  565. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  566. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s InitOatClasses
  567. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitMethodBssMappings
  568. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.012s InitOatMaps
  569. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  570. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  571. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.061s InitOatCodeDexFiles
  572. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.010s InitBssLayout
  573. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  574. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s InitOatClasses
  575. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  576. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatMaps
  577. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  578. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  579. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.023s InitOatCodeDexFiles
  580. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s InitBssLayout
  581. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  582. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.005s InitOatClasses
  583. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  584. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatMaps
  585. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  586. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  587. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.008s InitOatCodeDexFiles
  588. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s InitBssLayout
  589. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  590. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatClasses
  591. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  592. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s InitOatMaps
  593. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  594. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  595. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s InitOatCodeDexFiles
  596. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  597. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  598. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatClasses
  599. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  600. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatMaps
  601. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  602. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  603. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s InitOatCodeDexFiles
  604. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  605. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  606. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  607. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  608. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  609. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  610. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  611. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  612. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitBssLayout
  613. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  614. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatClasses
  615. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  616. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatMaps
  617. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  618. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  619. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s InitOatCodeDexFiles
  620. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.178s InitBssLayout
  621. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  622. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.044s InitOatClasses
  623. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.015s InitMethodBssMappings
  624. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.103s InitOatMaps
  625. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  626. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatCode
  627. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.485s InitOatCodeDexFiles
  628. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.041s InitBssLayout
  629. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  630. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s InitOatClasses
  631. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s InitMethodBssMappings
  632. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.009s InitOatMaps
  633. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  634. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  635. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.027s InitOatCodeDexFiles
  636. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  637. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  638. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  639. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  640. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  641. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  642. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  643. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  644. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  645. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  646. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  647. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  648. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  649. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  650. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  651. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  652. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s InitBssLayout
  653. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  654. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatClasses
  655. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  656. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s InitOatMaps
  657. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  658. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  659. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.007s InitOatCodeDexFiles
  660. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  661. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  662. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  663. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  664. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  665. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  666. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  667. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  668. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  669. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  670. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  671. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  672. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  673. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  674. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  675. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  676. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitBssLayout
  677. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitClassOffsets
  678. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatClasses
  679. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitMethodBssMappings
  680. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatMaps
  681. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatDexFiles
  682. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCode
  683. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  684. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.013s WriteMethodBssMappings
  685. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  686. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.001s WriteMethodBssMappings
  687. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  688. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  689. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  690. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  691. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  692. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  693. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  694. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  695. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  696. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  697. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  698. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  699. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  700. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.024s WriteMethodBssMappings
  701. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  702. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s WriteMethodBssMappings
  703. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  704. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  705. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  706. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  707. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  708. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  709. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  710. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  711. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  712. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  713. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  714. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteMethodBssMappings
  715. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0s WriteOatDexFiles
  716. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 1.044s dex2oat ImageWriter
  717. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.036s dex2oat OatFile copy
  718. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.033s dex2oat OatFile copy
  719. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s dex2oat OatFile copy
  720. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s dex2oat OatFile copy
  721. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.006s dex2oat OatFile copy
  722. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s dex2oat OatFile copy
  723. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.002s dex2oat OatFile copy
  724. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s dex2oat OatFile copy
  725. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.177s dex2oat OatFile copy
  726. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.018s dex2oat OatFile copy
  727. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.004s dex2oat OatFile copy
  728. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  729. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.009s dex2oat OatFile copy
  730. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  731. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  732. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  733. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270] compiler: end, 111.744s
  734. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2270]
  735. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2812] dex2oat took 111.747s (150.265s cpu) (threads: 6) arena alloc=44MB (46261240B) java alloc=3MB (4065128B) native alloc=88MB (92635872B) free=72MB (76365088B)
  736. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2812] Code dedupe: 0 collisions, 0 max hash collisions, 45824/66781 probe distance, 46773980 ns hash time
  737. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2812] Vmap table dedupe: 1 collisions, 2 max hash collisions, 40392/93263 probe distance, 48280030 ns hash time
  738. dex2oatd I 03-20 18:59:15 28776 28776 dex2oat.cc:2812] CFI info dedupe: 0 collisions, 0 max hash collisions, 7040/17076 probe distance, 10446890 ns hash time
  739. dex2oatd W 03-20 18:59:16 28776 28776 runtime.cc:291] Current thread not detached in Runtime shutdown
  740. [ 84% 82146/96967] target dex2oat...s/system/framework/arm64/boot.art
  741. dex2oatd I 03-20 18:57:21 28757 28757 dex2oat.cc:3112] /home/nilce13cohen/cr/out/host/linux-x86/bin/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiled-classes=frameworks/base/config/compiled-classes-phone --image-classes=frameworks/base/config/preloaded-classes --dirty-image-objects=frameworks/base/config/dirty-image-objects --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.dirtyunicorns.utils_intermediates/javalib.jar --dex-location=/system/framework/core-oj.jar --dex-location=/system/framework/core-libart.jar --dex-location=/system/framework/conscrypt.jar --dex-location=/system/framework/okhttp.jar --dex-location=/system/framework/bouncycastle.jar --dex-location=/system/framework/apache-xml.jar --dex-location=/system/framework/legacy-test.jar --dex-location=/system/framework/ext.jar --dex-location=/system/framework/framework.jar --dex-location=/system/framework/telephony-common.jar --dex-location=/system/framework/voip-common.jar --dex-location=/system/framework/ims-common.jar --dex-location=/system/framework/org.apache.http.legacy.boot.jar --dex-location=/system/framework/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/org.dirtyunicorns.utils.jar --oat-symbols=/home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/framework/arm64/boot.oat --oat-file=/home/nilce13cohen/cr/out/target/product/zerofltexx/dex_bootjars/system/framework/arm64/boot.oat --oat-location=/system/framework/arm64/boot.oat --image=/home/nilce13cohen/cr/out/target/product/zerofltexx/dex_bootjars/system/framework/arm64/boot.art --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=generic --instruction-set-features=default --android-root=/home/nilce13cohen/cr/out/target/product/zerofltexx/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --generate-mini-debug-info
  742. dex2oatd I 03-20 18:57:21 28757 28757 parsed_options.cc:500] setting boot class path to /home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.boot_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar:/home/nilce13cohen/cr/out/target/common/obj/JAVA_LIBRARIES/org.dirtyunicorns.utils_intermediates/javalib.jar
  743. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  744. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  745. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  746. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  747. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  748. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  749. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  750. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  751. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  752. dex2oatd W 03-20 18:57:51 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  753. dex2oatd W 03-20 18:58:01 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  754. dex2oatd W 03-20 18:58:01 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  755. dex2oatd W 03-20 18:58:01 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  756. dex2oatd W 03-20 18:58:01 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  757. dex2oatd W 03-20 18:58:01 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  758. dex2oatd W 03-20 18:58:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  759. dex2oatd W 03-20 18:58:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  760. dex2oatd W 03-20 18:58:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  761. dex2oatd W 03-20 18:58:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  762. dex2oatd W 03-20 18:58:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  763. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  764. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  765. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  766. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  767. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  768. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  769. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  770. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  771. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  772. dex2oatd W 03-20 18:58:08 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  773. dex2oatd I 03-20 18:58:09 28757 28757 heap.cc:2651] Explicit concurrent copying GC freed 57662(11MB) AllocSpace objects, 0(0B) LOS objects, 34% free, 11MB/17MB, paused 22.211ms,121.291ms total 402.107ms
  774. dex2oatd I 03-20 18:58:26 28757 28788 compiler.cc:48] Method exceeds compiler instruction limit: 25337 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()
  775. dex2oatd W 03-20 18:59:02 28757 28787 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  776. dex2oatd W 03-20 18:59:02 28757 28787 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  777. dex2oatd W 03-20 18:59:02 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  778. dex2oatd W 03-20 18:59:02 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  779. dex2oatd W 03-20 18:59:02 28757 28789 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  780. dex2oatd W 03-20 18:59:06 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  781. dex2oatd W 03-20 18:59:06 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  782. dex2oatd W 03-20 18:59:06 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  783. dex2oatd W 03-20 18:59:06 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  784. dex2oatd W 03-20 18:59:06 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/android.hidl.base-V1.0-java.jar previously found in /system/framework/framework.jar
  785. dex2oatd W 03-20 18:59:07 28757 28787 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  786. dex2oatd W 03-20 18:59:07 28757 28757 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo$Architecture from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  787. dex2oatd W 03-20 18:59:07 28757 28787 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.DebugInfo from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  788. dex2oatd W 03-20 18:59:07 28757 28786 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Proxy from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  789. dex2oatd W 03-20 18:59:07 28757 28789 compiler_driver.cc:1615] Skipping class android.hidl.base.V1_0.IBase$Stub from /system/framework/telephony-common.jar previously found in /system/framework/framework.jar
  790. dex2oatd I 03-20 18:59:07 28757 28757 heap.cc:2651] Explicit concurrent copying GC freed 40141(7MB) AllocSpace objects, 0(0B) LOS objects, 57% free, 4MB/10MB, paused 46.385ms,41.255ms total 183.382ms
  791. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] compiler [Exclusive time] [Total time]
  792. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.294s/3.587s dex2oat Setup
  793. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.073s CreateOatWriters
  794. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.298s AddDexFileSources
  795. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s/2.486s Writing and opening dex files
  796. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatHeader
  797. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.205s Write Dex files
  798. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.111s OpenDexFiles
  799. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s WriteTypeLookupTables
  800. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  801. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  802. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.128s Write Dex files
  803. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.076s OpenDexFiles
  804. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s WriteTypeLookupTables
  805. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s WriteDexLayoutSections
  806. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  807. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.048s Write Dex files
  808. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s OpenDexFiles
  809. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s WriteTypeLookupTables
  810. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  811. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  812. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.016s Write Dex files
  813. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s OpenDexFiles
  814. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s WriteTypeLookupTables
  815. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  816. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  817. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.037s Write Dex files
  818. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.027s OpenDexFiles
  819. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s WriteTypeLookupTables
  820. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  821. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  822. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.043s Write Dex files
  823. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.021s OpenDexFiles
  824. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s WriteTypeLookupTables
  825. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  826. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  827. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s Write Dex files
  828. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s OpenDexFiles
  829. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteTypeLookupTables
  830. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s WriteDexLayoutSections
  831. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  832. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.061s Write Dex files
  833. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.016s OpenDexFiles
  834. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.014s WriteTypeLookupTables
  835. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  836. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  837. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.315s Write Dex files
  838. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 1.018s OpenDexFiles
  839. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.014s WriteTypeLookupTables
  840. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s WriteDexLayoutSections
  841. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  842. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.058s Write Dex files
  843. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.060s OpenDexFiles
  844. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteTypeLookupTables
  845. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s WriteDexLayoutSections
  846. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  847. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.011s Write Dex files
  848. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s OpenDexFiles
  849. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s WriteTypeLookupTables
  850. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteDexLayoutSections
  851. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  852. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s Write Dex files
  853. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s OpenDexFiles
  854. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  855. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  856. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  857. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.027s Write Dex files
  858. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.011s OpenDexFiles
  859. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s WriteTypeLookupTables
  860. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  861. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  862. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Write Dex files
  863. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s OpenDexFiles
  864. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  865. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  866. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  867. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Write Dex files
  868. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s OpenDexFiles
  869. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  870. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  871. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatHeader
  872. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s Write Dex files
  873. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s OpenDexFiles
  874. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteTypeLookupTables
  875. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteDexLayoutSections
  876. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.435s Create runtime
  877. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.771s/102.121s dex2oat Compile
  878. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 4.851s LoadImageClasses
  879. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.644s Resolve Types
  880. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.050s Resolve MethodsAndFields
  881. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.165s Resolve Types
  882. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.042s Resolve MethodsAndFields
  883. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.085s Resolve Types
  884. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Resolve MethodsAndFields
  885. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.016s Resolve Types
  886. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Resolve MethodsAndFields
  887. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.110s Resolve Types
  888. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s Resolve MethodsAndFields
  889. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.782s Resolve Types
  890. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.027s Resolve MethodsAndFields
  891. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Resolve Types
  892. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  893. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.229s Resolve Types
  894. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s Resolve MethodsAndFields
  895. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 5.926s Resolve Types
  896. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.095s Resolve MethodsAndFields
  897. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 13.070s Resolve Types
  898. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.182s Resolve MethodsAndFields
  899. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.495s Resolve Types
  900. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.022s Resolve MethodsAndFields
  901. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.010s Resolve Types
  902. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  903. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s Resolve Types
  904. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  905. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.047s Resolve Types
  906. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s Resolve MethodsAndFields
  907. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve Types
  908. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  909. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s Resolve Types
  910. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  911. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s Resolve Types
  912. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve MethodsAndFields
  913. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.022s Resolve const-string Strings
  914. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.021s Resolve const-string Strings
  915. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s Resolve const-string Strings
  916. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Resolve const-string Strings
  917. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s Resolve const-string Strings
  918. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  919. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  920. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.012s Resolve const-string Strings
  921. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.060s Resolve const-string Strings
  922. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.038s Resolve const-string Strings
  923. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.047s Resolve const-string Strings
  924. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  925. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.014s Resolve const-string Strings
  926. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s Resolve const-string Strings
  927. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  928. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  929. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Resolve const-string Strings
  930. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 1.576s Verify Dex File
  931. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.886s Verify Dex File
  932. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.081s Verify Dex File
  933. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.101s Verify Dex File
  934. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.460s Verify Dex File
  935. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.469s Verify Dex File
  936. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s Verify Dex File
  937. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.241s Verify Dex File
  938. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 3.099s Verify Dex File
  939. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 2.562s Verify Dex File
  940. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.752s Verify Dex File
  941. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.075s Verify Dex File
  942. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.060s Verify Dex File
  943. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.113s Verify Dex File
  944. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Verify Dex File
  945. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s Verify Dex File
  946. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.016s Verify Dex File
  947. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 3.022s InitializeNoClinit
  948. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.247s InitializeNoClinit
  949. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s InitializeNoClinit
  950. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s InitializeNoClinit
  951. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s InitializeNoClinit
  952. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s InitializeNoClinit
  953. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  954. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 1.365s InitializeNoClinit
  955. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.415s InitializeNoClinit
  956. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.965s InitializeNoClinit
  957. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s InitializeNoClinit
  958. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  959. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  960. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s InitializeNoClinit
  961. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  962. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  963. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitializeNoClinit
  964. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.103s UpdateImageClasses
  965. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 10.571s Compile Dex File
  966. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 4.649s Compile Dex File
  967. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.551s Compile Dex File
  968. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.744s Compile Dex File
  969. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.524s Compile Dex File
  970. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s Compile Dex File
  971. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.026s Compile Dex File
  972. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.290s Compile Dex File
  973. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 21.383s Compile Dex File
  974. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 13.828s Compile Dex File
  975. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 3.634s Compile Dex File
  976. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.135s Compile Dex File
  977. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.170s Compile Dex File
  978. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.370s Compile Dex File
  979. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Compile Dex File
  980. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.038s Compile Dex File
  981. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Compile Dex File
  982. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.086s Compile Dex File
  983. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.071s Compile Dex File
  984. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s Compile Dex File
  985. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s Compile Dex File
  986. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.023s Compile Dex File
  987. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.026s Compile Dex File
  988. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Compile Dex File
  989. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.023s Compile Dex File
  990. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.121s Compile Dex File
  991. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.170s Compile Dex File
  992. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.055s Compile Dex File
  993. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s Compile Dex File
  994. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Compile Dex File
  995. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.011s Compile Dex File
  996. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s Compile Dex File
  997. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s Compile Dex File
  998. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.092s/8.592s dex2oat Oat
  999. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 2.690s dex2oat Prepare image address space
  1000. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.403s dex2oat Write VDEX
  1001. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 3.917s/5.405s dex2oat Write ELF
  1002. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.030s InitBssLayout
  1003. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1004. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.011s InitOatClasses
  1005. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitMethodBssMappings
  1006. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.028s InitOatMaps
  1007. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1008. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1009. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.197s InitOatCodeDexFiles
  1010. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.021s InitBssLayout
  1011. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1012. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s InitOatClasses
  1013. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitMethodBssMappings
  1014. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.012s InitOatMaps
  1015. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1016. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1017. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.055s InitOatCodeDexFiles
  1018. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitBssLayout
  1019. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1020. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s InitOatClasses
  1021. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1022. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatMaps
  1023. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1024. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1025. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.036s InitOatCodeDexFiles
  1026. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.019s InitBssLayout
  1027. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1028. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1029. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1030. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatMaps
  1031. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1032. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1033. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.015s InitOatCodeDexFiles
  1034. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s InitBssLayout
  1035. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1036. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s InitOatClasses
  1037. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1038. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s InitOatMaps
  1039. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1040. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1041. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.014s InitOatCodeDexFiles
  1042. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1043. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1044. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatClasses
  1045. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1046. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1047. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1048. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatCode
  1049. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s InitOatCodeDexFiles
  1050. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1051. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1052. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1053. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1054. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1055. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1056. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1057. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1058. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s InitBssLayout
  1059. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1060. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatClasses
  1061. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1062. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatMaps
  1063. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1064. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1065. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.009s InitOatCodeDexFiles
  1066. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.192s InitBssLayout
  1067. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1068. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.058s InitOatClasses
  1069. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.009s InitMethodBssMappings
  1070. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.101s InitOatMaps
  1071. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1072. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatCode
  1073. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.497s InitOatCodeDexFiles
  1074. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.048s InitBssLayout
  1075. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1076. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.007s InitOatClasses
  1077. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s InitMethodBssMappings
  1078. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s InitOatMaps
  1079. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1080. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1081. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.030s InitOatCodeDexFiles
  1082. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1083. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1084. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1085. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1086. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1087. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1088. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1089. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1090. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1091. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1092. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1093. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1094. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1095. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1096. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1097. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1098. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s InitBssLayout
  1099. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1100. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatClasses
  1101. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1102. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s InitOatMaps
  1103. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1104. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1105. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s InitOatCodeDexFiles
  1106. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1107. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1108. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1109. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1110. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1111. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1112. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1113. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1114. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1115. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1116. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1117. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1118. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1119. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1120. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1121. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1122. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitBssLayout
  1123. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitClassOffsets
  1124. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatClasses
  1125. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitMethodBssMappings
  1126. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatMaps
  1127. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatDexFiles
  1128. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCode
  1129. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s InitOatCodeDexFiles
  1130. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s WriteMethodBssMappings
  1131. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1132. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.001s WriteMethodBssMappings
  1133. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1134. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1135. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1136. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1137. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1138. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1139. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1140. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1141. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1142. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1143. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1144. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1145. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1146. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.008s WriteMethodBssMappings
  1147. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1148. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.002s WriteMethodBssMappings
  1149. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1150. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1151. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1152. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1153. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1154. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1155. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1156. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1157. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1158. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1159. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1160. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteMethodBssMappings
  1161. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0s WriteOatDexFiles
  1162. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 1.093s dex2oat ImageWriter
  1163. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.066s dex2oat OatFile copy
  1164. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.026s dex2oat OatFile copy
  1165. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.012s dex2oat OatFile copy
  1166. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s dex2oat OatFile copy
  1167. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s dex2oat OatFile copy
  1168. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  1169. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s dex2oat OatFile copy
  1170. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.006s dex2oat OatFile copy
  1171. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.156s dex2oat OatFile copy
  1172. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.025s dex2oat OatFile copy
  1173. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  1174. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  1175. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.005s dex2oat OatFile copy
  1176. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  1177. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.004s dex2oat OatFile copy
  1178. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] 0.003s dex2oat OatFile copy
  1179. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270] compiler: end, 115.773s
  1180. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2270]
  1181. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2812] dex2oat took 115.907s (159.511s cpu) (threads: 6) arena alloc=42MB (44534496B) java alloc=4MB (4751928B) native alloc=94MB (99171952B) free=66MB (69898640B)
  1182. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2812] Code dedupe: 0 collisions, 0 max hash collisions, 45080/66481 probe distance, 79574147 ns hash time
  1183. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2812] Vmap table dedupe: 1 collisions, 2 max hash collisions, 39039/91645 probe distance, 27976441 ns hash time
  1184. dex2oatd I 03-20 18:59:17 28757 28757 dex2oat.cc:2812] CFI info dedupe: 0 collisions, 0 max hash collisions, 7528/17544 probe distance, 27041127 ns hash time
  1185. dex2oatd W 03-20 18:59:17 28757 28757 runtime.cc:291] Current thread not detached in Runtime shutdown
  1186. [ 87% 84997/96967] //bionic/libc:...sioner preprocess include [linux]
  1187. warning: attempted to generate guard with empty availability: obsoleted = 21
  1188. warning: attempted to generate guard with empty availability: obsoleted = 23
  1189. [ 87% 85152/96967] target C++: l...jni_jpegstream/src/jpegstream.cpp
  1190. packages/apps/Gallery2/jni_jpegstream/src/jpegstream.cpp:326:35: warning: unused parameter 'reserved' [-Wunused-parameter]
  1191. jint JNI_OnLoad(JavaVM* vm, void* reserved) {
  1192. ^
  1193. 1 warning generated.
  1194. [ 87% 85153/96967] target C++: l.../jni_jpegstream/src/jpeg_hook.cpp
  1195. packages/apps/Gallery2/jni_jpegstream/src/jpeg_hook.cpp:124:34: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'long' [-Wsign-compare]
  1196. if (src->mgr.bytes_in_buffer >= num_bytes) {
  1197. ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
  1198. packages/apps/Gallery2/jni_jpegstream/src/jpeg_hook.cpp:152:43: warning: unused parameter 'cinfo' [-Wunused-parameter]
  1199. void Mgr_term_source_fcn(j_decompress_ptr cinfo) {
  1200. ^
  1201. 2 warnings generated.
  1202. [ 88% 86272/96967] //external/com...b/builtins/arm/comparesf2.S [arm]
  1203. external/compiler-rt/lib/builtins/arm/comparesf2.S:99:5: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1204. ite ls
  1205. ^
  1206. external/compiler-rt/lib/builtins/arm/comparesf2.S:128:5: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1207. ite ls
  1208. ^
  1209. external/compiler-rt/lib/builtins/arm/comparesf2.S:142:5: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1210. ite ls
  1211. ^
  1212. [ 89% 86407/96967] //frameworks/r...header-abi-linker libRS.so.lsdump
  1213. Couldn't find end of symbol
  1214. [ 90% 87284/96967] //external/bor...pto/fipsmodule/armv4-mont.S [arm]
  1215. external/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S:47:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1216. ittt lt
  1217. ^
  1218. external/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S:50:2: warning: deprecated instruction in IT block
  1219. addlt sp,sp,#2*4
  1220. ^
  1221. external/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S:51:2: warning: deprecated instruction in IT block
  1222. blt .Labrt
  1223. ^
  1224. external/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S:146:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1225. itt ne
  1226. ^
  1227. external/boringssl/linux-arm/crypto/fipsmodule/armv4-mont.S:149:2: warning: deprecated instruction in IT block
  1228. bne .Louter
  1229. ^
  1230. [ 90% 87290/96967] //external/bor...rypto/chacha/chacha-armv4.S [arm]
  1231. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:45:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1232. itt eq
  1233. ^
  1234. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:47:2: warning: deprecated instruction in IT block
  1235. addeq sp,sp,#4*3
  1236. ^
  1237. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:48:2: warning: deprecated instruction in IT block
  1238. beq .Lno_data
  1239. ^
  1240. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:214:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1241. itete lo
  1242. ^
  1243. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:216:2: warning: deprecated instruction in IT block
  1244. addlo r12,sp,#4*(0) @ shortcut or ...
  1245. ^
  1246. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:217:2: warning: deprecated instruction in IT block
  1247. ldrhs r12,[sp,#4*(32+1)] @ ... load inp
  1248. ^
  1249. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:218:2: warning: deprecated instruction in IT block
  1250. addlo r14,sp,#4*(0) @ shortcut or ...
  1251. ^
  1252. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:219:2: warning: deprecated instruction in IT block
  1253. ldrhs r14,[sp,#4*(32+0)] @ ... load out
  1254. ^
  1255. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:239:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1256. itt hs
  1257. ^
  1258. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:241:2: warning: deprecated instruction in IT block
  1259. ldrhs r8,[r12],#16 @ load input
  1260. ^
  1261. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:242:2: warning: deprecated instruction in IT block
  1262. ldrhs r9,[r12,#-12]
  1263. ^
  1264. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:247:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1265. itt hs
  1266. ^
  1267. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:249:2: warning: deprecated instruction in IT block
  1268. ldrhs r10,[r12,#-8]
  1269. ^
  1270. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:250:2: warning: deprecated instruction in IT block
  1271. ldrhs r11,[r12,#-4]
  1272. ^
  1273. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:258:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1274. itt hs
  1275. ^
  1276. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:260:2: warning: deprecated instruction in IT block
  1277. eorhs r0,r0,r8 @ xor with input
  1278. ^
  1279. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:261:2: warning: deprecated instruction in IT block
  1280. eorhs r1,r1,r9
  1281. ^
  1282. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:265:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1283. itt hs
  1284. ^
  1285. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:267:2: warning: deprecated instruction in IT block
  1286. eorhs r2,r2,r10
  1287. ^
  1288. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:268:2: warning: deprecated instruction in IT block
  1289. eorhs r3,r3,r11
  1290. ^
  1291. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:277:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1292. itt hs
  1293. ^
  1294. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:279:2: warning: deprecated instruction in IT block
  1295. ldrhs r8,[r12],#16 @ load input
  1296. ^
  1297. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:280:2: warning: deprecated instruction in IT block
  1298. ldrhs r9,[r12,#-12]
  1299. ^
  1300. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:284:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1301. itt hs
  1302. ^
  1303. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:286:2: warning: deprecated instruction in IT block
  1304. ldrhs r10,[r12,#-8]
  1305. ^
  1306. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:287:2: warning: deprecated instruction in IT block
  1307. ldrhs r11,[r12,#-4]
  1308. ^
  1309. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:295:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1310. itt hs
  1311. ^
  1312. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:297:2: warning: deprecated instruction in IT block
  1313. eorhs r4,r4,r8
  1314. ^
  1315. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:298:2: warning: deprecated instruction in IT block
  1316. eorhs r5,r5,r9
  1317. ^
  1318. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:302:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1319. itt hs
  1320. ^
  1321. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:304:2: warning: deprecated instruction in IT block
  1322. eorhs r6,r6,r10
  1323. ^
  1324. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:305:2: warning: deprecated instruction in IT block
  1325. eorhs r7,r7,r11
  1326. ^
  1327. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:317:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1328. itt hs
  1329. ^
  1330. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:319:2: warning: deprecated instruction in IT block
  1331. ldrhs r8,[r12],#16 @ load input
  1332. ^
  1333. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:320:2: warning: deprecated instruction in IT block
  1334. ldrhs r9,[r12,#-12]
  1335. ^
  1336. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:322:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1337. itt hi
  1338. ^
  1339. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:324:2: warning: deprecated instruction in IT block
  1340. strhi r10,[sp,#4*(16+10)] @ copy "rx" while at it
  1341. ^
  1342. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:325:2: warning: deprecated instruction in IT block
  1343. strhi r11,[sp,#4*(16+11)] @ copy "rx" while at it
  1344. ^
  1345. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:329:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1346. itt hs
  1347. ^
  1348. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:331:2: warning: deprecated instruction in IT block
  1349. ldrhs r10,[r12,#-8]
  1350. ^
  1351. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:332:2: warning: deprecated instruction in IT block
  1352. ldrhs r11,[r12,#-4]
  1353. ^
  1354. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:340:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1355. itt hs
  1356. ^
  1357. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:342:2: warning: deprecated instruction in IT block
  1358. eorhs r0,r0,r8
  1359. ^
  1360. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:343:2: warning: deprecated instruction in IT block
  1361. eorhs r1,r1,r9
  1362. ^
  1363. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:347:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1364. itt hs
  1365. ^
  1366. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:349:2: warning: deprecated instruction in IT block
  1367. eorhs r2,r2,r10
  1368. ^
  1369. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:350:2: warning: deprecated instruction in IT block
  1370. eorhs r3,r3,r11
  1371. ^
  1372. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:359:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1373. itt hi
  1374. ^
  1375. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:361:2: warning: deprecated instruction in IT block
  1376. addhi r8,r8,#1 @ next counter value
  1377. ^
  1378. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:362:2: warning: deprecated instruction in IT block
  1379. strhi r8,[sp,#4*(12)] @ save next counter value
  1380. ^
  1381. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:364:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1382. itt hs
  1383. ^
  1384. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:366:2: warning: deprecated instruction in IT block
  1385. ldrhs r8,[r12],#16 @ load input
  1386. ^
  1387. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:367:2: warning: deprecated instruction in IT block
  1388. ldrhs r9,[r12,#-12]
  1389. ^
  1390. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:371:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1391. itt hs
  1392. ^
  1393. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:373:2: warning: deprecated instruction in IT block
  1394. ldrhs r10,[r12,#-8]
  1395. ^
  1396. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:374:2: warning: deprecated instruction in IT block
  1397. ldrhs r11,[r12,#-4]
  1398. ^
  1399. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:382:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1400. itt hs
  1401. ^
  1402. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:384:2: warning: deprecated instruction in IT block
  1403. eorhs r4,r4,r8
  1404. ^
  1405. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:385:2: warning: deprecated instruction in IT block
  1406. eorhs r5,r5,r9
  1407. ^
  1408. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:389:2: warning: deprecated instruction in IT block
  1409. ldrne r8,[sp,#4*(32+2)] @ re-load len
  1410. ^
  1411. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:391:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1412. itt hs
  1413. ^
  1414. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:393:2: warning: deprecated instruction in IT block
  1415. eorhs r6,r6,r10
  1416. ^
  1417. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:394:2: warning: deprecated instruction in IT block
  1418. eorhs r7,r7,r11
  1419. ^
  1420. external/boringssl/linux-arm/crypto/chacha/chacha-armv4.S:400:2: warning: deprecated instruction in IT block
  1421. subhs r11,r8,#64 @ len-=64
  1422. ^
  1423. [ 90% 87291/96967] //external/bor...to/fipsmodule/ghash-armv4.S [arm]
  1424. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:101:2: warning: deprecated instruction in IT block
  1425. ldrbpl r12,[r2,r3]
  1426. ^
  1427. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:114:2: warning: deprecated instruction in IT block
  1428. ldrbpl r8,[r0,r3]
  1429. ^
  1430. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:124:2: warning: deprecated instruction in IT block
  1431. eorpl r12,r12,r8
  1432. ^
  1433. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:127:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1434. itt pl
  1435. ^
  1436. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:129:2: warning: deprecated instruction in IT block
  1437. andpl r14,r12,#0xf0
  1438. ^
  1439. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:130:2: warning: deprecated instruction in IT block
  1440. andpl r12,r12,#0x0f
  1441. ^
  1442. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:170:2: warning: deprecated instruction in IT block
  1443. ldrbne r12,[r2,#15]
  1444. ^
  1445. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:261:2: warning: deprecated instruction in IT block
  1446. ldrbpl r12,[r0,r3]
  1447. ^
  1448. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:279:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1449. itt pl
  1450. ^
  1451. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:281:2: warning: deprecated instruction in IT block
  1452. andpl r14,r12,#0xf0
  1453. ^
  1454. external/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4.S:282:2: warning: deprecated instruction in IT block
  1455. andpl r12,r12,#0x0f
  1456. ^
  1457. [ 90% 87293/96967] //external/bor...o/fipsmodule/sha256-armv4.S [arm]
  1458. external/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4.S:1837:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1459. ite eq @ Thumb2 thing, sanity check in ARM
  1460. ^
  1461. external/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4.S:1840:2: warning: deprecated instruction in IT block
  1462. bne .Lrounds_16_xx
  1463. ^
  1464. [ 90% 87298/96967] //external/bor...o/fipsmodule/sha512-armv4.S [arm]
  1465. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:273:2: warning: deprecated instruction in IT block
  1466. orreq r14,r14,#1
  1467. ^
  1468. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:413:2: warning: deprecated instruction in IT block
  1469. orreq r14,r14,#1
  1470. ^
  1471. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:448:2: warning: applying IT instruction to more than one subsequent instruction is deprecated
  1472. ittt eq @ Thumb2 thing, sanity check in ARM
  1473. ^
  1474. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:450:2: warning: deprecated instruction in IT block
  1475. ldreq r9,[sp,#184+0]
  1476. ^
  1477. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:451:2: warning: deprecated instruction in IT block
  1478. ldreq r10,[sp,#184+4]
  1479. ^
  1480. external/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4.S:452:2: warning: deprecated instruction in IT block
  1481. beq .L16_79
  1482. ^
  1483. [ 90% 87321/96967] //external/bor...ypto/fipsmodule/aes-armv4.S [arm]
  1484. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S: Assembler messages:
  1485. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:430: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  1486. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:436: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  1487. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:448: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
  1488. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:608: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
  1489. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:608: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  1490. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:680: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
  1491. external/boringssl/linux-arm/crypto/fipsmodule/aes-armv4.S:680: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  1492. [ 90% 87766/96967] //external/lib...bjpeg_static_ndk clang jmemnobs.c
  1493. external/libjpeg-turbo/jmemnobs.c:75:39: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1494. if (cinfo->mem->max_memory_to_use > already_allocated)
  1495. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  1496. 1 warning generated.
  1497. [ 90% 87843/96967] target Package...idHome_intermediates/package.apk)
  1498. warning: string 'app_name' has no default translation.
  1499. warning: string 'app_name' is missing 12 required localizations: en_AU en_CA en_GB en_IN en_NZ en_SG en_US en_XC eo_EU zh_CN zh_HK zh_TW
  1500. [ 90% 87983/96967] //external/scr...crypto/crypto_scrypt-neon.c [arm]
  1501. external/scrypt/lib/crypto/crypto_scrypt-neon.c:228:15: warning: implicit declaration of function 'posix_memalign' is invalid in C99 [-Wimplicit-function-declaration]
  1502. if ((errno = posix_memalign(&B0, 64, 128 * r * p)) != 0)
  1503. ^
  1504. 1 warning generated.
  1505. [ 90% 88074/96967] target Strip (...kfs.f2fs_intermediates/mkfs.f2fs)
  1506. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/mkfs.f2fs: no symbols
  1507. [ 90% 88075/96967] target Strip (...atic_intermediates/mke2fs_static)
  1508. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/mke2fs_static: no symbols
  1509. [ 90% 88077/96967] target Strip (...c_intermediates/e2fsdroid_static)
  1510. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/e2fsdroid_static: no symbols
  1511. [ 90% 88080/96967] target Strip (...LES/bu_recovery_intermediates/bu)
  1512. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/bu: no symbols
  1513. [ 90% 88091/96967] target Strip (...ad.f2fs_intermediates/sload.f2fs)
  1514. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/sload.f2fs: no symbols
  1515. [ 90% 88104/96967] target Strip (...ES/charger_intermediates/charger)
  1516. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/sbin/charger: no symbols
  1517. [ 90% 88106/96967] target Strip (...termediates/micro_bench_static64)
  1518. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/xbin/micro_bench_static64: no symbols
  1519. [ 90% 88108/96967] target Strip (...atic_intermediates/toybox_static)
  1520. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/toybox_static: no symbols
  1521. [ 90% 88114/96967] target Strip (...TABLES/mdnsd_intermediates/mdnsd)
  1522. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/bin/mdnsd: no symbols
  1523. [ 90% 88161/96967] target Strip (...CUTABLES/init_intermediates/init)
  1524. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/init: no symbols
  1525. [ 90% 88169/96967] target Strip (.../recovery_intermediates/recovery)
  1526. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/recovery: no symbols
  1527. [ 91% 88462/96967] target Strip (...ES/updater_intermediates/updater)
  1528. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/bin/updater: no symbols
  1529. [ 92% 89694/96967] //system/core/...r-abi-diff libsysutils.so.abidiff
  1530. ******************************************************
  1531. VNDK Abi extended: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/system/core/libsysutils/libsysutils/android_arm64_armv8-a_shared_core/libsysutils.so.abidiff
  1532. *****************************************************
  1533. [ 93% 90208/96967] target Strip (...intermediates/micro_bench_static)
  1534. prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/xbin/micro_bench_static: no symbols
  1535. [ 93% 90220/96967] //frameworks/r...-abi-linker libRS.so.lsdump [arm]
  1536. Couldn't find end of symbol
  1537. [ 93% 90338/96967] target Strip (...pleperf_intermediates/simpleperf)
  1538. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/xbin/simpleperf: no symbols
  1539. [ 93% 90735/96967] target Strip (...eperf_intermediates/simpleperf32)
  1540. prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/system/xbin/simpleperf32: no symbols
  1541. [ 93% 91002/96967] //system/core/...diff libsysutils.so.abidiff [arm]
  1542. ******************************************************
  1543. VNDK Abi extended: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/system/core/libsysutils/libsysutils/android_arm_armv8-a_cortex-a53.a57_shared_core/libsysutils.so.abidiff
  1544. *****************************************************
  1545. [ 94% 91751/96967] //hardware/int...are.neuralnetworks@1.0.so.abidiff
  1546. ******************************************************
  1547. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/hardware/interfaces/neuralnetworks/1.0/android.hardware.neuralnetworks@1.0/android_arm64_armv8-a_shared_core/android.hardware.neuralnetworks@1.0.so.abidiff
  1548. *****************************************************
  1549. [ 96% 93140/96967] //frameworks/n...header-abi-diff libgui.so.abidiff
  1550. ******************************************************
  1551. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/native/libs/gui/libgui/android_arm64_armv8-a_shared_core/libgui.so.abidiff
  1552. *****************************************************
  1553. [ 96% 93863/96967] //hardware/int...uralnetworks@1.0.so.abidiff [arm]
  1554. ******************************************************
  1555. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/hardware/interfaces/neuralnetworks/1.0/android.hardware.neuralnetworks@1.0/android_arm_armv8-a_cortex-a53.a57_shared_core/android.hardware.neuralnetworks@1.0.so.abidiff
  1556. *****************************************************
  1557. [ 97% 94896/96967] //frameworks/n...-abi-diff libgui.so.abidiff [arm]
  1558. ******************************************************
  1559. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/native/libs/gui/libgui/android_arm_armv8-a_cortex-a53.a57_shared_core/libgui.so.abidiff
  1560. *****************************************************
  1561. [ 97% 94920/96967] //frameworks/a...iff libstagefright_omx.so.abidiff
  1562. ******************************************************
  1563. VNDK Abi extended: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/omx/libstagefright_omx/android_arm64_armv8-a_shared_core/libstagefright_omx.so.abidiff
  1564. *****************************************************
  1565. [ 98% 95209/96967] //frameworks/a...ht_soft_mpeg2dec.so.abidiff [arm]
  1566. ******************************************************
  1567. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/mpeg2dec/libstagefright_soft_mpeg2dec/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_mpeg2dec.so.abidiff
  1568. *****************************************************
  1569. [ 98% 95217/96967] //frameworks/a...bstagefright_omx.so.abidiff [arm]
  1570. ******************************************************
  1571. VNDK Abi extended: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/omx/libstagefright_omx/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_omx.so.abidiff
  1572. *****************************************************
  1573. [ 98% 95275/96967] //frameworks/a...ight_soft_avcdec.so.abidiff [arm]
  1574. ******************************************************
  1575. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/avcdec/libstagefright_soft_avcdec/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_avcdec.so.abidiff
  1576. *****************************************************
  1577. [ 98% 95295/96967] //frameworks/a...ight_soft_aacenc.so.abidiff [arm]
  1578. ******************************************************
  1579. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/aacenc/libstagefright_soft_aacenc/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_aacenc.so.abidiff
  1580. *****************************************************
  1581. [ 98% 95296/96967] //frameworks/a...ight_soft_aacdec.so.abidiff [arm]
  1582. ******************************************************
  1583. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/aacdec/libstagefright_soft_aacdec/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_aacdec.so.abidiff
  1584. *****************************************************
  1585. [ 98% 95317/96967] //frameworks/a...ight_soft_avcenc.so.abidiff [arm]
  1586. ******************************************************
  1587. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/avcenc/libstagefright_soft_avcenc/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_avcenc.so.abidiff
  1588. *****************************************************
  1589. [ 98% 95383/96967] //frameworks/a...ght_soft_hevcdec.so.abidiff [arm]
  1590. ******************************************************
  1591. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/frameworks/av/media/libstagefright/codecs/hevcdec/libstagefright_soft_hevcdec/android_arm_armv8-a_cortex-a53.a57_shared_core/libstagefright_soft_hevcdec.so.abidiff
  1592. *****************************************************
  1593. [ 98% 95481/96967] //external/lib...eader-abi-diff libxml2.so.abidiff
  1594. ******************************************************
  1595. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/libxml2/libxml2/android_arm64_armv8-a_shared_core/libxml2.so.abidiff
  1596. *****************************************************
  1597. [ 98% 95580/96967] //external/fre...header-abi-diff libft2.so.abidiff
  1598. ******************************************************
  1599. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/freetype/libft2/android_arm64_armv8-a_shared_core/libft2.so.abidiff
  1600. *****************************************************
  1601. [ 98% 95630/96967] //external/lib...header-abi-diff libpng.so.abidiff
  1602. ******************************************************
  1603. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/libpng/libpng/android_arm64_armv8-a_shared_core/libpng.so.abidiff
  1604. *****************************************************
  1605. [ 98% 95674/96967] //external/lib...abi-diff libxml2.so.abidiff [arm]
  1606. ******************************************************
  1607. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/libxml2/libxml2/android_arm_armv8-a_cortex-a53.a57_shared_core/libxml2.so.abidiff
  1608. *****************************************************
  1609. [ 98% 95790/96967] target Strip (.../minivold_intermediates/minivold)
  1610. prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-nm: /home/nilce13cohen/cr/out/target/product/zerofltexx/symbols/recovery/root/sbin/minivold: no symbols
  1611. [ 98% 95904/96967] //external/fre...-abi-diff libft2.so.abidiff [arm]
  1612. ******************************************************
  1613. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/freetype/libft2/android_arm_armv8-a_cortex-a53.a57_shared_core/libft2.so.abidiff
  1614. *****************************************************
  1615. [ 98% 95914/96967] //external/lib...-abi-diff libpng.so.abidiff [arm]
  1616. ******************************************************
  1617. VNDK Abi broken: Please check compatiblity report at : /home/nilce13cohen/cr/out/soong/.intermediates/external/libpng/libpng/android_arm_armv8-a_cortex-a53.a57_shared_core/libpng.so.abidiff
  1618. *****************************************************
  1619. [ 99% 96447/96967] Target boot im...arget/product/zerofltexx/boot.img
  1620. /home/nilce13cohen/cr/out/target/product/zerofltexx/boot.img maxsize=29872128 blocksize=135168 total=26951696 reserve=405504
  1621. Made boot image: /home/nilce13cohen/cr/out/target/product/zerofltexx/boot.img
  1622. [ 99% 96450/96967] Copying baseline ramdisk...
  1623. Modifying ramdisk contents...
  1624. cp: cannot stat '/home/nilce13cohen/cr/out/target/product/zerofltexx/root/init.recovery.*.rc': No such file or directory
  1625. ----- Making uncompressed recovery ramdisk ------
  1626. [ 99% 96468/96967] ----- Making recovery image ------
  1627. FAILED: /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img
  1628. /bin/bash -c "(/home/nilce13cohen/cr/out/host/linux-x86/bin/mkbootimg --kernel /home/nilce13cohen/cr/out/target/product/zerofltexx/kernel --ramdisk /home/nilce13cohen/cr/out/target/product/zerofltexx/ramdisk-recovery.img --cmdline \"buildvariant=userdebug\" --base 0x10000000 --pagesize 2048 --dt /home/nilce13cohen/cr/out/target/product/zerofltexx/dt.img --os_version 8.1.0 --os_patch_level 2018-03-05 --kernel_offset 0x10008000 --ramdisk_offset 0x11000000 --tags_offset 0x10000100 --output /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img --id > /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.id ) && (echo -n \"SEANDROIDENFORCE\" >> /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img ) && (size=\$(for i in /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img; do stat --format \"%s\" \"\$i\" | tr -d '\\n'; echo +; done; echo 0); total=\$(( \$( echo \"\$size\" ) )); printname=\$(echo -n \"/home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img\" | tr \" \" +); img_blocksize=135168; twoblocks=\$((img_blocksize * 2)); onepct=\$(((((36765696 / 100) - 1) / img_blocksize + 1) * img_blocksize)); reserve=\$((twoblocks > onepct ? twoblocks : onepct)); maxsize=\$((36765696 - reserve)); echo \"\$printname maxsize=\$maxsize blocksize=\$img_blocksize total=\$total reserve=\$reserve\"; if [ \"\$total\" -gt \"\$maxsize\" ]; then echo \"error: \$printname too large (\$total > [36765696 - \$reserve])\"; false; elif [ \"\$total\" -gt \$((maxsize - 32768)) ]; then echo \"WARNING: \$printname approaching size limit (\$total now; limit \$maxsize)\"; fi ) && (echo \"Made recovery image: /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img\" )"
  1629. /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img maxsize=36360192 blocksize=135168 total=37335056 reserve=405504
  1630. error: /home/nilce13cohen/cr/out/target/product/zerofltexx/recovery.img too large (37335056 > [36765696 - 405504])
  1631. [ 99% 96471/96967] target SharedL...c_intermediates/LINKED/libpac.so)
  1632. ninja: build stopped: subcommand failed.
  1633. 19:13:10 ninja failed with: exit status 1
  1634.  
  1635. #### failed to build some targets (01:08:22 (hh:mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement