|
Situation often difference, but now i catch bootloop:
"Start Android...
Optimization application 1 of 1."
Optimization could be doing endless, but one more time i catch log in logcat:
- 01-01 03:41:28.147 974 1073 W MountService: No primary storage defined yet; hacking together a stub
- 01-01 03:41:28.148 974 1073 W MountService: No primary storage defined yet; hacking together a stub
- 01-01 03:41:28.148 974 1073 W MountService: No primary storage mounted!
- 01-01 03:41:28.173 974 996 W AppOps : Bad call: specified package null under uid 1000 but it is really -1
- 01-01 03:41:28.538 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:29.538 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:30.538 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:31.292 1106 1106 E : Failed to opendir [/etc/mddb/]. err = [No such file or directory](2)
- 01-01 03:41:31.292 1106 1106 E : Failed to find layout file in folder [/etc/mddb/].
- 01-01 03:41:31.292 1106 1106 E md_monitor: MonitorCore was not initialized successfully.
- 01-01 03:41:31.292 1106 1106 E md_monitor: InitMonitorCore fail
- 01-01 03:41:31.292 1106 1106 E md_monitor: Main: Exit EMDLogger with error.
- 01-01 03:41:31.539 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:32.539 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:33.539 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:34.540 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:34.955 1076 1100 W dex2oat : No verified method for method calling String.<init>: java.lang.String java.io.ByteArrayOutputStream.toString()
- 01-01 03:41:35.540 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:36.055 1076 1103 W dex2oat : No verified method for method calling String.<init>: java.lang.String java.io.ByteArrayOutputStream.toString()
- 01-01 03:41:36.334 1107 1107 E : Failed to opendir [/etc/mddb/]. err = [No such file or directory](2)
- 01-01 03:41:36.334 1107 1107 E : Failed to find layout file in folder [/etc/mddb/].
- 01-01 03:41:36.334 1107 1107 E md_monitor: MonitorCore was not initialized successfully.
- 01-01 03:41:36.334 1107 1107 E md_monitor: InitMonitorCore fail
- 01-01 03:41:36.334 1107 1107 E md_monitor: Main: Exit EMDLogger with error.
- 01-01 03:41:36.541 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- 01-01 03:41:37.176 1076 1101 W dex2oat : Compilation of aocq aivo.mergeFrom(aocb) took 131.747ms
- 01-01 03:41:37.308 1076 1102 W dex2oat : Compilation of aocq aivm.mergeFrom(aocb) took 211.761ms
- 01-01 03:41:37.541 307 706 E AudioParamParser: appHandleThreadLoop(), inotify_add_watch failed !!! try again...
- --------- beginning of crash
- 01-01 03:41:37.801 1076 1105 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xfe77fec0 in tid 1105 (Compiler driver)
- 01-01 03:41:37.806 1076 1102 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xfefde450 in tid 1102 (Compiler driver)
- 01-01 03:41:37.807 1076 1100 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x114 in tid 1100 (Compiler driver)
- 01-01 03:41:37.808 1076 1099 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xfefea2cc in tid 1099 (Compiler driver)
- 01-01 03:41:37.812 974 1094 F libc : Fatal signal 4 (SIGILL), code 1, fault addr 0x7fa16fc9f4 in tid 1094 (hwuiTask1)
Copy the Code
After this messages phone would start boot again |
|