Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D/AndroidRuntime( 1070): Shutting down VM
- W/dalvikvm( 1070): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 1070): FATAL EXCEPTION: main
- E/AndroidRuntime( 1070): Process: com.android.settings, PID: 1070
- E/AndroidRuntime( 1070): java.lang.IllegalArgumentException: Invalid fragment for this activity: com.koushikdutta.superuser.PolicyNativeFragment
- E/AndroidRuntime( 1070): at android.preference.PreferenceActivity.switchToHeaderInner(PreferenceActivity.java:1229)
- E/AndroidRuntime( 1070): at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1268)
- E/AndroidRuntime( 1070): at com.android.settings.Settings.switchToHeader(Settings.java:397)
- E/AndroidRuntime( 1070): at android.preference.PreferenceActivity.onHeaderClick(PreferenceActivity.java:1055)
- E/AndroidRuntime( 1070): at com.android.settings.Settings.onHeaderClick(Settings.java:1093)
- E/AndroidRuntime( 1070): at android.preference.PreferenceActivity.onListItemClick(PreferenceActivity.java:1030)
- E/AndroidRuntime( 1070): at android.app.ListActivity$2.onItemClick(ListActivity.java:319)
- E/AndroidRuntime( 1070): at android.widget.AdapterView.performItemClick(AdapterView.java:298)
- E/AndroidRuntime( 1070): at android.widget.AbsListView.performItemClick(AbsListView.java:1139)
- E/AndroidRuntime( 1070): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3048)
- E/AndroidRuntime( 1070): at android.widget.AbsListView$4.run(AbsListView.java:3790)
- E/AndroidRuntime( 1070): at android.os.Handler.handleCallback(Handler.java:733)
- E/AndroidRuntime( 1070): at android.os.Handler.dispatchMessage(Handler.java:95)
- E/AndroidRuntime( 1070): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 1070): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 1070): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 1070): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 1070): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 1070): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 1070): at dalvik.system.NativeStart.main(Native Method)
- W/ActivityManager( 662): Force finishing activity com.android.settings/.Settings
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{41f63798 u0 com.android.settings/.Settings t26 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- V/Zygote ( 5305): Switching descriptor 33 to /dev/null
- V/Zygote ( 5305): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5305 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5305): LauncherAppState inited
- W/Launcher( 5305): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f27110 new=com.android.launcher3.LauncherApplication@41f27110
- D/AndroidRuntime( 5305): Shutting down VM
- W/dalvikvm( 5305): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5305): FATAL EXCEPTION: main
- E/AndroidRuntime( 5305): Process: com.android.launcher3, PID: 5305
- E/AndroidRuntime( 5305): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5305): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5305): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5305): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5305): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5305): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5305): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5305): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5305): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5305): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5305): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5305): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5305): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5305): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5305): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5305): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5305): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5305): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5305): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5305): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5305): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5305): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5305): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5305): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5305): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5305): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5305): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5305): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5305): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5305): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{41fdc5d8 u0 com.android.launcher3/.Launcher t27 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4099), calling pid 662 session 222
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb71145d0
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- I/Process ( 5305): Sending signal. PID: 5305 SIG: 9
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5305) has died.
- V/Zygote ( 5330): Switching descriptor 33 to /dev/null
- V/Zygote ( 5330): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5330 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5330): LauncherAppState inited
- W/Launcher( 5330): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1db10 new=com.android.launcher3.LauncherApplication@41f1db10
- D/AndroidRuntime( 5330): Shutting down VM
- W/dalvikvm( 5330): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5330): FATAL EXCEPTION: main
- E/AndroidRuntime( 5330): Process: com.android.launcher3, PID: 5330
- E/AndroidRuntime( 5330): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5330): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5330): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5330): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5330): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5330): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5330): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5330): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5330): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5330): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5330): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5330): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5330): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5330): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5330): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5330): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5330): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5330): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5330): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5330): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5330): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5330): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5330): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5330): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5330): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5330): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5330): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5330): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5330): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5330): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{4202eff0 u0 com.android.launcher3/.Launcher t28 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4102), calling pid 662 session 223
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb70e78a8
- I/Process ( 5330): Sending signal. PID: 5330 SIG: 9
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5330) has died.
- V/Zygote ( 5362): Switching descriptor 33 to /dev/null
- V/Zygote ( 5362): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5362 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5362): LauncherAppState inited
- W/Launcher( 5362): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1ea08 new=com.android.launcher3.LauncherApplication@41f1ea08
- D/AndroidRuntime( 5362): Shutting down VM
- W/dalvikvm( 5362): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5362): FATAL EXCEPTION: main
- E/AndroidRuntime( 5362): Process: com.android.launcher3, PID: 5362
- E/AndroidRuntime( 5362): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5362): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5362): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5362): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5362): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5362): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5362): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5362): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5362): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5362): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5362): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5362): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5362): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5362): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5362): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5362): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5362): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5362): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5362): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5362): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5362): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5362): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5362): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5362): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5362): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5362): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5362): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5362): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5362): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5362): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{42053390 u0 com.android.launcher3/.Launcher t29 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4099), calling pid 662 session 224
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb7112310
- I/Process ( 5362): Sending signal. PID: 5362 SIG: 9
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5362) has died.
- V/Zygote ( 5394): Switching descriptor 33 to /dev/null
- V/Zygote ( 5394): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5394 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5394): LauncherAppState inited
- I/Process ( 1070): Sending signal. PID: 1070 SIG: 9
- D/AudioFlinger( 233): start(4102), calling pid 662 session 225
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb70e78a8
- W/Launcher( 5394): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f1f900 new=com.android.launcher3.LauncherApplication@41f1f900
- I/ActivityManager( 662): Process com.android.settings (pid 1070) has died.
- I/WindowState( 662): WIN DEATH: Window{42045198 u0 com.android.settings/com.android.settings.Settings}
- D/AndroidRuntime( 5394): Shutting down VM
- W/dalvikvm( 5394): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5394): FATAL EXCEPTION: main
- E/AndroidRuntime( 5394): Process: com.android.launcher3, PID: 5394
- E/AndroidRuntime( 5394): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5394): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5394): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5394): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5394): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5394): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5394): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5394): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5394): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5394): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5394): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5394): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5394): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5394): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5394): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5394): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5394): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5394): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5394): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5394): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5394): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5394): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5394): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5394): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5394): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5394): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5394): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5394): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5394): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5394): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{42240d48 u0 com.android.launcher3/.Launcher t30 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (0ms elapsed)
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayv
- W/NFC-LLC ( 1250): LLC length mis-match
- V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=356.0 v=3007.259)
- D/PhoneStatusBar( 1058): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search >
- V/PanelView( 1058): animationTick called with dtms=-10; nothing to do (h=356.0 v=3007.259)
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayv (156ms elapsed)
- D/AudioFlinger( 233): start(4098), calling pid 662 session 226
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f628
- I/ActivityManager( 662): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from pid 1058
- V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=834.0 v=-4500.0)
- D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker* system_info* back home recent clock search >
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (3ms elapsed)
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{4246f6f0 u0 com.android.launcher3/.Launcher t31}
- V/Zygote ( 5456): Switching descriptor 33 to /dev/null
- V/Zygote ( 5456): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.settings for activity com.android.settings/.Settings: pid=5456 uid=1000 gids={41000, 3003, 1028, 1023, 1015, 1006, 3002, 3001}
- D/BluetoothManagerService( 662): Message: 20
- D/BluetoothManagerService( 662): Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@42639c60:true
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- D/BluetoothManagerService( 662): Message: 30
- D/BluetoothManagerService( 662): Message: 30
- W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothInputDevice.doBind:256 android.bluetooth.BluetoothInputDevice.<init>:249 android.bluetooth.BluetoothAdapter.getProfileProxy:1197
- D/LocalBluetoothProfileManager( 5456): Adding local MAP profile
- D/BluetoothMap( 5456): Create BluetoothMap proxy object
- D/BluetoothManagerService( 662): Message: 30
- D/BluetoothManagerService( 662): Message: 30
- D/LocalBluetoothProfileManager( 5456): LocalBluetoothProfileManager construction complete
- W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPan.doBind:148 android.bluetooth.BluetoothPan.<init>:141 android.bluetooth.BluetoothAdapter.getProfileProxy:1200
- W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothMap.doBind:109 android.bluetooth.BluetoothMap.<init>:102 android.bluetooth.BluetoothAdapter.getProfileProxy:1212
- W/ContextImpl( 5456): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1582 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPbap.doBind:164 android.bluetooth.BluetoothPbap.<init>:157 com.android.settings.bluetooth.PbapServerProfile.<init>:68
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- I/Adreno200-EGL( 5456): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM Build: Iabe52cfaeae4c5fab1acacfe6f056ba15fa93274
- D/OpenGLRenderer( 5456): Enabling debug mode 0
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- D/WifiService( 662): setWifiEnabled: true pid=5456, uid=1000
- I/Process ( 5394): Sending signal. PID: 5394 SIG: 9
- D/AudioFlinger( 233): start(4102), calling pid 662 session 227
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb70e78a8
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5394) has died.
- W/NFC-LLC ( 1250): LLC length mis-match
- I/ActivityManager( 662): Displayed com.android.settings/.Settings: +1s16ms
- I/ActivityManager( 662): Timeline: Activity_windows_visible id: ActivityRecord{426533d0 u0 com.android.settings/.Settings t32} time:470265
- W/Binder ( 1179): Caught a RuntimeException from the binder stub implementation.
- W/Binder ( 1179): java.lang.NullPointerException
- W/Binder ( 1179): at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
- W/Binder ( 1179): at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
- W/Binder ( 1179): at android.os.Binder.execTransact(Binder.java:404)
- W/Binder ( 1179): at dalvik.system.NativeStart.run(Native Method)
- W/InputMethodManagerService( 662): Got RemoteException sending setActive(false) notification to pid 1070 uid 1000
- W/ActivityManager( 662): Launch timeout has expired, giving up wake lock!
- I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@41f19f78 time:470464
- W/NFC-LLC ( 1250): LLC length mis-match
- D/ALSADevice( 233): standby: handle 0xb70b1df0 h 0x0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 0
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 0
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: ZERO
- D/AudioUsbALSA( 233): exitPlaybackThread, mproxypfdPlayback: -1
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4098), calling pid 662 session 228
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f628
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4102), calling pid 662 session 229
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb70e78a8
- D/AudioFlinger( 233): start(4098), calling pid 662 session 230
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f628
- D/AudioFlinger( 233): start(4099), calling pid 662 session 231
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb71146a8
- I/NotificationService( 662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@424adbe8
- D/AudioFlinger( 233): start(4101), calling pid 662 session 232
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb710ef08
- I/NotificationService( 662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@423c4fb8
- D/AudioFlinger( 233): start(4100), calling pid 662 session 233
- D/AudioFlinger( 233): ? => ACTIVE (4100) on thread 0xb710fc30
- D/AudioFlinger( 233): start(4102), calling pid 662 session 234
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb710f548
- I/NotificationService( 662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@4230ddf8
- I/NotificationService( 662): cancelToast pkg=com.android.settings callback=android.app.ITransientNotification$Stub$Proxy@422aff80
- D/AudioFlinger( 233): start(4098), calling pid 662 session 235
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f628
- D/AudioFlinger( 233): start(4099), calling pid 662 session 236
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb70e6c20
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4101), calling pid 662 session 237
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb710ef08
- D/AudioFlinger( 233): start(4100), calling pid 662 session 238
- D/AudioFlinger( 233): ? => ACTIVE (4100) on thread 0xb710fc30
- D/AudioFlinger( 233): start(4102), calling pid 662 session 239
- D/AudioFlinger( 233): ? => ACTIVE (4102) on thread 0xb71146a8
- D/AudioFlinger( 233): start(4098), calling pid 662 session 240
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb7114be0
- D/AudioFlinger( 233): start(4099), calling pid 662 session 241
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb710f628
- W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
- E/Cryptfs ( 221): not running with encryption, aborting
- D/PermissionCache( 230): checking android.permission.HARDWARE_TEST for uid=1000 => granted (274 us)
- W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.System to android.provider.Settings.Global
- W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
- E/Cryptfs ( 221): not running with encryption, aborting
- W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.System to android.provider.Settings.Global
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- D/ALSADevice( 233): standby: handle 0xb70b1df0 h 0x0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 0
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 0
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: ZERO
- D/AudioUsbALSA( 233): exitPlaybackThread, mproxypfdPlayback: -1
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4101), calling pid 662 session 242
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb710ef08
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- W/InputEventReceiver( 5456): Attempted to finish an input event but the input event receiver has already been disposed.
- W/InputMethodManagerService( 662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42089de0 attribute=null, token = android.os.BinderProxy@42050448
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4099), calling pid 662 session 243
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb710f628
- D/AudioFlinger( 233): start(4101), calling pid 662 session 244
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb710ef08
- W/InputMethodManagerService( 662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42179d08 attribute=null, token = android.os.BinderProxy@42050448
- V/Zygote ( 5551): Switching descriptor 33 to /dev/null
- V/Zygote ( 5551): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.google.android.apps.uploader for broadcast com.google.android.apps.uploader/com.google.android.picasasync.BatteryReceiver: pid=5551 uid=10063 gids={50063, 3003, 1028, 1015, 1023}
- W/NFC-LLC ( 1250): LLC length mis-match
- I/EntropyMixer( 662): Writing entropy...
- D/PicasaUploader( 5551): System upgrade from null to 4.4.2
- D/PicasaUploader( 5551): wifiOnlyPhoto changed to true
- D/PicasaUploader( 5551): wifiOnlyVideo changed to true
- D/PicasaUploader( 5551): syncOnBattery changed to true
- D/PicasaUploaderSync( 5551): sync account database
- D/PicasaUploader( 5551): set fsid=-1
- D/MtpService( 1168): updating state; isCurrentUser=true, mMtpLocked=false
- D/MtpService( 1168): addStorageLocked 65537 /storage/emulated/0
- D/MtpService( 1168): addStorageLocked 131073 /storage/sdcard1
- D/MtpService( 1168): updating state; isCurrentUser=true, mMtpLocked=false
- D/MtpService( 1168): starting MTP server in MTP mode
- D/MtpService( 1168): addStorageLocked 65537 /storage/emulated/0
- D/MtpService( 1168): addStorageLocked 131073 /storage/sdcard1
- D/PicasaUploaderSync( 5551): accounts in DB=0
- D/PicasaUploaderSync( 5551): add account to DB:********************************
- D/PicasaUploaderSyncManager( 5551): active network: NetworkInfo: type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "Emy-Alx WiFi", roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
- D/PicasaUploaderSyncManager( 5551): background data: true
- D/PicasaUploaderSyncManager( 5551): battery info: true
- D/PicasaUploaderSync( 5551): sync account database
- D/PicasaUploaderSync( 5551): accounts in DB=1
- W/NFC-LLC ( 1250): LLC length mis-match
- D/ALSADevice( 233): standby: handle 0xb70b1df0 h 0x0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 0
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 0
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: ZERO
- D/AudioUsbALSA( 233): exitPlaybackThread, mproxypfdPlayback: -1
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- I/ActivityManager( 662): Waited long enough for: ServiceRecord{427ce500 u0 com.google.android.googlequicksearchbox/com.google.android.search.core.service.SearchService}
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- I/PowerManagerService( 662): Going to sleep due to screen timeout...
- I/Adreno200-EGL( 662): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM Build: Iabe52cfaeae4c5fab1acacfe6f056ba15fa93274
- D/SurfaceFlinger( 230): Screen released, type=0 flinger=0xb8cf0450
- D/qdhwcomposer( 230): hwc_blank: Blanking display: 0
- I/WindowManager( 662): No lock screen! windowToken=null
- D/qdhwcomposer( 230): hwc_blank: Done blanking display: 0
- D/SurfaceControl( 662): Excessive delay in blankDisplay() while turning screen off: 352ms
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(227): sensors_wrapper_activate: lock
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(253): sensors_wrapper_activate: unlock
- W/NFC-LLC ( 1250): LLC length mis-match
- I/CarbonDelta( 1528): Setting sleep detection alarm (exact) for 01:53
- D/NfcService( 1250): NFC-C OFF, disconnect
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4098), calling pid 1058 session 245
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb70e78b0
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- E/KeyguardHostView( 1058): Error when trying to bind default AppWidget: java.lang.IllegalArgumentException: not a appwidget provider: ComponentInfo{/}
- E/SensorManager( 1058): sensor or listener is null
- D/Keyguard:NotificationView( 1058): Add: android17040631
- D/Keyguard:NotificationView( 1058): Add: android17040639
- D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* search >
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- D/ALSADevice( 233): standby: handle 0xb70b1df0 h 0x0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 0
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 0
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: ZERO
- D/AudioUsbALSA( 233): exitPlaybackThread, mproxypfdPlayback: -1
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(227): sensors_wrapper_activate: lock
- I/PowerManagerService( 662): Waking up from sleep...
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(253): sensors_wrapper_activate: unlock
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(269): sensors_wrapper_set_delay: lock
- D/DASH ( 662): hardware/sony/DASH/sensors_wrapper.c(281): sensors_wrapper_set_delay: unlock
- I/CarbonDelta( 1528): Cancelling sleep detection alarm
- D/SurfaceFlinger( 230): Screen acquired, type=0 flinger=0xb8cf0450
- D/qdhwcomposer( 230): hwc_blank: Unblanking display: 0
- I/WindowManager( 662): Lock screen displayed!
- D/qdhwcomposer( 230): hwc_blank: Done unblanking display: 0
- D/SurfaceControl( 662): Excessive delay in unblankDisplay() while turning screen on: 301ms
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4097), calling pid 1058 session 246
- D/AudioFlinger( 233): ? => ACTIVE (4097) on thread 0xb7111dc0
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- W/Settings( 5456): Setting bugreport_in_power_menu has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
- D/NfcService( 1250): NFC-C ON
- E/Cryptfs ( 221): not running with encryption, aborting
- D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker system_info back* home* recent* clock* search >
- W/InputMethodManagerService( 662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42062aa0 attribute=android.view.inputmethod.EditorInfo@42865d50, token = android.os.BinderProxy@42050448
- I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@41f19f78 time:817273
- W/NFC-LLC ( 1250): LLC length mis-match
- D/ALSADevice( 233): standby: handle 0xb70b1df0 h 0x0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value Inactive
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 0
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _disdev value Speaker
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 0
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: ZERO
- W/NFC-LLC ( 1250): LLC length mis-match
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: CIC_OUT
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 0
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: ZERO
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: ZERO
- D/AudioUsbALSA( 233): exitPlaybackThread, mproxypfdPlayback: -1
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioUsbALSA( 233): closeDevice handle 0x0
- D/AudioFlinger( 233): start(4098), calling pid 662 session 247
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f550
- D/ALSADevice( 233): route: devices 0x2 in mode 0
- D/ALSADevice( 233): No valid input device: 0
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _enadev value Speaker
- D/ALSADevice( 233): switchDevice: mCurTxUCMDevivce None mCurRxDevDevice Speaker
- D/alsa_ucm( 233): snd_use_case_set(): uc_mgr 0xb7070830 identifier _verb value HiFi Lowlatency
- D/alsa_ucm( 233): Set mixer controls for Speaker enable 1
- D/alsa_ucm( 233): acdb_id 15 cap 1 enable 1
- D/ACDB-LOADER( 233): ACDB -> send_audio_cal, acdb_id = 15, path = 0
- D/ACDB-LOADER( 233): ACDB -> send_adm_topology
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
- D/ACDB-LOADER( 233): ACDB -> send_audtable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_CAL
- D/ACDB-LOADER( 233): ACDB -> send_audvoltable
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
- D/ACDB-LOADER( 233): ACDB -> send_afe_cal
- D/ACDB-LOADER( 233): ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
- D/ACDB-LOADER( 233): ACDB -> AUDIO_SET_AFE_CAL
- D/alsa_ucm( 233): Setting mixer control: SLIM_0_RX Channels, value: Two
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP1, value: RX1
- D/alsa_ucm( 233): Setting mixer control: RX5 MIX1 INP2, value: RX6
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP1, value: RX2
- D/alsa_ucm( 233): Setting mixer control: RX3 MIX1 INP2, value: RX7
- D/alsa_ucm( 233): Setting mixer control: RX4 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: RX6 DSM MUX, value: DSM_INV
- D/alsa_ucm( 233): Setting mixer control: LINEOUT1 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT2 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT3 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: LINEOUT4 Volume, value: 100
- D/alsa_ucm( 233): Setting mixer control: SLIM TX3 MUX, value: RMIX5
- D/alsa_ucm( 233): Setting mixer control: SLIM TX5 MUX, value: RMIX3
- D/alsa_ucm( 233): Setting mixer control: RX3 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX4 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX5 Digital Volume, value: 68
- D/alsa_ucm( 233): Setting mixer control: RX6 Digital Volume, value: 68
- D/alsa_ucm( 233): Set mixer controls for HiFi Lowlatency enable 1
- D/alsa_ucm( 233): Setting mixer control: SLIMBUS_0_RX Audio Mixer MultiMedia5, value: 1
- D/ALSADevice( 233): close: handle 0xb70b1df0 h 0x0
- D/ALSADevice( 233): open: handle 0xb70b1df0, format 0x2
- D/ALSADevice( 233): Device value returned is hw:0,14
- D/ALSADevice( 233): handle->format: 0x2
- D/ALSADevice( 233): setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
- D/ALSADevice( 233): setHardwareParams: buffer_size 2048, period_size 1024, period_cnt 2
- V/Zygote ( 5653): Switching descriptor 33 to /dev/null
- V/Zygote ( 5653): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5653 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5653): LauncherAppState inited
- W/Launcher( 5653): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f228c8 new=com.android.launcher3.LauncherApplication@41f228c8
- D/AndroidRuntime( 5653): Shutting down VM
- W/dalvikvm( 5653): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5653): FATAL EXCEPTION: main
- E/AndroidRuntime( 5653): Process: com.android.launcher3, PID: 5653
- E/AndroidRuntime( 5653): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5653): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5653): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5653): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5653): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5653): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5653): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5653): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5653): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5653): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5653): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5653): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5653): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5653): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5653): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5653): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5653): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5653): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5653): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5653): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5653): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5653): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5653): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5653): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5653): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5653): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5653): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5653): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5653): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5653): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{4246f6f0 u0 com.android.launcher3/.Launcher t31 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4101), calling pid 662 session 248
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb70e78b0
- I/Process ( 5653): Sending signal. PID: 5653 SIG: 9
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5653) has died.
- V/Zygote ( 5691): Switching descriptor 33 to /dev/null
- V/Zygote ( 5691): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5691 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5691): LauncherAppState inited
- W/Launcher( 5691): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f237c0 new=com.android.launcher3.LauncherApplication@41f237c0
- D/AndroidRuntime( 5691): Shutting down VM
- W/dalvikvm( 5691): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5691): FATAL EXCEPTION: main
- E/AndroidRuntime( 5691): Process: com.android.launcher3, PID: 5691
- E/AndroidRuntime( 5691): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5691): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5691): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5691): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5691): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5691): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5691): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5691): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5691): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5691): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5691): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5691): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5691): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5691): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5691): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5691): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5691): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5691): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5691): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5691): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5691): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5691): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5691): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5691): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5691): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5691): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5691): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5691): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5691): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5691): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{42672ff8 u0 com.android.launcher3/.Launcher t33 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4098), calling pid 662 session 249
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f550
- I/Process ( 5691): Sending signal. PID: 5691 SIG: 9
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5691) has died.
- V/Zygote ( 5718): Switching descriptor 33 to /dev/null
- V/Zygote ( 5718): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.android.launcher3 for activity com.android.launcher3/.Launcher: pid=5718 uid=10038 gids={50038, 1028, 1023}
- V/Launcher( 5718): LauncherAppState inited
- W/Launcher( 5718): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@41f246b8 new=com.android.launcher3.LauncherApplication@41f246b8
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (0ms elapsed)
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayv
- D/PhoneStatusBar( 1058): disable: < expand icons alerts TICKER* SYSTEM_INFO* back home recent clock search >
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayv (113ms elapsed)
- V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=398.0 v=3790.1455)
- V/PanelView( 1058): animationTick called with dtms=-7; nothing to do (h=398.0 v=3790.1455)
- D/AndroidRuntime( 5718): Shutting down VM
- W/dalvikvm( 5718): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5718): FATAL EXCEPTION: main
- E/AndroidRuntime( 5718): Process: com.android.launcher3, PID: 5718
- E/AndroidRuntime( 5718): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5718): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5718): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5718): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5718): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5718): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5718): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5718): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5718): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5718): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5718): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5718): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5718): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5718): Caused by: java.lang.RuntimeException: Binary XML file line #16: You must supply a layout_width attribute.
- E/AndroidRuntime( 5718): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)
- E/AndroidRuntime( 5718): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:5948)
- E/AndroidRuntime( 5718): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6117)
- E/AndroidRuntime( 5718): at android.widget.FrameLayout$LayoutParams.<init>(FrameLayout.java:615)
- E/AndroidRuntime( 5718): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:559)
- E/AndroidRuntime( 5718): at android.widget.FrameLayout.generateLayoutParams(FrameLayout.java:56)
- E/AndroidRuntime( 5718): at android.view.LayoutInflater.inflate(LayoutInflater.java:480)
- E/AndroidRuntime( 5718): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
- E/AndroidRuntime( 5718): at com.android.launcher3.Launcher.getQsbBar(Launcher.java:3301)
- E/AndroidRuntime( 5718): at com.android.launcher3.SearchDropTargetBar.setup(SearchDropTargetBar.java:72)
- E/AndroidRuntime( 5718): at com.android.launcher3.Launcher.setupViews(Launcher.java:1206)
- E/AndroidRuntime( 5718): at com.android.launcher3.Launcher.onCreate(Launcher.java:430)
- E/AndroidRuntime( 5718): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5718): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5718): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5718): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.android.launcher3/.Launcher
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{42a91598 u0 com.android.launcher3/.Launcher t34 f}
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher3/.Launcher} from pid 0
- W/NFC-LLC ( 1250): LLC length mis-match
- D/AudioFlinger( 233): start(4101), calling pid 662 session 250
- D/AudioFlinger( 233): ? => ACTIVE (4101) on thread 0xb70e78b0
- I/ActivityManager( 662): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from pid 1058
- V/PanelView( 1058): animationTick called with dtms=0; nothing to do (h=834.0 v=-4500.0)
- D/PhoneStatusBar( 1058): disable: < expand icons alerts ticker* system_info* back home recent clock search >
- D/CastDeviceScannerIntentService( 3778): Starting operation: >> ayx
- D/CastDeviceScannerIntentService( 3778): Finished operation: << ayx (26ms elapsed)
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{42b279c8 u0 com.android.launcher3/.Launcher t35}
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- I/Process ( 5718): Sending signal. PID: 5718 SIG: 9
- D/AudioFlinger( 233): start(4098), calling pid 662 session 251
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f550
- I/ActivityManager( 662): Process com.android.launcher3 (pid 5718) has died.
- D/WifiService( 662): setWifiEnabled: true pid=5456, uid=1000
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- I/ActivityManager( 662): Displayed com.android.settings/.Settings: +596ms
- W/NFC-LLC ( 1250): LLC length mis-match
- I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@4253a9b0 time:829415
- I/ActivityManager( 662): Timeline: Activity_windows_visible id: ActivityRecord{41f63798 u0 com.android.settings/.Settings t36} time:829542
- D/ConnectivityService( 662): Sampling interval elapsed, updating statistics ..
- D/ConnectivityService( 662): Done.
- D/ConnectivityService( 662): Setting timer for 720seconds
- I/EventLogService( 3746): Aggregate from 1395001058544 (log), 1394999705830 (data)
- W/EventLogAggregator( 3746): Unknown tag: SYSTEM_AUDIT
- I/ActivityManager( 5456): Timeline: Activity_launch_request id:com.carbon.fibers time:830536
- I/ActivityManager( 662): START u0 {act=android.intent.action.MAIN cmp=com.carbon.fibers/.SettingsActivity} from pid 5456
- D/AudioFlinger( 233): start(4099), calling pid 662 session 252
- D/AudioFlinger( 233): ? => ACTIVE (4099) on thread 0xb710f618
- V/Zygote ( 5797): Switching descriptor 33 to /dev/null
- V/Zygote ( 5797): Switching descriptor 10 to /dev/null
- I/ActivityManager( 662): Start proc com.carbon.fibers for activity com.carbon.fibers/.SettingsActivity: pid=5797 uid=1000 gids={41000, 3003, 1028, 1023, 1015, 1006, 3002, 3001}
- I/CR_Settings( 5797): defualt locale: français (France)
- D/AndroidRuntime( 5797): Shutting down VM
- W/dalvikvm( 5797): threadid=1: thread exiting with uncaught exception (group=0x41c58ce0)
- E/AndroidRuntime( 5797): FATAL EXCEPTION: main
- E/AndroidRuntime( 5797): Process: com.carbon.fibers, PID: 5797
- E/AndroidRuntime( 5797): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.carbon.fibers/com.carbon.fibers.SettingsActivity}: java.lang.IllegalStateException: can't switch to header that has no fragment
- E/AndroidRuntime( 5797): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
- E/AndroidRuntime( 5797): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
- E/AndroidRuntime( 5797): at android.app.ActivityThread.access$800(ActivityThread.java:145)
- E/AndroidRuntime( 5797): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
- E/AndroidRuntime( 5797): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 5797): at android.os.Looper.loop(Looper.java:136)
- E/AndroidRuntime( 5797): at android.app.ActivityThread.main(ActivityThread.java:5081)
- E/AndroidRuntime( 5797): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 5797): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 5797): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
- E/AndroidRuntime( 5797): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
- E/AndroidRuntime( 5797): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 5797): Caused by: java.lang.IllegalStateException: can't switch to header that has no fragment
- E/AndroidRuntime( 5797): at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1265)
- E/AndroidRuntime( 5797): at android.preference.PreferenceActivity.onCreate(PreferenceActivity.java:580)
- E/AndroidRuntime( 5797): at com.carbon.fibers.SettingsActivity.onCreate(SettingsActivity.java:74)
- E/AndroidRuntime( 5797): at android.app.Activity.performCreate(Activity.java:5241)
- E/AndroidRuntime( 5797): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
- E/AndroidRuntime( 5797): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
- E/AndroidRuntime( 5797): ... 11 more
- W/ActivityManager( 662): Force finishing activity com.carbon.fibers/.SettingsActivity
- W/NFC-LLC ( 1250): LLC length mis-match
- W/ActivityManager( 662): Activity pause timeout for ActivityRecord{420003a8 u0 com.carbon.fibers/.SettingsActivity t36 f}
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- D/WifiService( 662): setWifiEnabled: true pid=5456, uid=1000
- D/BluetoothAdapter( 5456): 1108622360: getState() : mService = null. Returning STATE_OFF
- I/ActivityManager( 5456): Timeline: Activity_idle id: android.os.BinderProxy@4253a9b0 time:831756
- I/ActivityManager( 662): Timeline: Activity_windows_visible id: ActivityRecord{41f63798 u0 com.android.settings/.Settings t36} time:831974
- I/Process ( 5797): Sending signal. PID: 5797 SIG: 9
- D/AudioFlinger( 233): start(4098), calling pid 662 session 253
- D/AudioFlinger( 233): ? => ACTIVE (4098) on thread 0xb710f550
- I/ActivityManager( 662): Process com.carbon.fibers (pid 5797) has died.
- W/InputMethodManagerService( 662): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@420134b0 attribute=null, token = android.os.BinderProxy@4220aeb8
- W/NFC-LLC ( 1250): LLC length mis-match
- W/NFC-LLC ( 1250): LLC length mis-match
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement