Hi,
pham
Can you shared a logcat detail?
Regards
Saurabh
hi,saurabh, thank for reply, this 's log cat of me
and: nothing found -- skipped.
Close: nothing found -- skipped.
!: nothing found -- skipped.
done.
huynhpvb@huynhpvb-desktop:~$ lsusb
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 15a2:0063 Freescale Semiconductor, Inc.
Bus 002 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 002 Device 002: ID 8087:0024
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc. Hama Optical Mouse
Bus 001 Device 002: ID 8087:0024
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
huynhpvb@huynhpvb-desktop:~$ cd /home/huynhpvb/tool/imx_usb_loader\ /
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ chmod + imx_usb
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ ./imx_usb
config file <./imx_usb.conf>
config file <./mx6_usb_work.conf>
parse mx6_usb_work.conf
15a2:0063(mx6_qsb) bConfigurationValue =1
Interface 0 claimed
report 1, wrote 16 bytes, err=0
report 3, read 4 bytes, err=0
read=56 78 78 56
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ ./imx_usb ~/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin
config file <./imx_usb.conf>
config file <./mx6_usb_work.conf>
parse mx6_usb_work.conf
15a2:0063(mx6_qsb) bConfigurationValue =1
Interface 0 claimed
report 1, wrote 16 bytes, err=0
report 3, read 4 bytes, err=0
read=56 78 78 56
/home/huynhpvb/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin 0 0 1 0 1 2
main dcd length 248
sub dcd length 244
dcd_ptr=0x8780042c
loading binary file(/home/huynhpvb/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin) to 87800000, skip=0, fsize=2e2bc type=aa
<<<189116, 189116 bytes>>>
jumping to 0x87800400
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ fastboot flash boot ~/bwatch/myandroid/out/target/product/evk_6sl/
error: cannot load '/home/huynhpvb/bwatch/myandroid/out/target/product/evk_6sl/'
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ fastboot flash boot ~/bwatch/myandroid/out/target/product/
error: cannot load '/home/huynhpvb/bwatch/myandroid/out/target/product/'
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ fastboot flash boot ~/bwatch/myandroid/out/target/product/evk_6sl/boot.img
sending 'boot' (4226 KB)...
OKAY [ 0.165s]
writing 'boot'...
OKAY [ 0.313s]
finished. total time: 0.479s
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ fastboot reboot
rebooting...
finished. total time: 0.003s
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ ./imx_usb ~/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin
config file <./imx_usb.conf>
config file <./mx6_usb_work.conf>
parse mx6_usb_work.conf
15a2:0063(mx6_qsb) bConfigurationValue =1
Interface 0 claimed
report 1, wrote 16 bytes, err=0
report 3, read 4 bytes, err=0
read=56 78 78 56
/home/huynhpvb/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin 0 0 1 0 1 2
main dcd length 248
sub dcd length 244
dcd_ptr=0x8780042c
loading binary file(/home/huynhpvb/bwatch/myandroid/bootable/bootloader/uboot-imx/u-boot.bin) to 87800000, skip=0, fsize=2e2bc type=aa
<<<189116, 189116 bytes>>>
jumping to 0x87800400
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ adb lagcat
Android Debug Bridge version 1.0.31
-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.
If -p is not specified, the ANDROID_PRODUCT_OUT
environment variable is used, which must
be an absolute path.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number is specified.
Using this command with no additional arguments
will disconnect from all connected TCP/IP devices.
device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-d] [-s] [--algo <algorithm name> --key <hex-encoded key> --iv <hex-encoded iv>] <file>
- push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-d' means allow version code downgrade)
('-s' means install on SD card instead of internal storage)
('--algo', '--key', and '--iv' mean the file is encrypted already)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories)
adb bugreport - return all information from the device
that should be included in a bug report.
adb backup [-f <file>] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)
adb restore <file> - restore device contents from the <file> backup archive
adb help - show this help message
adb version - show version num
scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb get-devpath - prints: <device-path>
adb status-window - continuously print device status for a specified device
adb remount - remounts the /system partition on the device read-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns
adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:
- If <directory> is not specified, both /system and /data partitions will be updated.
- If it is "system" or "data", only the corresponding partition
is updated.
environmental variables:
ADB_TRACE - Print debug information. A comma separated list of the following values
1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.
huynhpvb@huynhpvb-desktop:~/tool/imx_usb_loader $ adb logcat
--------- beginning of /dev/log/system
I/Vold ( 2095): Vold 2.1 (the revenge) firing up
D/Vold ( 2095): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 2095): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
W/dalvikvm( 2099): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
W/SystemServer( 2370): System clock is before 1970; setting to 1970.
I/SystemServer( 2370): Entered the Android system server!
I/SystemServer( 2370): Enabled StrictMode logging for UI Looper
I/SystemServer( 2370): Waiting for installd to be ready.
I/Installer( 2370): connecting...
I/SystemServer( 2370): Power Manager
I/SystemServer( 2370): Activity Manager
I/SystemServer( 2370): Enabled StrictMode logging for WM Looper
I/ActivityManager( 2370): Memory class: 64
W/UsageStats( 2370): Usage stats version changed; dropping
I/AppOps ( 2370): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 2370): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 2370): Display Manager
I/DisplayManagerService( 2370): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 2370): Telephony Registry
I/SystemServer( 2370): Scheduling Policy
I/SystemServer( 2370): Package Manager
D/SELinuxMMAC( 2370): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 2370): Using install policy file /system/etc/security/mac_permissions.xml
W/PackageManager( 2370): Running ENG build: no pre-dexopt!
W/PackageParser( 2370): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 2370): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
W/PackageParser( 2370): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
W/PackageManager( 2370): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 2370): Time to scan packages: 2.022 seconds
W/PackageManager( 2370): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 2370): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2370): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2370): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 2370): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer( 2370): Entropy Mixer
I/EntropyMixer( 2370): Writing entropy...
I/SystemServer( 2370): User Service
I/SystemServer( 2370): Account Manager
I/SystemServer( 2370): Content Manager
I/SystemServer( 2370): System Content Providers
I/SystemServer( 2370): Lights Service
I/SystemServer( 2370): Battery Service
I/SystemServer( 2370): Vibrator Service
I/SystemServer( 2370): Alarm Manager
I/SystemServer( 2370): Init Watchdog
I/SystemServer( 2370): Input Manager
I/InputManager( 2370): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 2370): Window Manager
I/WindowManager( 2370): No existing display settings /data/system/display_settings.xml; starting empty
I/InputManager( 2370): Starting input manager
I/SystemServer( 2370): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 2370): Input Method Service
W/InputMethodManagerService( 2370): Couldn't create dir.: /data/system/inputmethod
I/SystemServer( 2370): Accessibility Manager
I/ActivityManager( 2370): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 2370): Mount Service
D/MountService( 2370): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 2370): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 2370): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2370): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 2370): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2370): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 2370): LockSettingsService
I/SystemServer( 2370): Device Policy
I/SystemServer( 2370): Status Bar
I/SystemServer( 2370): Clipboard Service
I/SystemServer( 2370): NetworkManagement Service
I/SystemServer( 2370): Text Service Manager Service
I/SystemServer( 2370): NetworkStats Service
D/MountService( 2370): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 2370): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 2370): NetworkPolicy Service
I/SystemServer( 2370): Wi-Fi P2pService
W/PackageManager( 2370): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 2370): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2370): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2370): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
I/SystemServer( 2370): Wi-Fi Service
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 2370): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 2370): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer( 2370): Connectivity Service
D/ConnectivityService( 2370): ConnectivityService starting up
D/ConnectivityService( 2370): wifiOnly=false
W/SystemServer( 2370): ***********************************************
I/SystemServer( 2370): Network Service Discovery Service
D/NsdService( 2370): Network service discovery enabled true
I/SystemServer( 2370): UpdateLock Service
I/SystemServer( 2370): Notification Manager
I/SystemServer( 2370): Device Storage Monitor
I/SystemServer( 2370): Location Manager
I/SystemServer( 2370): Country Detector
I/SystemServer( 2370): Search Service
I/SystemServer( 2370): DropBox Service
I/SystemServer( 2370): Wallpaper Service
I/SystemServer( 2370): Audio Service
I/SystemServer( 2370): Dock Observer
W/DockObserver( 2370): This kernel does not have dock station support
I/SystemServer( 2370): Wired Accessory Manager
W/WiredAccessoryManager( 2370): This kernel does not have HDMI audio support
I/SystemServer( 2370): USB Service
I/SystemServer( 2370): Serial Service
I/SystemServer( 2370): Twilight Service
I/SystemServer( 2370): UI Mode Manager Service
I/SystemServer( 2370): Backup Service
V/BackupManagerService( 2370): Initializing package tracking
V/BackupManagerService( 2370): No ancestral data
V/BackupManagerService( 2370): addPackageParticipantsLocked: all
I/BackupManagerService( 2370): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 2370): Now staging backup of com.android.calendar
I/BackupManagerService( 2370): Scheduling backup for new app com.android.browser
D/BackupManagerService( 2370): Now staging backup of com.android.browser
I/BackupManagerService( 2370): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 2370): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 2370): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 2370): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 2370): Scheduling backup for new app android
D/BackupManagerService( 2370): Now staging backup of android
I/BackupManagerService( 2370): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 2370): Now staging backup of com.android.providers.settings
V/BackupManagerService( 2370): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@42156820
V/BackupManagerService( 2370): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 2370): Google transport not present
I/BackupManagerService( 2370): Found stale backup journal, scheduling
I/BackupManagerService( 2370): com.android.calendar
I/BackupManagerService( 2370): com.android.browser
I/BackupManagerService( 2370): com.android.providers.userdictionary
I/BackupManagerService( 2370): com.android.sharedstoragebackup
I/BackupManagerService( 2370): android
I/BackupManagerService( 2370): com.android.providers.settings
I/BackupManagerService( 2370): Backup enabled => false
I/BackupManagerService( 2370): Opting out of backup
I/SystemServer( 2370): AppWidget Service
I/SystemServer( 2370): Recognition Service
I/SystemServer( 2370): DiskStats Service
I/SystemServer( 2370): SamplingProfiler Service
I/SystemServer( 2370): NetworkTimeUpdateService
I/SystemServer( 2370): CommonTimeManagementService
I/SystemServer( 2370): CertBlacklister
I/SystemServer( 2370): Dreams Service
I/SystemServer( 2370): IdleMaintenanceService
I/ActivityManager( 2370): System now ready
I/SystemServer( 2370): Making services ready
I/ActivityManager( 2370): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=2437 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 2370): enabling bandwidth control
W/MountService( 2370): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/SystemUIService( 2437): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 2437): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4200e038
I/StatusBarManagerService( 2370): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@420bd3e0
W/SystemServer( 2370): ***********************************************
E/AndroidRuntime( 2437): FATAL EXCEPTION: main
E/AndroidRuntime( 2437): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2437): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2437): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2437): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2437): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2437): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2437): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2437): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2437): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2437): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2437): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2437): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2437): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2437): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2437): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2437): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2437): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2437): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2437): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 2437): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 2437): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 2437): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2437): ... 10 more
I/ActivityManager( 2370): Process com.android.systemui (pid 2437) has died.
W/ActivityManager( 2370): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 2370): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 2370): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=2482 uid=10018 gids={50018, 1028}
I/ActivityManager( 2370): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=2488 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/SystemUIService( 2488): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 2488): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4200faf0
I/StatusBarManagerService( 2370): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4228eab0
E/AndroidRuntime( 2488): FATAL EXCEPTION: main
E/AndroidRuntime( 2488): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2488): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2488): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2488): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2488): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2488): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2488): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2488): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2488): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2488): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2488): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2488): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2488): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2488): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2488): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2488): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2488): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2488): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2488): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 2488): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 2488): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 2488): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2488): ... 10 more
I/ActivityManager( 2370): Process com.android.systemui (pid 2488) has died.
W/ActivityManager( 2370): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 2370): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=2514 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/SystemUIService( 2514): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 2514): running: com.android.systemui.statusbar.phone.PhoneStatusBar@42010960
I/ActivityManager( 2370): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
W/RecognitionManagerService( 2370): no available voice recognition services found for user 0
W/InputMethodManagerService( 2370): Ignoring setImeWindowStatus of uid 1000 token: null
I/StatusBarManagerService( 2370): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4229f680
I/ActivityManager( 2370): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=2531 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 2370): Adding window token: android.os.Binder@421739c0
W/SystemServer( 2370): ***********************************************
I/ActivityManager( 2370): Start proc com.android.phone for added application com.android.phone: pid=2549 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 2370): Enabled StrictMode for system server main thread.
E/AndroidRuntime( 2531): FATAL EXCEPTION: main
E/AndroidRuntime( 2531): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2531): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2531): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2531): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2531): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2531): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2531): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2531): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2531): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2531): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2531): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2531): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2531): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2531): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2531): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2531): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2531): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2531): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2531): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2531): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 2531): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 2531): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 2531): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2531): ... 10 more
I/ActivityManager( 2370): Process com.android.inputmethod.latin (pid 2531) has died.
W/ActivityManager( 2370): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
E/AndroidRuntime( 2549): FATAL EXCEPTION: main
E/AndroidRuntime( 2549): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2549): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 2549): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 2549): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2549): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2549): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2549): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2549): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2549): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2549): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2549): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2549): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2549): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2549): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2549): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2549): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2549): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2549): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2549): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2549): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2549): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 2549): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 2549): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 2549): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 2549): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 2549): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 2549): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 2549): ... 10 more
V/WiredAccessoryManager( 2370): init()
W/WiredAccessoryManager( 2370): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/ActivityManager( 2370): Process com.android.phone (pid 2549) has died.
I/ActivityManager( 2370): Start proc com.android.phone for restart com.android.phone: pid=2573 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/AndroidRuntime( 2370): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 2370): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2370): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2370): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2370): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2370): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2370): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2370): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 2370): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 2370): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 2370): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 2370): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2370): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2370): at android.os.HandlerThread.run(HandlerThread.java:61)
E/AndroidRuntime( 2514): FATAL EXCEPTION: main
E/AndroidRuntime( 2514): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2514): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2514): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2514): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2514): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2514): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2514): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2514): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2514): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2514): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2514): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2514): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2514): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2514): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2514): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2514): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2514): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2514): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2514): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 2514): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 2514): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 2514): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2514): ... 10 more
I/ActivityManager( 2370): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=2600 uid=10005 gids={50005, 3003, 1028}
I/BootReceiver( 2370): Copying audit failures to DropBox
I/ActivityManager( 2370): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=2616 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
I/ActivityManager( 2370): Process com.android.systemui (pid 2514) has died.
W/ActivityManager( 2370): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 2370): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 2370): Start proc com.android.systemui for restart com.android.systemui: pid=2633 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/AndroidRuntime( 2573): FATAL EXCEPTION: main
E/AndroidRuntime( 2573): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2573): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 2573): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 2573): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2573): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2573): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2573): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2573): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2573): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2573): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2573): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2573): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2573): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2573): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2573): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2573): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2573): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2573): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2573): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2573): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2573): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 2573): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 2573): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 2573): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 2573): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 2573): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 2573): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 2573): ... 10 more
E/AndroidRuntime( 2573): Error reporting crash
E/AndroidRuntime( 2573): android.os.DeadObjectException
E/AndroidRuntime( 2573): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2573): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 2573): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2573): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2573): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2573): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2633): FATAL EXCEPTION: main
E/AndroidRuntime( 2633): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime( 2633): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 2633): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 2633): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 2633): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2633): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2633): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2633): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2633): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2633): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2633): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2633): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2633): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2633): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime( 2633): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 2633): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 2633): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 2633): ... 11 more
E/AndroidRuntime( 2633): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 2633): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2633): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 2633): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 2633): ... 13 more
E/AndroidRuntime( 2600): FATAL EXCEPTION: main
E/AndroidRuntime( 2600): java.lang.RuntimeException: Unable to instantiate application com.android.calendar.CalendarApplication: java.lang.IllegalStateException: Unable to get package info for com.android.calendar; is system dying?
E/AndroidRuntime( 2600): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 2600): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 2600): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 2600): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2600): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2600): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2600): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2600): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2600): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2600): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2600): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2600): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2600): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.calendar; is system dying?
E/AndroidRuntime( 2600): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 2600): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 2600): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 2600): ... 11 more
E/AndroidRuntime( 2600): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 2600): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2600): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 2600): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 2600): ... 13 more
E/AndroidRuntime( 2600): Error reporting crash
E/AndroidRuntime( 2600): android.os.DeadObjectException
E/AndroidRuntime( 2600): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2600): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 2600): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2600): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2600): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2600): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2616): FATAL EXCEPTION: main
E/AndroidRuntime( 2616): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.providers.downloads; is system dying?
E/AndroidRuntime( 2616): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 2616): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 2616): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 2616): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 2616): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2616): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2616): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2616): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2616): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2616): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2616): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2616): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2616): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.providers.downloads; is system dying?
E/AndroidRuntime( 2616): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 2616): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 2616): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 2616): ... 11 more
E/AndroidRuntime( 2616): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 2616): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2616): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 2616): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 2616): ... 13 more
E/AndroidRuntime( 2633): Error reporting crash
E/AndroidRuntime( 2633): android.os.DeadObjectException
E/AndroidRuntime( 2633): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2633): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 2633): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2633): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2633): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2633): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2616): Error reporting crash
E/AndroidRuntime( 2616): android.os.DeadObjectException
E/AndroidRuntime( 2616): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2616): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 2616): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2616): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2616): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2616): at dalvik.system.NativeStart.main(Native Method)
W/dalvikvm( 2654): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SystemServer( 2865): Entered the Android system server!
I/SystemServer( 2865): Enabled StrictMode logging for UI Looper
I/SystemServer( 2865): Waiting for installd to be ready.
I/Installer( 2865): connecting...
I/SystemServer( 2865): Power Manager
I/SystemServer( 2865): Activity Manager
I/SystemServer( 2865): Enabled StrictMode logging for WM Looper
I/ActivityManager( 2865): Memory class: 64
W/UsageStats( 2865): Usage stats version changed; dropping
I/AppOps ( 2865): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 2865): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 2865): Display Manager
I/DisplayManagerService( 2865): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 2865): Telephony Registry
I/SystemServer( 2865): Scheduling Policy
I/SystemServer( 2865): Package Manager
D/SELinuxMMAC( 2865): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 2865): Using install policy file /system/etc/security/mac_permissions.xml
W/PackageManager( 2865): Running ENG build: no pre-dexopt!
W/PackageParser( 2865): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 2865): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
W/PackageParser( 2865): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
W/PackageManager( 2865): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 2865): Time to scan packages: 0.458 seconds
W/PackageManager( 2865): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 2865): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2865): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2865): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 2865): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
I/SystemServer( 2865): Entropy Mixer
I/EntropyMixer( 2865): Writing entropy...
I/SystemServer( 2865): User Service
I/SystemServer( 2865): Account Manager
I/SystemServer( 2865): Content Manager
I/SystemServer( 2865): System Content Providers
I/SystemServer( 2865): Lights Service
I/SystemServer( 2865): Battery Service
I/SystemServer( 2865): Vibrator Service
I/SystemServer( 2865): Alarm Manager
I/SystemServer( 2865): Init Watchdog
I/SystemServer( 2865): Input Manager
I/InputManager( 2865): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 2865): Window Manager
I/WindowManager( 2865): No existing display settings /data/system/display_settings.xml; starting empty
I/InputManager( 2865): Starting input manager
I/SystemServer( 2865): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 2865): Input Method Service
W/InputMethodManagerService( 2865): Couldn't create dir.: /data/system/inputmethod
I/SystemServer( 2865): Accessibility Manager
I/ActivityManager( 2865): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 2865): Mount Service
D/MountService( 2865): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 2865): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 2865): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2865): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 2865): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 2865): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 2865): LockSettingsService
I/SystemServer( 2865): Device Policy
I/SystemServer( 2865): Status Bar
I/SystemServer( 2865): Clipboard Service
I/SystemServer( 2865): NetworkManagement Service
I/SystemServer( 2865): Text Service Manager Service
I/SystemServer( 2865): NetworkStats Service
I/SystemServer( 2865): NetworkPolicy Service
D/MountService( 2865): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 2865): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 2865): Wi-Fi P2pService
W/PackageManager( 2865): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 2865): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2865): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 2865): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 2865): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 2865): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer( 2865): Wi-Fi Service
I/SystemServer( 2865): Connectivity Service
D/ConnectivityService( 2865): ConnectivityService starting up
D/ConnectivityService( 2865): wifiOnly=false
W/SystemServer( 2865): ***********************************************
I/SystemServer( 2865): Network Service Discovery Service
D/NsdService( 2865): Network service discovery enabled true
I/SystemServer( 2865): UpdateLock Service
I/SystemServer( 2865): Notification Manager
I/SystemServer( 2865): Device Storage Monitor
I/SystemServer( 2865): Location Manager
I/SystemServer( 2865): Country Detector
I/SystemServer( 2865): Search Service
I/SystemServer( 2865): DropBox Service
I/SystemServer( 2865): Wallpaper Service
I/SystemServer( 2865): Audio Service
I/SystemServer( 2865): Dock Observer
W/DockObserver( 2865): This kernel does not have dock station support
I/SystemServer( 2865): Wired Accessory Manager
W/WiredAccessoryManager( 2865): This kernel does not have HDMI audio support
I/SystemServer( 2865): USB Service
I/SystemServer( 2865): Serial Service
I/SystemServer( 2865): Twilight Service
I/SystemServer( 2865): UI Mode Manager Service
I/SystemServer( 2865): Backup Service
V/BackupManagerService( 2865): Initializing package tracking
V/BackupManagerService( 2865): No ancestral data
V/BackupManagerService( 2865): addPackageParticipantsLocked: all
I/BackupManagerService( 2865): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 2865): Now staging backup of com.android.calendar
I/BackupManagerService( 2865): Scheduling backup for new app com.android.browser
D/BackupManagerService( 2865): Now staging backup of com.android.browser
I/BackupManagerService( 2865): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 2865): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 2865): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 2865): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 2865): Scheduling backup for new app android
D/BackupManagerService( 2865): Now staging backup of android
I/BackupManagerService( 2865): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 2865): Now staging backup of com.android.providers.settings
V/BackupManagerService( 2865): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@410f9848
V/BackupManagerService( 2865): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 2865): Google transport not present
I/BackupManagerService( 2865): Found stale backup journal, scheduling
I/BackupManagerService( 2865): com.android.calendar
I/BackupManagerService( 2865): com.android.browser
I/BackupManagerService( 2865): com.android.providers.userdictionary
I/BackupManagerService( 2865): com.android.sharedstoragebackup
I/BackupManagerService( 2865): android
I/BackupManagerService( 2865): com.android.providers.settings
I/BackupManagerService( 2865): Backup enabled => false
I/BackupManagerService( 2865): Opting out of backup
I/SystemServer( 2865): AppWidget Service
I/SystemServer( 2865): Recognition Service
I/SystemServer( 2865): DiskStats Service
I/SystemServer( 2865): SamplingProfiler Service
I/SystemServer( 2865): NetworkTimeUpdateService
I/SystemServer( 2865): CommonTimeManagementService
I/SystemServer( 2865): CertBlacklister
I/SystemServer( 2865): Dreams Service
I/SystemServer( 2865): IdleMaintenanceService
I/ActivityManager( 2865): System now ready
I/SystemServer( 2865): Making services ready
I/ActivityManager( 2865): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=2932 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 2865): enabling bandwidth control
W/MountService( 2865): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/SystemUIService( 2932): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 2932): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f39038
I/StatusBarManagerService( 2865): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4103e0e8
W/SystemServer( 2865): ***********************************************
E/AndroidRuntime( 2932): FATAL EXCEPTION: main
E/AndroidRuntime( 2932): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2932): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2932): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2932): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2932): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2932): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2932): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2932): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2932): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2932): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2932): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2932): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2932): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2932): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2932): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2932): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2932): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2932): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2932): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 2932): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 2932): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 2932): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2932): ... 10 more
I/ActivityManager( 2865): Process com.android.systemui (pid 2932) has died.
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 2865): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 2865): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=2977 uid=10018 gids={50018, 1028}
I/ActivityManager( 2865): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=2983 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/SystemUIService( 2983): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 2983): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f3aaf0
I/StatusBarManagerService( 2865): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41180718
I/ActivityManager( 2865): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
W/RecognitionManagerService( 2865): no available voice recognition services found for user 0
W/InputMethodManagerService( 2865): Ignoring setImeWindowStatus of uid 1000 token: null
I/ActivityManager( 2865): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=3010 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 2865): Adding window token: android.os.Binder@4121cf30
W/SystemServer( 2865): ***********************************************
--------- beginning of /dev/log/main
D/dalvikvm( 2983): GC_FOR_ALLOC freed 168K, 9% free 2694K/2952K, paused 47ms, total 55ms
D/dalvikvm( 2977): GC_CONCURRENT freed 212K, 10% free 2719K/3020K, paused 2ms+1ms, total 56ms
D/dalvikvm( 2865): GC_CONCURRENT freed 545K, 12% free 5072K/5716K, paused 18ms+20ms, total 165ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 122ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 124ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 84ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 51ms
I/CommonTimeManagementService( 2865): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 2865): Reconfiguring input devices. changes=0x00000020
I/InputReader( 2865): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 2865): Start proc com.android.phone for added application com.android.phone: pid=3027 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 2865): Enabled StrictMode for system server main thread.
D/dalvikvm( 2983): GC_FOR_ALLOC freed 4K, 9% free 2965K/3228K, paused 106ms, total 106ms
I/LatinIME( 3010): Hardware accelerated drawing: false
D/dalvikvm( 2865): GC_FOR_ALLOC freed 181K, 11% free 5152K/5768K, paused 66ms, total 66ms
D/AndroidRuntime( 3010): Shutting down VM
W/dalvikvm( 3010): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
E/AndroidRuntime( 3010): FATAL EXCEPTION: main
E/AndroidRuntime( 3010): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3010): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3010): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3010): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3010): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3010): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3010): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3010): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3010): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3010): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3010): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3010): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3010): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3010): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3010): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3010): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3010): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3010): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3010): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3010): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 3010): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 3010): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 3010): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3010): ... 10 more
D/dalvikvm( 2865): GC_FOR_ALLOC freed 76K, 12% free 5171K/5864K, paused 58ms, total 58ms
D/dalvikvm( 2983): GC_CONCURRENT freed 395K, 17% free 2984K/3556K, paused 6ms+1ms, total 27ms
D/dalvikvm( 2983): WAIT_FOR_CONCURRENT_GC blocked 21ms
I/Process ( 3010): Sending signal. PID: 3010 SIG: 9
D/dalvikvm( 2865): GC_FOR_ALLOC freed 138K, 12% free 5234K/5900K, paused 72ms, total 73ms
I/ActivityManager( 2865): Process com.android.inputmethod.latin (pid 3010) has died.
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
W/ResourceType( 2865): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/AndroidRuntime( 2983): Shutting down VM
W/dalvikvm( 2983): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
D/dalvikvm( 2865): GREF has increased to 301
E/AndroidRuntime( 2983): FATAL EXCEPTION: main
E/AndroidRuntime( 2983): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2983): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 2983): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 2983): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 2983): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2983): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2983): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2983): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2983): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2983): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2983): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2983): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2983): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2983): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2983): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2983): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2983): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2983): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2983): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 2983): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 2983): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 2983): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 2983): ... 10 more
I/Process ( 2983): Sending signal. PID: 2983 SIG: 9
W/TelephonyProvider( 3027): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityManager( 2865): Process com.android.systemui (pid 2983) has died.
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 2865): Start proc com.android.systemui for restart com.android.systemui: pid=3048 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 2865): GC_CONCURRENT freed 515K, 11% free 5391K/6008K, paused 9ms+4ms, total 75ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 55ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 55ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 56ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 55ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 51ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 17ms
D/AndroidRuntime( 3027): Shutting down VM
W/dalvikvm( 3027): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
E/AndroidRuntime( 3027): FATAL EXCEPTION: main
E/AndroidRuntime( 3027): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3027): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3027): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3027): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3027): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3027): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3027): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3027): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3027): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3027): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3027): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3027): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3027): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3027): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3027): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3027): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3027): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3027): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3027): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3027): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3027): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 3027): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 3027): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3027): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3027): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3027): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3027): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3027): ... 10 more
I/Process ( 3027): Sending signal. PID: 3027 SIG: 9
I/ActivityManager( 2865): Process com.android.phone (pid 3027) has died.
V/KeyguardHostView( 2865): music state changed: 0
V/TAG ( 2865): bug 7643792: fitSystemWindows([0,0][0,0])
I/ActivityManager( 2865): Start proc com.android.phone for restart com.android.phone: pid=3063 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 3048): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 3048): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f3e778
I/AudioService( 2865): Remote Control registerMediaButtonIntent() for PendingIntent{41163a88: PendingIntentRecord{410f5a38 android broadcastIntent}}
D/dalvikvm( 2977): GC_CONCURRENT freed 267K, 11% free 2936K/3292K, paused 3ms+2ms, total 83ms
I/Choreographer( 2865): Skipped 69 frames! The application may be doing too much work on its main thread.
I/StatusBarManagerService( 2865): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4111e558
D/PhoneStatusBar( 3048): mSettingsPanelGravity = 8388661
D/dalvikvm( 2977): GC_FOR_ALLOC freed 28K, 12% free 2911K/3292K, paused 118ms, total 118ms
I/dalvikvm-heap( 2977): Grow heap (frag case) to 3.534MB for 640016-byte allocation
D/dalvikvm( 2977): GC_CONCURRENT freed 0K, 10% free 3536K/3920K, paused 3ms+1ms, total 45ms
E/BluetoothAdapter( 2865): Bluetooth binder is null
W/dalvikvm( 2865): threadid=41: thread exiting with uncaught exception (group=0x40cb3700)
D/dalvikvm( 2865): GC_CONCURRENT freed 707K, 14% free 5364K/6172K, paused 13ms+49ms, total 269ms
D/dalvikvm( 2865): WAIT_FOR_CONCURRENT_GC blocked 97ms
I/dalvikvm-heap( 2865): Grow heap (frag case) to 5.646MB for 335032-byte allocation
D/dalvikvm( 2977): GC_FOR_ALLOC freed 0K, 10% free 3536K/3920K, paused 65ms, total 65ms
I/dalvikvm-heap( 2977): Grow heap (frag case) to 3.877MB for 360016-byte allocation
D/dalvikvm( 2865): GC_FOR_ALLOC freed 16K, 13% free 5674K/6500K, paused 82ms, total 82ms
E/AndroidRuntime( 2865): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 2865): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 2865): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 2865): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 2865): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 2865): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 2865): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 2865): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 2865): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 2865): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 2865): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 2865): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2865): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2865): at android.os.HandlerThread.run(HandlerThread.java:61)
D/dalvikvm( 2977): GC_FOR_ALLOC freed 0K, 9% free 3887K/4272K, paused 102ms, total 102ms
D/dalvikvm( 3048): GC_FOR_ALLOC freed 180K, 10% free 2698K/2972K, paused 45ms, total 58ms
D/dalvikvm( 3048): GC_FOR_ALLOC freed 4K, 9% free 2969K/3248K, paused 31ms, total 31ms
E/BluetoothAdapter( 2865): Bluetooth binder is null
V/WiredAccessoryManager( 2865): init()
W/WiredAccessoryManager( 2865): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
W/TelephonyProvider( 3063): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 3048): GC_CONCURRENT freed 393K, 17% free 2990K/3560K, paused 2ms+43ms, total 55ms
D/AndroidRuntime( 3063): Shutting down VM
W/dalvikvm( 3063): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
D/dalvikvm( 3048): WAIT_FOR_CONCURRENT_GC blocked 11ms
E/AndroidRuntime( 3063): FATAL EXCEPTION: main
E/AndroidRuntime( 3063): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3063): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3063): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3063): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3063): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3063): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3063): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3063): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3063): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3063): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3063): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3063): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3063): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3063): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3063): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3063): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3063): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3063): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3063): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3063): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3063): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 3063): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 3063): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3063): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3063): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3063): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3063): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3063): ... 10 more
I/Process ( 3063): Sending signal. PID: 3063 SIG: 9
W/ActivityManager( 2865): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2865): Process com.android.phone (pid 3063) has died.
I/ActivityManager( 2865): Start proc com.android.phone for restart com.android.phone: pid=3103 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
V/KeyguardHostView( 2865): hide transport, gen:3
V/KeyguardHostView( 2865): update widget: transport state changed
D/AndroidRuntime( 3048): Shutting down VM
W/dalvikvm( 3048): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
E/AndroidRuntime( 3048): FATAL EXCEPTION: main
E/AndroidRuntime( 3048): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3048): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3048): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3048): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3048): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3048): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3048): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3048): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3048): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3048): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3048): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3048): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3048): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3048): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3048): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3048): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3048): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3048): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3048): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 3048): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 3048): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 3048): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3048): ... 10 more
I/Process ( 3048): Sending signal. PID: 3048 SIG: 9
W/ActivityManager( 2865): Process com.android.systemui has crashed too many times: killing!
I/ActivityManager( 2865): Process com.android.systemui (pid 3048) has died.
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 2865): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 2865): Start proc com.android.systemui for restart com.android.systemui: pid=3117 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 2654): GC_EXPLICIT freed 36K, 5% free 2519K/2640K, paused 1ms+1ms, total 31ms
D/dalvikvm( 2654): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 1ms+2ms, total 36ms
W/TelephonyProvider( 3103): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 2654): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 1ms+1ms, total 30ms
I/Process ( 2865): Sending signal. PID: 2865 SIG: 9
D/AndroidRuntime( 3103): Shutting down VM
W/dalvikvm( 3103): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
E/AndroidRuntime( 3103): FATAL EXCEPTION: main
E/AndroidRuntime( 3103): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3103): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3103): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3103): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3103): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3103): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3103): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3103): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3103): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3103): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3103): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3103): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3103): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3103): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3103): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3103): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3103): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3103): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3103): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3103): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3103): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 3103): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 3103): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3103): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3103): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3103): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3103): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3103): ... 10 more
E/JavaBinder( 3103): !!! FAILED BINDER TRANSACTION !!!
I/Process ( 3103): Sending signal. PID: 3103 SIG: 9
E/AndroidRuntime( 3103): Error reporting crash
E/AndroidRuntime( 3103): android.os.TransactionTooLargeException
E/AndroidRuntime( 3103): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3103): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 3103): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3103): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3103): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3103): at dalvik.system.NativeStart.main(Native Method)
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/SearchManager( 2977): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 2977): getGlobalSearchActivity() failed: android.os.DeadObjectException
D/AndroidRuntime( 2977): Shutting down VM
W/dalvikvm( 2977): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
W/AudioFlinger( 2652): power manager service died !!!
E/DisplayManager( 3117): Could not get display information from display manager.
E/DisplayManager( 3117): android.os.DeadObjectException
E/DisplayManager( 3117): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 3117): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 3117): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 3117): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 3117): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 3117): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 3117): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4214)
E/DisplayManager( 3117): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/DisplayManager( 3117): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/DisplayManager( 3117): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 3117): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 3117): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 3117): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 3117): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 3117): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 3117): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 3117): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 3117): Shutting down VM
W/dalvikvm( 3117): threadid=1: thread exiting with uncaught exception (group=0x40cb3700)
I/Process ( 3117): Sending signal. PID: 3117 SIG: 9
I/Process ( 2977): Sending signal. PID: 2977 SIG: 9
E/AndroidRuntime( 3117): FATAL EXCEPTION: main
E/AndroidRuntime( 3117): java.lang.NullPointerException
E/AndroidRuntime( 3117): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime( 3117): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4214)
E/AndroidRuntime( 3117): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3117): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3117): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3117): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3117): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3117): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3117): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3117): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3117): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3117): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3117): Error reporting crash
E/AndroidRuntime( 3117): android.os.DeadObjectException
E/AndroidRuntime( 3117): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3117): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 3117): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3117): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3117): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3117): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2977): FATAL EXCEPTION: main
E/AndroidRuntime( 2977): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 2977): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 2977): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 2977): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 2977): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 2977): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2977): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2977): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 2977): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2977): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2977): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 2977): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 2977): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2977): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 2977): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 2977): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 2977): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 2977): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 2977): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 2977): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 2977): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 2977): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 2977): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 2977): ... 11 more
E/AndroidRuntime( 2977): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 2977): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2977): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 2977): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 2977): ... 19 more
E/AndroidRuntime( 2977): Error reporting crash
E/AndroidRuntime( 2977): android.os.DeadObjectException
E/AndroidRuntime( 2977): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 2977): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 2977): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2977): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 2977): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 2977): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 2654): Exit zygote because system server (2865) has terminated
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/Netd ( 3133): Netd 1.0 starting
W/InterfaceController( 3133): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 3132): ServiceManager: 0x41fff230
I/AudioFlinger( 3132): Using default 3000 mSec as standby time.
I/CameraService( 3132): CameraService started (pid=3132)
I/CameraService( 3132): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 3132): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 3132): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 3132): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 3132): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 3132): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 3132): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 3132): out rate 44100
W/audio_hw_primary( 3132): in rate 0, channels 0 format 0
I/AudioFlinger( 3132): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 3132): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 3132): opened out stream...1107300520
I/AudioFlinger( 3132): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 3132): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 3132): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 3134):
D/AndroidRuntime( 3134): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 3134): CheckJNI is ON
I/AndroidRuntime( 3134): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 3134): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3134): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3134): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3134): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 3134): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 3134): Profiling disabled.
I/Zygote ( 3134): Preloading classes...
E/cutils-trace( 3134): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 1ms+0ms, total 14ms
D/dalvikvm( 3134): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 14ms
D/dalvikvm( 3134): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 3134): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 21ms
E/cutils-trace( 3191): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+1ms, total 21ms
D/dalvikvm( 3134): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 1ms+0ms, total 25ms
D/dalvikvm( 3134): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 21ms
D/dalvikvm( 3134): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 21ms+1ms, total 24ms
D/dalvikvm( 3134): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 1ms+1ms, total 25ms
D/TextLayoutCache( 3134): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 3134): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 3134): register_android_mtp_MtpDevice
I/dalvikvm( 3134): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3134): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3134): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 3134): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 2ms+1ms, total 24ms
D/dalvikvm( 3134): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+1ms, total 30ms
D/dalvikvm( 3134): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 17ms, total 18ms
E/cutils-trace( 3244): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 0ms+1ms, total 52ms
D/dalvikvm( 3134): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+1ms, total 19ms
D/dalvikvm( 3134): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 29ms
D/dalvikvm( 3134): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+1ms, total 45ms
D/dalvikvm( 3134): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+29ms, total 60ms
D/dalvikvm( 3134): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+12ms, total 57ms
D/dalvikvm( 3134): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 7ms+4ms, total 52ms
D/dalvikvm( 3134): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 5ms+1ms, total 51ms
I/dalvikvm( 3134): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 3134): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
E/cutils-trace( 3286): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+21ms, total 45ms
D/dalvikvm( 3134): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 42ms
D/dalvikvm( 3134): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 50ms
D/dalvikvm( 3134): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+9ms, total 63ms
D/dalvikvm( 3134): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 5ms+2ms, total 58ms
D/dalvikvm( 3134): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 4ms+15ms, total 63ms
D/dalvikvm( 3134): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 2ms+8ms, total 57ms
D/dalvikvm( 3134): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 4ms+2ms, total 56ms
D/dalvikvm( 3134): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 3ms+1ms, total 43ms
D/dalvikvm( 3134): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+1ms, total 56ms
E/cutils-trace( 3327): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+28ms, total 72ms
I/System ( 3134): Loaded time zone names for "" in 228ms (203ms in ICU)
I/System ( 3134): Loaded time zone names for "en_US" in 154ms (148ms in ICU)
D/dalvikvm( 3134): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+8ms, total 91ms
D/dalvikvm( 3134): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 3ms+2ms, total 42ms
D/dalvikvm( 3134): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 2ms+2ms, total 63ms
E/Netd ( 3133): Unable to create netlink socket: Protocol not supported
E/Netd ( 3133): Unable to open quota2 logging socket
D/MDnsDS ( 3133): MDnsSdListener::Hander starting up
D/MDnsDS ( 3133): MDnsSdListener starting to monitor
D/MDnsDS ( 3133): Going to poll with pollCount 1
D/dalvikvm( 3134): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 7ms+10ms, total 51ms
D/dalvikvm( 3134): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 2ms+4ms, total 33ms
D/dalvikvm( 3134): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 3134): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 9ms+1ms, total 32ms
D/dalvikvm( 3134): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+11ms, total 44ms
I/Zygote ( 3134): ...preloaded 2879 classes in 4707ms.
E/cutils-trace( 3370): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+1ms, total 25ms
I/Zygote ( 3134): Preloading resources...
W/Resources( 3134): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+2ms, total 36ms
W/Resources( 3134): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 1ms+2ms, total 33ms
W/Resources( 3134): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+11ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+1ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+3ms, total 31ms
W/Resources( 3134): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 6ms+2ms, total 37ms
W/Resources( 3134): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 26ms
W/Resources( 3134): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 3134): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 36ms
W/Resources( 3134): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 3134): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 3134): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+1ms, total 37ms
W/Resources( 3134): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
E/cutils-trace( 3374): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+5ms, total 38ms
W/Resources( 3134): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+1ms, total 37ms
W/Resources( 3134): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 11ms+2ms, total 44ms
W/Resources( 3134): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 1ms+2ms, total 28ms
W/Resources( 3134): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 12ms+1ms, total 42ms
W/Resources( 3134): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 5ms+2ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+7ms, total 32ms
W/Resources( 3134): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 3134): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+4ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 6ms+2ms, total 38ms
W/Resources( 3134): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+2ms, total 39ms
W/Resources( 3134): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+2ms, total 36ms
W/Resources( 3134): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
E/cutils-trace( 3378): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 2ms+2ms, total 32ms
W/Resources( 3134): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+1ms, total 52ms
W/Resources( 3134): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 1ms+7ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 3134): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 1ms+2ms, total 31ms
W/Resources( 3134): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 1ms+1ms, total 46ms
W/Resources( 3134): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 1ms+2ms, total 29ms
W/Resources( 3134): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 3134): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 3134): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+2ms, total 36ms
W/Resources( 3134): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+2ms, total 31ms
W/Resources( 3134): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+5ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+1ms, total 22ms
W/Resources( 3134): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
E/cutils-trace( 3382): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 2ms+1ms, total 55ms
W/Resources( 3134): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+1ms, total 41ms
W/Resources( 3134): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 1ms+1ms, total 39ms
W/Resources( 3134): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 1ms+1ms, total 35ms
W/Resources( 3134): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 1ms+2ms, total 39ms
W/Resources( 3134): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 1ms+2ms, total 31ms
W/Resources( 3134): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+2ms, total 30ms
W/Resources( 3134): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 6ms+2ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 6ms+2ms, total 33ms
W/Resources( 3134): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 2ms+2ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+2ms, total 28ms
W/Resources( 3134): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+6ms, total 34ms
W/Resources( 3134): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 3134): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+1ms, total 26ms
W/Resources( 3134): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 3134): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
E/cutils-trace( 3386): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3134): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 14ms+1ms, total 32ms
W/Resources( 3134): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 3134): ...preloaded 274 resources in 3297ms.
I/Zygote ( 3134): ...preloaded 31 resources in 23ms.
D/dalvikvm( 3134): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+4ms, total 44ms
D/dalvikvm( 3134): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 2ms+2ms, total 32ms
D/dalvikvm( 3134): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+1ms, total 40ms
I/dalvikvm( 3134): System server process 3389 has been created
I/Zygote ( 3134): Accepting command socket connections
E/BatteryService( 3389): No charger supplies found
I/sysproc ( 3389): Entered system_init()
I/sysproc ( 3389): ServiceManager: 0x40c172d0
D/SensorService( 3389): nuSensorService starting...
E/SensorService( 3389): couldn't load sensors module (No such file or directory)
I/sysproc ( 3389): System server: starting Android runtime.
I/sysproc ( 3389): System server: starting Android services.
I/sysproc ( 3389): System server: entering thread pool.
I/SystemServer( 3389): Entered the Android system server!
I/SystemServer( 3389): Enabled StrictMode logging for UI Looper
I/SystemServer( 3389): Waiting for installd to be ready.
I/Installer( 3389): connecting...
I/installd( 2102): new connection
I/SystemServer( 3389): Power Manager
E/SWITCHPROFILE( 3389): setprop: sys.interactive = active
I/SystemServer( 3389): Activity Manager
I/SystemServer( 3389): Enabled StrictMode logging for WM Looper
I/ActivityManager( 3389): Memory class: 64
W/UsageStats( 3389): Usage stats version changed; dropping
I/AppOps ( 3389): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 3389): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 3389): Display Manager
I/DisplayManagerService( 3389): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 3389): Telephony Registry
I/SystemServer( 3389): Scheduling Policy
I/SystemServer( 3389): Package Manager
I/AudioFlinger( 3132): Using module 1 has the primary audio interface
I/AudioFlinger( 3132): AudioFlinger's thread 0x40bb0008 ready to run
W/audio_hw_primary( 3132): out_set_parameters routing=2, ret 1, out 1107300520
I/audio_a2dp_hw( 3132): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 3132): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 3132): adev_open(name=audio_hw_if)
I/r_submix( 3132): adev_init_check()
I/AudioFlinger( 3132): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 3132): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 3132): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 3389): GC_CONCURRENT freed 289K, 13% free 2729K/3108K, paused 4ms+4ms, total 64ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 381K, 18% free 2727K/3324K, paused 30ms, total 30ms
D/SELinuxMMAC( 3389): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 3389): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 3414): Error opening trace file: No such file or directory (2)
W/PackageManager( 3389): Running ENG build: no pre-dexopt!
D/dalvikvm( 3389): GC_CONCURRENT freed 258K, 13% free 2922K/3324K, paused 2ms+16ms, total 83ms
W/PackageParser( 3389): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 3389): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 3389): GC_CONCURRENT freed 154K, 7% free 3232K/3472K, paused 4ms+14ms, total 72ms
W/PackageParser( 3389): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 3418): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3389): GC_CONCURRENT freed 244K, 9% free 3451K/3784K, paused 2ms+2ms, total 112ms
D/dalvikvm( 3389): GC_CONCURRENT freed 263K, 9% free 3678K/4024K, paused 3ms+9ms, total 98ms
D/PackageManager( 3389): No files in app dir /vendor/app
W/PackageManager( 3389): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 3389): Time to scan packages: 1.027 seconds
W/PackageManager( 3389): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 3389): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3389): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 3389): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 3389): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 3389): GC_EXPLICIT freed 408K, 13% free 3604K/4140K, paused 2ms+3ms, total 54ms
I/SystemServer( 3389): Entropy Mixer
I/EntropyMixer( 3389): Writing entropy...
I/SystemServer( 3389): User Service
I/SystemServer( 3389): Account Manager
I/SystemServer( 3389): Content Manager
I/SystemServer( 3389): System Content Providers
I/lights ( 3389): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 3389): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 3389): Lights Service
I/SystemServer( 3389): Battery Service
E/cutils-trace( 3424): Error opening trace file: No such file or directory (2)
I/SystemServer( 3389): Vibrator Service
I/libsuspend( 3389): Selected early suspend
I/libsuspend( 3389): Starting early suspend unblocker thread
I/SWITCHPROFILE( 3389): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 3389): setprop: sys.interactive = active
D/PowerManagerService-JNI( 3389): Excessive delay in setInteractive(true) while turning screen on: 32ms
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
D/SurfaceControl( 3389): Excessive delay in unblankDisplay() while turning screen on: 101ms
I/SystemServer( 3389): Alarm Manager
I/SystemServer( 3389): Init Watchdog
I/SystemServer( 3389): Input Manager
I/InputManager( 3389): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 3389): Window Manager
I/WindowManager( 3389): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 3132): Error opening trace file: No such file or directory (2)
I/InputManager( 3389): Starting input manager
E/EventHub( 3389): could not get driver version for /dev/input/mice, Not a typewriter
I/SystemServer( 3389): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 3389): Input Method Service
W/InputMethodManagerService( 3389): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 3389): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 3389): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 3389): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 3389): GC_CONCURRENT freed 325K, 10% free 3788K/4208K, paused 3ms+3ms, total 151ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 52ms
W/ResourceType( 3389): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 3389): Accessibility Manager
I/InputReader( 3389): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 3389): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 3389): Mount Service
D/MountService( 3389): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 3389): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 3389): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 3389): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 3389): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 3389): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 3389): LockSettingsService
I/SystemServer( 3389): Device Policy
I/SystemServer( 3389): Status Bar
I/SystemServer( 3389): Clipboard Service
I/SystemServer( 3389): NetworkManagement Service
D/dalvikvm( 3389): GREF has increased to 201
I/SystemServer( 3389): Text Service Manager Service
I/SystemServer( 3389): NetworkStats Service
I/SystemServer( 3389): NetworkPolicy Service
D/MountService( 3389): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 3389): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 3389): Wi-Fi P2pService
I/PackageManager( 3389): No secure containers on sdcard
W/PackageManager( 3389): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 3389): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
I/SystemServer( 3389): Wi-Fi Service
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3389): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 3389): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 3389): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 3389): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
E/cutils-trace( 3456): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3389): GC_CONCURRENT freed 299K, 10% free 3922K/4316K, paused 3ms+8ms, total 72ms
I/SystemServer( 3389): Connectivity Service
D/ConnectivityService( 3389): ConnectivityService starting up
D/ConnectivityService( 3389): wifiOnly=false
D/CommandListener( 3133): Setting iface cfg
D/CommandListener( 3133): Trying to bring up eth0
E/CommandListener( 3133): Error upping interface
F/SystemServer( 3389): BOOT FAILURE starting Connectivity Service
F/SystemServer( 3389): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 3389): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 3389): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 3389): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 3389): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 3389): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 3389): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 3389): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 3389): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 3389): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 3389): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 3389): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 3389): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 3389): ... 5 more
W/SystemServer( 3389): ***********************************************
I/SystemServer( 3389): Network Service Discovery Service
D/NsdService( 3389): Network service discovery enabled true
I/SystemServer( 3389): UpdateLock Service
D/WifiHW ( 3389): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 3389): Notification Manager
I/SystemServer( 3389): Device Storage Monitor
I/SystemServer( 3389): Location Manager
I/SystemServer( 3389): Country Detector
I/SystemServer( 3389): Search Service
I/SystemServer( 3389): DropBox Service
I/SystemServer( 3389): Wallpaper Service
I/SystemServer( 3389): Audio Service
I/AudioService( 3389): Remote Control registerMediaButtonIntent() for PendingIntent{4125f238: PendingIntentRecord{4125f140 android broadcastIntent}}
D/dalvikvm( 3389): GC_CONCURRENT freed 301K, 9% free 4118K/4504K, paused 3ms+18ms, total 148ms
I/SystemServer( 3389): Dock Observer
W/DockObserver( 3389): This kernel does not have dock station support
I/SystemServer( 3389): Wired Accessory Manager
W/WiredAccessoryManager( 3389): This kernel does not have HDMI audio support
I/SystemServer( 3389): USB Service
I/SystemServer( 3389): Serial Service
I/SystemServer( 3389): Twilight Service
I/SystemServer( 3389): UI Mode Manager Service
I/SystemServer( 3389): Backup Service
V/BackupManagerService( 3389): Initializing package tracking
V/BackupManagerService( 3389): No ancestral data
V/BackupManagerService( 3389): addPackageParticipantsLocked: all
I/BackupManagerService( 3389): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 3389): Now staging backup of com.android.calendar
I/BackupManagerService( 3389): Scheduling backup for new app com.android.browser
D/BackupManagerService( 3389): Now staging backup of com.android.browser
I/BackupManagerService( 3389): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 3389): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 3389): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 3389): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 3389): Scheduling backup for new app android
D/BackupManagerService( 3389): Now staging backup of android
I/BackupManagerService( 3389): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 3389): Now staging backup of com.android.providers.settings
V/BackupManagerService( 3389): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41125cd0
V/BackupManagerService( 3389): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 3389): Google transport not present
I/BackupManagerService( 3389): Found stale backup journal, scheduling
I/BackupManagerService( 3389): com.android.calendar
I/BackupManagerService( 3389): com.android.browser
I/BackupManagerService( 3389): com.android.providers.userdictionary
I/BackupManagerService( 3389): com.android.sharedstoragebackup
I/BackupManagerService( 3389): android
I/BackupManagerService( 3389): com.android.providers.settings
I/BackupManagerService( 3389): Backup enabled => false
I/BackupManagerService( 3389): Opting out of backup
I/SystemServer( 3389): AppWidget Service
I/SystemServer( 3389): Recognition Service
I/SystemServer( 3389): DiskStats Service
I/SystemServer( 3389): SamplingProfiler Service
I/SystemServer( 3389): NetworkTimeUpdateService
I/SystemServer( 3389): CommonTimeManagementService
I/SystemServer( 3389): CertBlacklister
I/SystemServer( 3389): Dreams Service
I/SystemServer( 3389): IdleMaintenanceService
I/WindowManager( 3389): SAFE MODE not enabled
D/dalvikvm( 3389): JIT started for system_server
I/ActivityManager( 3389): System now ready
I/SystemServer( 3389): Making services ready
I/SWITCHPROFILE( 3389): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 3389): setprop: sys.interactive = active
E/cutils-trace( 3471): Error opening trace file: No such file or directory (2)
I/Zygote ( 3389): Process: zygote socket opened
I/ActivityManager( 3389): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=3476 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 3389): enabling bandwidth control
W/MountService( 3389): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/SystemUIService( 3476): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 3476): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4109e038
D/dalvikvm( 3389): GC_CONCURRENT freed 298K, 9% free 4330K/4720K, paused 10ms+64ms, total 359ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 271ms
D/PhoneStatusBar( 3476): mSettingsPanelGravity = 8388661
I/StatusBarManagerService( 3389): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41182c78
W/SystemServer( 3389): ***********************************************
F/SystemServer( 3389): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 3389): java.lang.NullPointerException
F/SystemServer( 3389): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 3389): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 3389): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 3389): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 3389): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 3389): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 3389): at com.android.server.ServerThread.run(SystemServer.java:866)
E/cutils-trace( 3522): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3389): GC_CONCURRENT freed 262K, 8% free 4581K/4936K, paused 3ms+39ms, total 159ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 136ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 139ms
D/dalvikvm( 3389): GC_CONCURRENT freed 497K, 12% free 4606K/5196K, paused 3ms+26ms, total 188ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 97ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 96ms
D/dalvikvm( 3476): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 112ms, total 112ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 109K, 12% free 4615K/5196K, paused 87ms, total 88ms
I/dalvikvm-heap( 3389): Grow heap (frag case) to 4.652MB for 59552-byte allocation
D/dalvikvm( 3476): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 51ms, total 51ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 2K, 12% free 4670K/5256K, paused 81ms, total 81ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 58K, 12% free 4645K/5256K, paused 71ms, total 71ms
E/cutils-trace( 3526): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3389): GC_FOR_ALLOC freed 11K, 11% free 4711K/5256K, paused 89ms, total 89ms
D/dalvikvm( 3476): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+2ms, total 91ms
D/dalvikvm( 3476): WAIT_FOR_CONCURRENT_GC blocked 54ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 122K, 12% free 4729K/5340K, paused 158ms, total 159ms
D/AndroidRuntime( 3476): Shutting down VM
W/dalvikvm( 3476): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/AndroidRuntime( 3476): FATAL EXCEPTION: main
E/AndroidRuntime( 3476): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3476): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3476): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3476): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3476): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3476): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3476): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3476): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3476): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3476): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3476): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3476): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3476): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3476): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3476): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3476): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3476): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3476): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3476): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 3476): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 3476): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 3476): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3476): ... 10 more
I/Process ( 3476): Sending signal. PID: 3476 SIG: 9
I/ActivityManager( 3389): Process com.android.systemui (pid 3476) has died.
W/ActivityManager( 3389): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 3389): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 3389): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=3530 uid=10018 gids={50018, 1028}
I/ActivityManager( 3389): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=3536 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 3389): GC_CONCURRENT freed 314K, 8% free 4966K/5380K, paused 11ms+5ms, total 165ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 101ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 83ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 38ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 37ms
E/cutils-trace( 3557): Error opening trace file: No such file or directory (2)
I/Choreographer( 3389): Skipped 169 frames! The application may be doing too much work on its main thread.
D/SystemUIService( 3536): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 3536): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4109fb90
I/ActivityManager( 3389): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 3389): usb_device_open failed
D/dalvikvm( 3389): GC_CONCURRENT freed 565K, 12% free 5012K/5676K, paused 14ms+13ms, total 74ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 61ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 47ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 42ms
V/KeyguardHostView( 3389): music state changed: 0
V/TAG ( 3389): bug 7643792: fitSystemWindows([0,0][0,0])
W/RecognitionManagerService( 3389): no available voice recognition services found for user 0
I/StatusBarManagerService( 3389): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@412a6008
W/InputMethodManagerService( 3389): Ignoring setImeWindowStatus of uid 1000 token: null
E/cutils-trace( 3563): Error opening trace file: No such file or directory (2)
W/ResourceType( 3389): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 3389): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=3567 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 3389): Adding window token: android.os.Binder@412dc540
I/ARMAssembler( 2098): generated scanline__00000077:03515105_00008005_00000000 [121 ipp] (142 ins) at [0x4389f6d0:0x4389f908] in 115584 ns
F/SystemServer( 3389): BOOT FAILURE making Location Service ready
F/SystemServer( 3389): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 3389): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 3389): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 3389): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 3389): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 3389): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 3389): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 3389): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 3389): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 3389): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 3389): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 3389): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 3389): ***********************************************
I/LatinIME( 3567): Hardware accelerated drawing: false
I/CommonTimeManagementService( 3389): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 3389): Reconfiguring input devices. changes=0x00000020
I/ActivityManager( 3389): Start proc com.android.phone for added application com.android.phone: pid=3589 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 3530): GC_CONCURRENT freed 214K, 10% free 2727K/3028K, paused 6ms+49ms, total 98ms
D/AndroidRuntime( 3567): Shutting down VM
W/dalvikvm( 3567): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/AndroidRuntime( 3567): FATAL EXCEPTION: main
E/AndroidRuntime( 3567): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3567): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3567): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3567): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3567): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3567): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3567): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3567): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3567): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3567): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3567): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3567): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3567): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3567): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3567): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3567): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3567): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3567): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3567): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3567): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 3567): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 3567): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 3567): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3567): ... 10 more
D/PhoneStatusBar( 3536): mSettingsPanelGravity = 8388661
I/SystemServer( 3389): Enabled StrictMode for system server main thread.
I/InputReader( 3389): Reconfiguring input devices. changes=0x00000010
W/ResourceType( 3389): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
E/cutils-trace( 3605): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3389): GC_CONCURRENT freed 540K, 12% free 5094K/5732K, paused 106ms+83ms, total 454ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 247ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 244ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 239ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 193ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 183ms
I/Process ( 3567): Sending signal. PID: 3567 SIG: 9
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 190ms
W/TelephonyProvider( 3589): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityManager( 3389): Process com.android.inputmethod.latin (pid 3567) has died.
W/ActivityManager( 3389): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 336K, 12% free 5177K/5828K, paused 156ms, total 157ms
I/AudioService( 3389): Remote Control registerMediaButtonIntent() for PendingIntent{412bcd60: PendingIntentRecord{4125f140 android broadcastIntent}}
D/dalvikvm( 3389): GREF has increased to 301
D/dalvikvm( 3536): GC_FOR_ALLOC freed 168K, 9% free 2698K/2960K, paused 165ms, total 172ms
D/AndroidRuntime( 3589): Shutting down VM
W/dalvikvm( 3589): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/AndroidRuntime( 3589): FATAL EXCEPTION: main
E/AndroidRuntime( 3589): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3589): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3589): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3589): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3589): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3589): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3589): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3589): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3589): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3589): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3589): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3589): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3589): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3589): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3589): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3589): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3589): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3589): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3589): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3589): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3589): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 3589): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 3589): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3589): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3589): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3589): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3589): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3589): ... 10 more
D/dalvikvm( 3536): GC_FOR_ALLOC freed 4K, 9% free 2969K/3236K, paused 94ms, total 94ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 201K, 12% free 5232K/5924K, paused 142ms, total 142ms
I/Process ( 3589): Sending signal. PID: 3589 SIG: 9
I/ActivityManager( 3389): Process com.android.phone (pid 3589) has died.
I/ActivityManager( 3389): Start proc com.android.phone for restart com.android.phone: pid=3614 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/cutils-trace( 3613): Error opening trace file: No such file or directory (2)
W/WindowManager( 3389): Window freeze timeout expired.
W/WindowManager( 3389): Force clearing orientation change: Window{411f50a8 u0 Keyguard}
D/dalvikvm( 3389): GC_CONCURRENT freed 512K, 11% free 5396K/6008K, paused 3ms+3ms, total 227ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 216ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 218ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 209ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 208ms
D/dalvikvm( 3389): WAIT_FOR_CONCURRENT_GC blocked 160ms
E/BluetoothAdapter( 3389): Bluetooth binder is null
W/dalvikvm( 3389): threadid=41: thread exiting with uncaught exception (group=0x40e18700)
D/dalvikvm( 3536): GC_CONCURRENT freed 395K, 17% free 2988K/3564K, paused 2ms+2ms, total 91ms
D/dalvikvm( 3536): WAIT_FOR_CONCURRENT_GC blocked 58ms
E/AndroidRuntime( 3389): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 3389): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3389): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3389): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3389): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3389): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3389): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3389): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 3389): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 3389): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 3389): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 3389): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3389): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3389): at android.os.HandlerThread.run(HandlerThread.java:61)
E/BluetoothAdapter( 3389): Bluetooth binder is null
V/WiredAccessoryManager( 3389): init()
V/KeyguardHostView( 3389): music state changed: 0
D/AndroidRuntime( 3536): Shutting down VM
W/dalvikvm( 3536): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
W/WiredAccessoryManager( 3389): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
V/TAG ( 3389): bug 7643792: fitSystemWindows([0,0][0,0])
E/AndroidRuntime( 3536): FATAL EXCEPTION: main
E/AndroidRuntime( 3536): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3536): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3536): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3536): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3536): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3536): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3536): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3536): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3536): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3536): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3536): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3536): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3536): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3536): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3536): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3536): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3536): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3536): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3536): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 3536): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 3536): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 3536): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3536): ... 10 more
D/dalvikvm( 3530): GC_FOR_ALLOC freed 126K, 7% free 2882K/3096K, paused 215ms, total 219ms
W/TelephonyProvider( 3614): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/dalvikvm-heap( 3530): Grow heap (frag case) to 3.506MB for 640016-byte allocation
I/Process ( 3536): Sending signal. PID: 3536 SIG: 9
E/cutils-trace( 3651): Error opening trace file: No such file or directory (2)
I/ActivityManager( 3389): Process com.android.systemui (pid 3536) has died.
W/ActivityManager( 3389): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 3389): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 3389): Start proc com.android.systemui for restart com.android.systemui: pid=3656 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 3530): GC_FOR_ALLOC freed 12K, 7% free 3495K/3724K, paused 119ms, total 119ms
I/Choreographer( 3389): Skipped 146 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 3614): Shutting down VM
W/dalvikvm( 3614): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/AndroidRuntime( 3614): FATAL EXCEPTION: main
E/AndroidRuntime( 3614): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3614): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3614): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3614): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3614): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3614): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3614): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3614): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3614): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3614): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3614): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3614): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3614): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3614): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3614): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3614): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3614): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3614): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3614): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3614): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 3614): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 3614): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 3614): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3614): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3614): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3614): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3614): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3614): ... 10 more
D/dalvikvm( 3530): GC_CONCURRENT freed 0K, 7% free 3495K/3724K, paused 6ms+131ms, total 150ms
W/ActivityManager( 3389): Process com.android.phone has crashed too many times: killing!
I/Process ( 3614): Sending signal. PID: 3614 SIG: 9
D/SystemUIService( 3656): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/ActivityManager( 3389): Process com.android.phone (pid 3614) has died.
I/ActivityManager( 3389): Start proc com.android.phone for restart com.android.phone: pid=3675 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 3656): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410a7a48
D/dalvikvm( 3530): GC_CONCURRENT freed 655K, 21% free 3245K/4076K, paused 3ms+22ms, total 200ms
D/dalvikvm( 3389): GC_FOR_ALLOC freed 581K, 12% free 5389K/6068K, paused 101ms, total 102ms
I/dalvikvm-heap( 3389): Grow heap (frag case) to 5.671MB for 335032-byte allocation
D/dalvikvm( 3389): GC_FOR_ALLOC freed 5K, 11% free 5710K/6396K, paused 62ms, total 62ms
I/StatusBarManagerService( 3389): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4139b1b0
D/PhoneStatusBar( 3656): mSettingsPanelGravity = 8388661
I/Choreographer( 3389): Skipped 52 frames! The application may be doing too much work on its main thread.
E/cutils-trace( 3689): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3656): GC_FOR_ALLOC freed 190K, 10% free 2705K/2988K, paused 72ms, total 90ms
D/dalvikvm( 3656): GC_FOR_ALLOC freed 4K, 9% free 2975K/3264K, paused 72ms, total 72ms
I/Process ( 3389): Sending signal. PID: 3389 SIG: 9
W/TelephonyProvider( 3675): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/JavaBinder( 3675): !!! FAILED BINDER TRANSACTION !!!
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
E/SearchManager( 3530): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 3530): getGlobalSearchActivity() failed: android.os.DeadObjectException
W/AudioFlinger( 3132): power manager service died !!!
D/AndroidRuntime( 3675): Shutting down VM
W/dalvikvm( 3675): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/ActivityThread( 3675): Failed to find provider info for settings
E/DisplayManager( 3656): Could not get display information from display manager.
E/DisplayManager( 3656): android.os.DeadObjectException
E/DisplayManager( 3656): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 3656): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 3656): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 3656): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 3656): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 3656): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/DisplayManager( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 3656): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 3656): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 3656): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 3656): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 3656): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 3656): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 3656): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 3656): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 3656): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 3656): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 3656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 3656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 3656): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 3656): Shutting down VM
W/dalvikvm( 3656): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
D/AndroidRuntime( 3530): Shutting down VM
W/dalvikvm( 3530): threadid=1: thread exiting with uncaught exception (group=0x40e18700)
E/AndroidRuntime( 3675): FATAL EXCEPTION: main
E/AndroidRuntime( 3675): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException
E/AndroidRuntime( 3675): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 3675): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 3675): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 3675): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3675): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3675): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3675): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3675): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3675): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3675): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3675): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3675): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3675): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 3675): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 3675): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 3675): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 3675): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:107)
E/AndroidRuntime( 3675): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 3675): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 3675): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 3675): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 3675): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 3675): ... 10 more
I/Process ( 3675): Sending signal. PID: 3675 SIG: 9
E/AndroidRuntime( 3675): Error reporting crash
E/AndroidRuntime( 3675): android.os.DeadObjectException
E/AndroidRuntime( 3675): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3675): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 3675): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3675): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3675): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3675): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3656): FATAL EXCEPTION: main
E/AndroidRuntime( 3656): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 3656): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 3656): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 3656): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 3656): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3656): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3656): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3656): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3656): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3656): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/AndroidRuntime( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 3656): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 3656): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 3656): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 3656): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 3656): ... 10 more
D/dalvikvm( 3134): GC_EXPLICIT freed 32K, 5% free 2519K/2640K, paused 1ms+8ms, total 51ms
E/AndroidRuntime( 3530): FATAL EXCEPTION: main
E/AndroidRuntime( 3530): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3530): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 3530): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 3530): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 3530): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 3530): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3530): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3530): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 3530): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3530): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3530): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 3530): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 3530): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3530): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3530): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 3530): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 3530): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 3530): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 3530): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 3530): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 3530): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 3530): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3530): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 3530): ... 11 more
E/AndroidRuntime( 3530): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 3530): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3530): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 3530): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 3530): ... 19 more
D/dalvikvm( 3134): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 4ms+10ms, total 74ms
I/Process ( 3530): Sending signal. PID: 3530 SIG: 9
E/AndroidRuntime( 3530): Error reporting crash
E/AndroidRuntime( 3530): android.os.DeadObjectException
E/AndroidRuntime( 3530): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3530): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 3530): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3530): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3530): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3530): at dalvik.system.NativeStart.main(Native Method)
D/dalvikvm( 3134): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 2ms+6ms, total 55ms
I/Process ( 3656): Sending signal. PID: 3656 SIG: 9
E/AndroidRuntime( 3656): Error reporting crash
E/AndroidRuntime( 3656): android.os.DeadObjectException
E/AndroidRuntime( 3656): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3656): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 3656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3656): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 3134): Exit zygote because system server (3389) has terminated
I/Netd ( 3694): Netd 1.0 starting
W/InterfaceController( 3694): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
E/cutils-trace( 3699): Error opening trace file: No such file or directory (2)
I/mediaserver( 3693): ServiceManager: 0x40ab3fb8
I/AudioFlinger( 3693): Using default 3000 mSec as standby time.
I/CameraService( 3693): CameraService started (pid=3693)
I/CameraService( 3693): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 3693): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 3693): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 3693): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 3693): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 3693): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 3693): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 3693): out rate 44100
W/audio_hw_primary( 3693): in rate 0, channels 0 format 0
I/AudioFlinger( 3693): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 3693): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 3693): opened out stream...1074131448
I/AudioFlinger( 3693): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 3693): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 3693): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 3695):
D/AndroidRuntime( 3695): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 3695): CheckJNI is ON
I/AndroidRuntime( 3695): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 3695): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3695): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3695): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3695): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 3695): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace( 3747): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration( 3695): Profiling disabled.
I/Zygote ( 3695): Preloading classes...
E/cutils-trace( 3695): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3695): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 1ms+0ms, total 24ms
D/dalvikvm( 3695): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 23ms
D/dalvikvm( 3695): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 3695): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 1ms+1ms, total 28ms
D/dalvikvm( 3695): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 23ms
D/dalvikvm( 3695): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 1ms+0ms, total 32ms
D/dalvikvm( 3695): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 1ms+0ms, total 18ms
D/dalvikvm( 3695): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+1ms, total 16ms
D/dalvikvm( 3695): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 2ms+1ms, total 24ms
D/TextLayoutCache( 3695): Using debug level = 0 - Debug Enabled = 0
E/cutils-trace( 3789): Error opening trace file: No such file or directory (2)
I/dalvikvm( 3695): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 3695): register_android_mtp_MtpDevice
I/dalvikvm( 3695): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3695): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3695): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 3695): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+12ms, total 15ms
D/dalvikvm( 3695): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+1ms, total 29ms
D/dalvikvm( 3695): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 7ms, total 27ms
D/dalvikvm( 3695): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 3ms+2ms, total 31ms
D/dalvikvm( 3695): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+2ms, total 28ms
D/dalvikvm( 3695): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 28ms
D/dalvikvm( 3695): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 2ms+1ms, total 37ms
E/cutils-trace( 3830): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3695): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 50ms
D/dalvikvm( 3695): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 22ms+1ms, total 53ms
D/dalvikvm( 3695): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 39ms
D/dalvikvm( 3695): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 40ms
I/dalvikvm( 3695): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 3695): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 3695): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 2ms+2ms, total 58ms
D/dalvikvm( 3695): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 3ms+2ms, total 41ms
D/dalvikvm( 3695): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+31ms, total 54ms
E/cutils-trace( 3871): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3695): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+22ms, total 53ms
D/dalvikvm( 3695): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 44ms
D/dalvikvm( 3695): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 50ms
D/dalvikvm( 3695): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 53ms
D/dalvikvm( 3695): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 21ms+2ms, total 62ms
D/dalvikvm( 3695): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 31ms+2ms, total 76ms
D/dalvikvm( 3695): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 9ms+2ms, total 58ms
D/dalvikvm( 3695): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 2ms+3ms, total 50ms
I/System ( 3695): Loaded time zone names for "" in 281ms (268ms in ICU)
E/cutils-trace( 3912): Error opening trace file: No such file or directory (2)
I/System ( 3695): Loaded time zone names for "en_US" in 184ms (177ms in ICU)
E/Netd ( 3694): Unable to create netlink socket: Protocol not supported
E/Netd ( 3694): Unable to open quota2 logging socket
D/MDnsDS ( 3694): MDnsSdListener::Hander starting up
D/MDnsDS ( 3694): MDnsSdListener starting to monitor
D/MDnsDS ( 3694): Going to poll with pollCount 1
D/dalvikvm( 3695): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 21ms+2ms, total 51ms
D/dalvikvm( 3695): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 44ms
D/dalvikvm( 3695): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 11ms+1ms, total 36ms
D/dalvikvm( 3695): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 2ms+2ms, total 31ms
D/dalvikvm( 3695): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+2ms, total 37ms
D/dalvikvm( 3695): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 1ms+2ms, total 32ms
D/dalvikvm( 3695): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+2ms, total 26ms
I/Zygote ( 3695): ...preloaded 2879 classes in 4765ms.
D/dalvikvm( 3695): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+2ms, total 31ms
I/Zygote ( 3695): Preloading resources...
W/Resources( 3695): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+6ms, total 31ms
W/Resources( 3695): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 3ms+1ms, total 29ms
W/Resources( 3695): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+2ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
E/cutils-trace( 3931): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3695): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+1ms, total 39ms
W/Resources( 3695): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 1ms+2ms, total 43ms
W/Resources( 3695): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 41ms
W/Resources( 3695): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+11ms, total 39ms
W/Resources( 3695): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 32ms
W/Resources( 3695): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 12ms+2ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+2ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+3ms, total 31ms
W/Resources( 3695): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+2ms, total 32ms
W/Resources( 3695): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 5ms+2ms, total 31ms
W/Resources( 3695): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+1ms, total 31ms
W/Resources( 3695): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+6ms, total 34ms
W/Resources( 3695): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+2ms, total 30ms
W/Resources( 3695): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
E/cutils-trace( 3935): Error opening trace file: No such file or directory (2)
W/Resources( 3695): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+2ms, total 28ms
W/Resources( 3695): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 1ms+2ms, total 40ms
W/Resources( 3695): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 1ms+2ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+2ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 10ms+1ms, total 49ms
W/Resources( 3695): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+1ms, total 32ms
W/Resources( 3695): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+2ms, total 26ms
W/Resources( 3695): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 2ms+2ms, total 29ms
W/Resources( 3695): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 4ms+2ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 3695): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+3ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 1ms+2ms, total 36ms
W/Resources( 3695): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
E/cutils-trace( 3939): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3695): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 1ms+1ms, total 36ms
W/Resources( 3695): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 21ms+2ms, total 46ms
W/Resources( 3695): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 11ms+2ms, total 41ms
W/Resources( 3695): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 1ms+2ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+10ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+2ms, total 36ms
W/Resources( 3695): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 34ms
W/Resources( 3695): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+4ms, total 31ms
W/Resources( 3695): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 3695): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+2ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 3695): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+2ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
E/cutils-trace( 3943): Error opening trace file: No such file or directory (2)
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+2ms, total 39ms
W/Resources( 3695): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 2ms+12ms, total 37ms
W/Resources( 3695): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+2ms, total 35ms
W/Resources( 3695): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+1ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 1ms+1ms, total 38ms
W/Resources( 3695): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 6ms+2ms, total 40ms
W/Resources( 3695): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 3695): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 3695): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+2ms, total 34ms
W/Resources( 3695): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 3695): ...preloaded 274 resources in 3314ms.
I/Zygote ( 3695): ...preloaded 31 resources in 21ms.
D/dalvikvm( 3695): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 6ms+2ms, total 31ms
D/dalvikvm( 3695): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 2ms+2ms, total 33ms
D/dalvikvm( 3695): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 32ms
I/dalvikvm( 3695): System server process 3946 has been created
I/Zygote ( 3695): Accepting command socket connections
E/BatteryService( 3946): No charger supplies found
I/sysproc ( 3946): Entered system_init()
I/sysproc ( 3946): ServiceManager: 0x41b8d9e0
D/SensorService( 3946): nuSensorService starting...
E/SensorService( 3946): couldn't load sensors module (No such file or directory)
I/sysproc ( 3946): System server: starting Android runtime.
I/sysproc ( 3946): System server: starting Android services.
I/sysproc ( 3946): System server: entering thread pool.
I/SystemServer( 3946): Entered the Android system server!
I/SystemServer( 3946): Enabled StrictMode logging for UI Looper
I/SystemServer( 3946): Waiting for installd to be ready.
I/Installer( 3946): connecting...
I/installd( 2102): new connection
I/SystemServer( 3946): Power Manager
E/SWITCHPROFILE( 3946): setprop: sys.interactive = active
I/SystemServer( 3946): Activity Manager
I/SystemServer( 3946): Enabled StrictMode logging for WM Looper
I/ActivityManager( 3946): Memory class: 64
W/UsageStats( 3946): Usage stats version changed; dropping
I/AppOps ( 3946): No existing app ops /data/system/appops.xml; starting empty
E/cutils-trace( 3966): Error opening trace file: No such file or directory (2)
I/ActivityManager( 3946): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 3946): Display Manager
I/DisplayManagerService( 3946): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 3946): Telephony Registry
I/SystemServer( 3946): Scheduling Policy
I/SystemServer( 3946): Package Manager
D/dalvikvm( 3946): GC_CONCURRENT freed 260K, 12% free 2754K/3104K, paused 3ms+1ms, total 119ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 55ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 408K, 19% free 2726K/3340K, paused 49ms, total 49ms
D/SELinuxMMAC( 3946): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 3946): Using install policy file /system/etc/security/mac_permissions.xml
W/PackageManager( 3946): Running ENG build: no pre-dexopt!
D/dalvikvm( 3946): GC_CONCURRENT freed 257K, 13% free 2906K/3340K, paused 3ms+5ms, total 61ms
W/PackageParser( 3946): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
E/cutils-trace( 3973): Error opening trace file: No such file or directory (2)
W/PackageParser( 3946): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
I/AudioFlinger( 3693): Using module 1 has the primary audio interface
I/AudioFlinger( 3693): AudioFlinger's thread 0x40bd6008 ready to run
W/audio_hw_primary( 3693): out_set_parameters routing=2, ret 1, out 1074131448
I/audio_a2dp_hw( 3693): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 3693): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 3693): adev_open(name=audio_hw_if)
I/r_submix( 3693): adev_init_check()
I/AudioFlinger( 3693): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 3693): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 3693): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 3946): GC_CONCURRENT freed 154K, 7% free 3252K/3496K, paused 2ms+84ms, total 160ms
W/PackageParser( 3946): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
D/dalvikvm( 3946): GC_CONCURRENT freed 244K, 9% free 3476K/3808K, paused 3ms+16ms, total 82ms
E/cutils-trace( 3979): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3946): GC_CONCURRENT freed 266K, 9% free 3647K/4000K, paused 2ms+3ms, total 150ms
D/PackageManager( 3946): No files in app dir /vendor/app
W/PackageManager( 3946): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 3946): Time to scan packages: 1.135 seconds
W/PackageManager( 3946): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 3946): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3946): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 3946): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 3946): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 3946): GC_EXPLICIT freed 413K, 13% free 3597K/4116K, paused 2ms+2ms, total 45ms
I/SystemServer( 3946): Entropy Mixer
I/EntropyMixer( 3946): Writing entropy...
I/SystemServer( 3946): User Service
I/SystemServer( 3946): Account Manager
I/SystemServer( 3946): Content Manager
I/SystemServer( 3946): System Content Providers
I/SystemServer( 3946): Lights Service
I/lights ( 3946): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 3946): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 3946): Battery Service
I/SystemServer( 3946): Vibrator Service
I/libsuspend( 3946): Selected early suspend
I/libsuspend( 3946): Starting early suspend unblocker thread
I/SWITCHPROFILE( 3946): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 3946): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 3946): Alarm Manager
I/SystemServer( 3946): Init Watchdog
I/SystemServer( 3946): Input Manager
I/InputManager( 3946): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 3946): Window Manager
I/WindowManager( 3946): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 3693): Error opening trace file: No such file or directory (2)
I/InputManager( 3946): Starting input manager
I/SystemServer( 3946): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 3946): Input Method Service
W/InputMethodManagerService( 3946): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 3946): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 3946): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 3946): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 3946): Device added: id=0, name='imx-keypad', sources=0x00000101
E/cutils-trace( 3998): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3946): GC_CONCURRENT freed 320K, 10% free 3788K/4204K, paused 9ms+2ms, total 189ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 89ms
W/ResourceType( 3946): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 3946): Accessibility Manager
I/ActivityManager( 3946): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 3946): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 3946): Mount Service
D/MountService( 3946): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 3946): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 3946): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 3946): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 3946): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 3946): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 3946): LockSettingsService
I/SystemServer( 3946): Device Policy
I/SystemServer( 3946): Status Bar
I/SystemServer( 3946): Clipboard Service
I/SystemServer( 3946): NetworkManagement Service
D/dalvikvm( 3946): GREF has increased to 201
I/SystemServer( 3946): Text Service Manager Service
I/SystemServer( 3946): NetworkStats Service
D/MountService( 3946): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 3946): volume state changed for /mnt/udisk (null -> removed)
I/PackageManager( 3946): No secure containers on sdcard
I/SystemServer( 3946): NetworkPolicy Service
I/SystemServer( 3946): Wi-Fi P2pService
W/PackageManager( 3946): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 3946): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3946): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 3946): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 3946): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 3946): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer( 3946): Wi-Fi Service
D/dalvikvm( 3946): GC_CONCURRENT freed 274K, 9% free 3975K/4340K, paused 3ms+10ms, total 85ms
I/SystemServer( 3946): Connectivity Service
D/ConnectivityService( 3946): ConnectivityService starting up
D/ConnectivityService( 3946): wifiOnly=false
D/CommandListener( 3694): Setting iface cfg
D/CommandListener( 3694): Trying to bring up eth0
E/CommandListener( 3694): Error upping interface
F/SystemServer( 3946): BOOT FAILURE starting Connectivity Service
F/SystemServer( 3946): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 3946): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 3946): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 3946): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 3946): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 3946): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 3946): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 3946): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 3946): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 3946): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 3946): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 3946): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 3946): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 3946): ... 5 more
W/SystemServer( 3946): ***********************************************
I/SystemServer( 3946): Network Service Discovery Service
D/NsdService( 3946): Network service discovery enabled true
I/SystemServer( 3946): UpdateLock Service
I/SystemServer( 3946): Notification Manager
I/SystemServer( 3946): Device Storage Monitor
I/SystemServer( 3946): Location Manager
I/SystemServer( 3946): Country Detector
I/SystemServer( 3946): Search Service
I/SystemServer( 3946): DropBox Service
I/SystemServer( 3946): Wallpaper Service
I/SystemServer( 3946): Audio Service
D/WifiHW ( 3946): Unable to unload driver module "8723as": No such file or directory
I/AudioService( 3946): Remote Control registerMediaButtonIntent() for PendingIntent{420abf38: PendingIntentRecord{4224d228 android broadcastIntent}}
E/cutils-trace( 4022): Error opening trace file: No such file or directory (2)
I/SystemServer( 3946): Dock Observer
W/DockObserver( 3946): This kernel does not have dock station support
I/SystemServer( 3946): Wired Accessory Manager
W/WiredAccessoryManager( 3946): This kernel does not have HDMI audio support
I/SystemServer( 3946): USB Service
D/dalvikvm( 3946): GC_CONCURRENT freed 384K, 11% free 4094K/4572K, paused 3ms+32ms, total 162ms
I/SystemServer( 3946): Serial Service
I/SystemServer( 3946): Twilight Service
I/SystemServer( 3946): UI Mode Manager Service
I/SystemServer( 3946): Backup Service
V/BackupManagerService( 3946): Initializing package tracking
V/BackupManagerService( 3946): No ancestral data
V/BackupManagerService( 3946): addPackageParticipantsLocked: all
I/BackupManagerService( 3946): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 3946): Now staging backup of com.android.calendar
I/BackupManagerService( 3946): Scheduling backup for new app com.android.browser
D/BackupManagerService( 3946): Now staging backup of com.android.browser
I/BackupManagerService( 3946): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 3946): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 3946): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 3946): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 3946): Scheduling backup for new app android
D/BackupManagerService( 3946): Now staging backup of android
I/BackupManagerService( 3946): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 3946): Now staging backup of com.android.providers.settings
V/BackupManagerService( 3946): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@42228ee8
V/BackupManagerService( 3946): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 3946): Google transport not present
I/BackupManagerService( 3946): Found stale backup journal, scheduling
I/BackupManagerService( 3946): com.android.calendar
I/BackupManagerService( 3946): com.android.browser
I/BackupManagerService( 3946): com.android.providers.userdictionary
I/BackupManagerService( 3946): com.android.sharedstoragebackup
I/BackupManagerService( 3946): android
I/BackupManagerService( 3946): com.android.providers.settings
I/BackupManagerService( 3946): Backup enabled => false
I/BackupManagerService( 3946): Opting out of backup
I/SystemServer( 3946): AppWidget Service
I/SystemServer( 3946): Recognition Service
I/SystemServer( 3946): DiskStats Service
I/SystemServer( 3946): SamplingProfiler Service
I/SystemServer( 3946): NetworkTimeUpdateService
I/SystemServer( 3946): CommonTimeManagementService
I/SystemServer( 3946): CertBlacklister
I/SystemServer( 3946): Dreams Service
I/WindowManager( 3946): SAFE MODE not enabled
D/dalvikvm( 3946): JIT started for system_server
I/SystemServer( 3946): IdleMaintenanceService
I/SWITCHPROFILE( 3946): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 3946): setprop: sys.interactive = active
I/ActivityManager( 3946): System now ready
I/SystemServer( 3946): Making services ready
I/Zygote ( 3946): Process: zygote socket opened
I/ActivityManager( 3946): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=4033 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService( 3946): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService( 3946): enabling bandwidth control
E/cutils-trace( 4057): Error opening trace file: No such file or directory (2)
D/SystemUIService( 4033): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4033): running: com.android.systemui.statusbar.phone.PhoneStatusBar@42086038
D/dalvikvm( 3946): GC_CONCURRENT freed 205K, 7% free 4374K/4688K, paused 10ms+2ms, total 294ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 261ms
E/NetdConnector( 3946): NDC Command {4 bandwidth enable} took too long (614ms)
I/StatusBarManagerService( 3946): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@421232f8
D/PhoneStatusBar( 4033): mSettingsPanelGravity = 8388661
W/SystemServer( 3946): ***********************************************
F/SystemServer( 3946): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 3946): java.lang.NullPointerException
F/SystemServer( 3946): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 3946): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 3946): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 3946): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 3946): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 3946): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 3946): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 3946): GC_CONCURRENT freed 309K, 9% free 4578K/4980K, paused 13ms+13ms, total 144ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 89ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 89ms
D/dalvikvm( 3946): GC_CONCURRENT freed 476K, 11% free 4623K/5192K, paused 8ms+26ms, total 169ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 87ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 101ms
E/cutils-trace( 4082): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4033): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 74ms, total 93ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 97K, 12% free 4603K/5192K, paused 137ms, total 138ms
I/dalvikvm-heap( 3946): Grow heap (frag case) to 4.640MB for 59552-byte allocation
D/dalvikvm( 4033): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 62ms, total 62ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 3K, 12% free 4658K/5252K, paused 114ms, total 114ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 58K, 13% free 4634K/5288K, paused 79ms, total 79ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 8K, 12% free 4697K/5288K, paused 101ms, total 102ms
D/dalvikvm( 4033): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+17ms, total 97ms
D/dalvikvm( 4033): WAIT_FOR_CONCURRENT_GC blocked 64ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 72K, 12% free 4686K/5324K, paused 82ms, total 83ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 8K, 12% free 4736K/5324K, paused 58ms, total 59ms
E/cutils-trace( 4086): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 4033): Shutting down VM
W/dalvikvm( 4033): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 4033): FATAL EXCEPTION: main
E/AndroidRuntime( 4033): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4033): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4033): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4033): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4033): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4033): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4033): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4033): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4033): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4033): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4033): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4033): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4033): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4033): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4033): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4033): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4033): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4033): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4033): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4033): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4033): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4033): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4033): ... 10 more
D/dalvikvm( 3946): GC_FOR_ALLOC freed 56K, 12% free 4725K/5352K, paused 146ms, total 146ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 15K, 11% free 4788K/5352K, paused 85ms, total 85ms
I/Process ( 4033): Sending signal. PID: 4033 SIG: 9
I/ActivityManager( 3946): Process com.android.systemui (pid 4033) has died.
W/ActivityManager( 3946): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 3946): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 3946): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=4090 uid=10018 gids={50018, 1028}
I/ActivityManager( 3946): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=4095 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 4118): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3946): GC_CONCURRENT freed 371K, 9% free 4982K/5452K, paused 30ms+60ms, total 268ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 187ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 180ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 161ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 83ms
D/SystemUIService( 4095): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4095): running: com.android.systemui.statusbar.phone.PhoneStatusBar@42087b90
D/PhoneStatusBar( 4095): mSettingsPanelGravity = 8388661
I/StatusBarManagerService( 3946): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@421db808
I/Choreographer( 3946): Skipped 200 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 3946): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 3946): usb_device_open failed
E/cutils-trace( 4125): Error opening trace file: No such file or directory (2)
D/dalvikvm( 3946): GC_CONCURRENT freed 570K, 12% free 5026K/5696K, paused 77ms+3ms, total 270ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 190ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 137ms
W/RecognitionManagerService( 3946): no available voice recognition services found for user 0
V/KeyguardHostView( 3946): music state changed: 0
W/InputMethodManagerService( 3946): Ignoring setImeWindowStatus of uid 1000 token: null
D/dalvikvm( 4095): GC_FOR_ALLOC freed 168K, 9% free 2687K/2948K, paused 81ms, total 167ms
V/TAG ( 3946): bug 7643792: fitSystemWindows([0,0][0,0])
W/ResourceType( 3946): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 3946): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=4130 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 3946): Adding window token: android.os.Binder@421f05f8
F/SystemServer( 3946): BOOT FAILURE making Location Service ready
F/SystemServer( 3946): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 3946): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 3946): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 3946): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 3946): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 3946): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 3946): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 3946): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 3946): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 3946): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 3946): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 3946): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 3946): ***********************************************
D/dalvikvm( 4095): GC_FOR_ALLOC freed 4K, 9% free 2960K/3224K, paused 109ms, total 109ms
I/CommonTimeManagementService( 3946): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 3946): Reconfiguring input devices. changes=0x00000020
I/InputReader( 3946): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 3946): Start proc com.android.phone for added application com.android.phone: pid=4145 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 3946): Enabled StrictMode for system server main thread.
E/cutils-trace( 4161): Error opening trace file: No such file or directory (2)
I/LatinIME( 4130): Hardware accelerated drawing: false
D/dalvikvm( 4095): GC_CONCURRENT freed 395K, 16% free 2984K/3552K, paused 2ms+1ms, total 87ms
D/dalvikvm( 4095): WAIT_FOR_CONCURRENT_GC blocked 76ms
D/dalvikvm( 3946): GC_CONCURRENT freed 454K, 10% free 5179K/5748K, paused 29ms+151ms, total 497ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 455ms
W/TelephonyProvider( 4145): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 3946): GREF has increased to 301
D/AndroidRuntime( 4130): Shutting down VM
W/dalvikvm( 4130): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 4130): FATAL EXCEPTION: main
E/AndroidRuntime( 4130): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4130): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4130): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4130): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4130): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4130): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4130): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4130): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4130): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4130): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4130): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4130): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4130): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4130): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4130): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4130): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4130): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4130): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4130): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4130): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 4130): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 4130): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 4130): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4130): ... 10 more
I/Process ( 4130): Sending signal. PID: 4130 SIG: 9
W/ResourceType( 3946): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 3946): Process com.android.inputmethod.latin (pid 4130) has died.
W/ActivityManager( 3946): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
D/AndroidRuntime( 4095): Shutting down VM
W/dalvikvm( 4095): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 4095): FATAL EXCEPTION: main
E/AndroidRuntime( 4095): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4095): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4095): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4095): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4095): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4095): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4095): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4095): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4095): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4095): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4095): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4095): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4095): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4095): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4095): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4095): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4095): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4095): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4095): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4095): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4095): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4095): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4095): ... 10 more
D/AndroidRuntime( 4145): Shutting down VM
W/dalvikvm( 4145): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
I/Process ( 4095): Sending signal. PID: 4095 SIG: 9
E/AndroidRuntime( 4145): FATAL EXCEPTION: main
E/AndroidRuntime( 4145): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4145): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4145): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4145): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4145): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4145): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4145): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4145): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4145): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4145): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4145): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4145): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4145): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4145): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4145): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4145): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4145): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4145): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4145): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4145): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4145): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4145): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4145): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4145): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4145): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4145): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4145): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4145): ... 10 more
I/ActivityManager( 3946): Process com.android.systemui (pid 4095) has died.
W/ActivityManager( 3946): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 3946): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
D/dalvikvm( 4090): GC_CONCURRENT freed 213K, 10% free 2728K/3028K, paused 11ms+18ms, total 114ms
D/dalvikvm( 3946): GC_FOR_ALLOC freed 356K, 12% free 5253K/5940K, paused 170ms, total 172ms
I/ActivityManager( 3946): Start proc com.android.systemui for restart com.android.systemui: pid=4173 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
I/Process ( 4145): Sending signal. PID: 4145 SIG: 9
I/ActivityManager( 3946): Process com.android.phone (pid 4145) has died.
I/ActivityManager( 3946): Start proc com.android.phone for restart com.android.phone: pid=4187 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/cutils-trace( 4198): Error opening trace file: No such file or directory (2)
D/SystemUIService( 4173): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4173): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4208b818
I/StatusBarManagerService( 3946): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@422699c0
V/KeyguardHostView( 3946): music state changed: 0
V/TAG ( 3946): bug 7643792: fitSystemWindows([0,0][0,0])
W/TelephonyProvider( 4187): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/Choreographer( 3946): Skipped 120 frames! The application may be doing too much work on its main thread.
W/WindowManager( 3946): Window freeze timeout expired.
W/WindowManager( 3946): Force clearing orientation change: Window{42255a50 u0 Keyguard}
D/dalvikvm( 3946): GC_CONCURRENT freed 542K, 11% free 5393K/6032K, paused 55ms+14ms, total 185ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 65ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 59ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 56ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 48ms
D/PhoneStatusBar( 4173): mSettingsPanelGravity = 8388661
D/AndroidRuntime( 4187): Shutting down VM
W/dalvikvm( 4187): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 4187): FATAL EXCEPTION: main
E/AndroidRuntime( 4187): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4187): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4187): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4187): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4187): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4187): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4187): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4187): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4187): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4187): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4187): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4187): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4187): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4187): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4187): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4187): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4187): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4187): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4187): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4187): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4187): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4187): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4187): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4187): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4187): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4187): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4187): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4187): ... 10 more
D/dalvikvm( 3946): GC_FOR_ALLOC freed 171K, 11% free 5374K/6032K, paused 78ms, total 78ms
I/dalvikvm-heap( 3946): Grow heap (frag case) to 5.656MB for 335032-byte allocation
D/dalvikvm( 3946): GC_FOR_ALLOC freed <1K, 11% free 5701K/6360K, paused 61ms, total 61ms
W/ActivityManager( 3946): Process com.android.phone has crashed too many times: killing!
I/Process ( 4187): Sending signal. PID: 4187 SIG: 9
I/ActivityManager( 3946): Process com.android.phone (pid 4187) has died.
I/ActivityManager( 3946): Start proc com.android.phone for restart com.android.phone: pid=4208 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/cutils-trace( 4214): Error opening trace file: No such file or directory (2)
I/AudioService( 3946): Remote Control registerMediaButtonIntent() for PendingIntent{4237ae48: PendingIntentRecord{4224d228 android broadcastIntent}}
D/dalvikvm( 4090): GC_CONCURRENT freed 258K, 11% free 2948K/3292K, paused 2ms+3ms, total 159ms
D/dalvikvm( 4090): WAIT_FOR_CONCURRENT_GC blocked 142ms
I/dalvikvm-heap( 4090): Grow heap (frag case) to 3.571MB for 640016-byte allocation
E/BluetoothAdapter( 3946): Bluetooth binder is null
W/dalvikvm( 3946): threadid=41: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 3946): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 3946): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 3946): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 3946): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 3946): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 3946): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 3946): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 3946): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 3946): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 3946): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 3946): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 3946): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3946): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3946): at android.os.HandlerThread.run(HandlerThread.java:61)
D/dalvikvm( 4090): GC_FOR_ALLOC freed 37K, 10% free 3536K/3920K, paused 174ms, total 174ms
D/dalvikvm( 4173): GC_FOR_ALLOC freed 181K, 10% free 2698K/2972K, paused 74ms, total 121ms
D/dalvikvm( 4090): GC_FOR_ALLOC freed 0K, 10% free 3536K/3920K, paused 139ms, total 139ms
I/dalvikvm-heap( 4090): Grow heap (frag case) to 3.877MB for 360016-byte allocation
E/BluetoothAdapter( 3946): Bluetooth binder is null
V/WiredAccessoryManager( 3946): init()
D/dalvikvm( 4173): GC_FOR_ALLOC freed 4K, 9% free 2969K/3248K, paused 191ms, total 191ms
W/WiredAccessoryManager( 3946): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
W/TelephonyProvider( 4208): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 4090): GC_FOR_ALLOC freed 0K, 9% free 3887K/4272K, paused 209ms, total 209ms
E/cutils-trace( 4246): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 4208): Shutting down VM
W/dalvikvm( 4208): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
E/AndroidRuntime( 4208): FATAL EXCEPTION: main
E/AndroidRuntime( 4208): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4208): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4208): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4208): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4208): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4208): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4208): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4208): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4208): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4208): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4208): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4208): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4208): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4208): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4208): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4208): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4208): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4208): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4208): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4208): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4208): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4208): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4208): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4208): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4208): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4208): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4208): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4208): ... 10 more
D/dalvikvm( 3946): GC_CONCURRENT freed 1086K, 18% free 5408K/6592K, paused 52ms+54ms, total 543ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 157ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 86ms
D/dalvikvm( 3946): WAIT_FOR_CONCURRENT_GC blocked 51ms
I/Choreographer( 3946): Skipped 53 frames! The application may be doing too much work on its main thread.
W/ActivityManager( 3946): Process com.android.phone has crashed too many times: killing!
D/dalvikvm( 4173): GC_CONCURRENT freed 395K, 17% free 2988K/3560K, paused 2ms+6ms, total 153ms
D/dalvikvm( 4173): WAIT_FOR_CONCURRENT_GC blocked 121ms
I/Process ( 4208): Sending signal. PID: 4208 SIG: 9
I/ActivityManager( 3946): Process com.android.phone (pid 4208) has died.
I/ActivityManager( 3946): Start proc com.android.phone for restart com.android.phone: pid=4256 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 3695): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+8ms, total 63ms
V/KeyguardHostView( 3946): hide transport, gen:3
V/KeyguardHostView( 3946): update widget: transport state changed
I/Process ( 3946): Sending signal. PID: 3946 SIG: 9
D/AndroidRuntime( 4173): Shutting down VM
W/dalvikvm( 4173): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
D/dalvikvm( 3695): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 6ms+7ms, total 71ms
E/AndroidRuntime( 4173): FATAL EXCEPTION: main
E/AndroidRuntime( 4173): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4173): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4173): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4173): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4173): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4173): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4173): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4173): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4173): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4173): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4173): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4173): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4173): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4173): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4173): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4173): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4173): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4173): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4173): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4173): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4173): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4173): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4173): ... 10 more
D/dalvikvm( 3695): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 4ms+4ms, total 63ms
E/JavaBinder( 4173): !!! FAILED BINDER TRANSACTION !!!
I/Process ( 4173): Sending signal. PID: 4173 SIG: 9
E/AndroidRuntime( 4173): Error reporting crash
E/AndroidRuntime( 4173): android.os.TransactionTooLargeException
E/AndroidRuntime( 4173): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 4173): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 4173): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 4173): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 4173): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 4173): at dalvik.system.NativeStart.main(Native Method)
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
E/SearchManager( 4090): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 4090): getGlobalSearchActivity() failed: android.os.DeadObjectException
D/AndroidRuntime( 4090): Shutting down VM
W/dalvikvm( 4090): threadid=1: thread exiting with uncaught exception (group=0x41e00700)
W/AudioFlinger( 3693): power manager service died !!!
W/Zygote ( 3695): IOException on command socket Connection reset by peer
E/AndroidRuntime( 4090): FATAL EXCEPTION: main
E/AndroidRuntime( 4090): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 4090): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 4090): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 4090): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 4090): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4090): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4090): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4090): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4090): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4090): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4090): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4090): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4090): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4090): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 4090): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 4090): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 4090): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 4090): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 4090): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 4090): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 4090): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 4090): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 4090): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 4090): ... 11 more
E/AndroidRuntime( 4090): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 4090): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 4090): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 4090): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 4090): ... 19 more
I/Process ( 4090): Sending signal. PID: 4090 SIG: 9
E/AndroidRuntime( 4090): Error reporting crash
E/AndroidRuntime( 4090): android.os.DeadObjectException
E/AndroidRuntime( 4090): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 4090): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 4090): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 4090): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 4090): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 4090): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 3695): Exit zygote because system server (3946) has terminated
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
E/cutils-trace( 4285): Error opening trace file: No such file or directory (2)
I/Netd ( 4287): Netd 1.0 starting
W/InterfaceController( 4287): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 4286): ServiceManager: 0x419dd230
I/AudioFlinger( 4286): Using default 3000 mSec as standby time.
I/CameraService( 4286): CameraService started (pid=4286)
I/CameraService( 4286): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 4286): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 4286): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 4286): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 4286): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 4286): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 4286): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 4286): out rate 44100
W/audio_hw_primary( 4286): in rate 0, channels 0 format 0
I/AudioFlinger( 4286): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 4286): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 4286): opened out stream...1100869792
I/AudioFlinger( 4286): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 4286): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 4286): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 4290):
D/AndroidRuntime( 4290): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 4290): CheckJNI is ON
I/AndroidRuntime( 4290): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 4290): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 4290): Added shared lib libjavacore.so 0x0
D/dalvikvm( 4290): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 4290): Added shared lib libnativehelper.so 0x0
E/cutils-trace( 4327): Error opening trace file: No such file or directory (2)
W/dalvikvm( 4290): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 4290): Profiling disabled.
I/Zygote ( 4290): Preloading classes...
E/cutils-trace( 4290): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4290): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 3ms
D/dalvikvm( 4290): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+1ms, total 22ms
D/dalvikvm( 4290): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 4290): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 6ms+7ms, total 20ms
D/dalvikvm( 4290): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+2ms, total 16ms
D/dalvikvm( 4290): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+5ms, total 14ms
D/dalvikvm( 4290): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 1ms+1ms, total 10ms
D/dalvikvm( 4290): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+0ms, total 16ms
E/cutils-trace( 4369): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4290): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 22ms+0ms, total 26ms
D/TextLayoutCache( 4290): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 4290): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 4290): register_android_mtp_MtpDevice
I/dalvikvm( 4290): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 4290): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 4290): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 4290): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 31ms
D/dalvikvm( 4290): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+0ms, total 23ms
D/dalvikvm( 4290): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 18ms, total 19ms
D/dalvikvm( 4290): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 1ms+1ms, total 43ms
E/cutils-trace( 4410): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4290): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+1ms, total 49ms
D/dalvikvm( 4290): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 33ms
D/dalvikvm( 4290): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 0ms+1ms, total 29ms
D/dalvikvm( 4290): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+21ms, total 53ms
D/dalvikvm( 4290): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 54ms
D/dalvikvm( 4290): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+20ms, total 48ms
D/dalvikvm( 4290): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 2ms+4ms, total 41ms
I/dalvikvm( 4290): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 4290): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 4290): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 2ms+2ms, total 45ms
D/dalvikvm( 4290): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 36ms
E/cutils-trace( 4453): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4290): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 56ms
D/dalvikvm( 4290): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+6ms, total 68ms
D/dalvikvm( 4290): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 4ms+1ms, total 76ms
D/dalvikvm( 4290): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 9ms+5ms, total 85ms
D/dalvikvm( 4290): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 9ms+13ms, total 78ms
D/dalvikvm( 4290): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 2ms+9ms, total 80ms
D/dalvikvm( 4290): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 9ms+4ms, total 76ms
D/dalvikvm( 4290): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+4ms, total 67ms
D/dalvikvm( 4290): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 2ms+1ms, total 48ms
E/cutils-trace( 4501): Error opening trace file: No such file or directory (2)
I/System ( 4290): Loaded time zone names for "" in 249ms (211ms in ICU)
I/System ( 4290): Loaded time zone names for "en_US" in 159ms (142ms in ICU)
E/Netd ( 4287): Unable to create netlink socket: Protocol not supported
E/Netd ( 4287): Unable to open quota2 logging socket
D/MDnsDS ( 4287): MDnsSdListener::Hander starting up
D/MDnsDS ( 4287): MDnsSdListener starting to monitor
D/MDnsDS ( 4287): Going to poll with pollCount 1
D/dalvikvm( 4290): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 3ms+1ms, total 33ms
D/dalvikvm( 4290): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 39ms
D/dalvikvm( 4290): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+4ms, total 47ms
D/dalvikvm( 4290): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 2ms+2ms, total 27ms
D/dalvikvm( 4290): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 2ms+2ms, total 27ms
D/dalvikvm( 4290): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+2ms, total 28ms
D/dalvikvm( 4290): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+2ms, total 28ms
I/Zygote ( 4290): ...preloaded 2879 classes in 5095ms.
D/dalvikvm( 4290): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 3ms+2ms, total 33ms
I/Zygote ( 4290): Preloading resources...
W/Resources( 4290): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+6ms, total 29ms
W/Resources( 4290): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+2ms, total 34ms
W/Resources( 4290): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+5ms, total 29ms
W/Resources( 4290): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 40ms
W/Resources( 4290): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+2ms, total 41ms
W/Resources( 4290): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
E/cutils-trace( 4524): Error opening trace file: No such file or directory (2)
W/Resources( 4290): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+1ms, total 36ms
W/Resources( 4290): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 5ms+1ms, total 40ms
W/Resources( 4290): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+1ms, total 41ms
W/Resources( 4290): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+11ms, total 37ms
W/Resources( 4290): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+11ms, total 32ms
W/Resources( 4290): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 8ms+8ms, total 40ms
W/Resources( 4290): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 31ms
W/Resources( 4290): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 5ms+1ms, total 32ms
W/Resources( 4290): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+6ms, total 31ms
W/Resources( 4290): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+3ms, total 37ms
W/Resources( 4290): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 1ms+1ms, total 26ms
W/Resources( 4290): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+2ms, total 28ms
W/Resources( 4290): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+2ms, total 30ms
W/Resources( 4290): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 1ms+2ms, total 33ms
W/Resources( 4290): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
E/cutils-trace( 4528): Error opening trace file: No such file or directory (2)
W/Resources( 4290): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 1ms+1ms, total 43ms
W/Resources( 4290): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+1ms, total 44ms
W/Resources( 4290): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 2ms+12ms, total 40ms
W/Resources( 4290): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+2ms, total 35ms
W/Resources( 4290): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 2ms+5ms, total 33ms
W/Resources( 4290): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 2ms+2ms, total 34ms
W/Resources( 4290): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+2ms, total 26ms
W/Resources( 4290): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+3ms, total 32ms
W/Resources( 4290): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 2ms+12ms, total 36ms
W/Resources( 4290): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+5ms, total 31ms
W/Resources( 4290): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 4ms+2ms, total 34ms
W/Resources( 4290): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 29ms
W/Resources( 4290): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+1ms, total 26ms
W/Resources( 4290): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+1ms, total 20ms
W/Resources( 4290): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 6ms+1ms, total 39ms
E/cutils-trace( 4532): Error opening trace file: No such file or directory (2)
W/Resources( 4290): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 4290): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 38ms
W/Resources( 4290): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 5ms+2ms, total 38ms
W/Resources( 4290): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+11ms, total 32ms
W/Resources( 4290): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 6ms+2ms, total 41ms
W/Resources( 4290): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 5ms+7ms, total 39ms
W/Resources( 4290): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 1ms+6ms, total 30ms
W/Resources( 4290): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+7ms, total 34ms
W/Resources( 4290): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+2ms, total 26ms
W/Resources( 4290): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 4290): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+2ms, total 30ms
W/Resources( 4290): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+1ms, total 29ms
W/Resources( 4290): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+2ms, total 30ms
W/Resources( 4290): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+2ms, total 20ms
W/Resources( 4290): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 6ms+2ms, total 42ms
W/Resources( 4290): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
E/cutils-trace( 4536): Error opening trace file: No such file or directory (2)
W/Resources( 4290): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 6ms+2ms, total 35ms
W/Resources( 4290): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 4290): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 4290): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 36ms
W/Resources( 4290): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 4290): ...preloaded 274 resources in 3392ms.
I/Zygote ( 4290): ...preloaded 31 resources in 19ms.
D/dalvikvm( 4290): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 40ms
D/dalvikvm( 4290): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 2ms+1ms, total 29ms
D/dalvikvm( 4290): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 2ms+2ms, total 31ms
I/dalvikvm( 4290): System server process 4539 has been created
I/Zygote ( 4290): Accepting command socket connections
E/BatteryService( 4539): No charger supplies found
I/sysproc ( 4539): Entered system_init()
I/sysproc ( 4539): ServiceManager: 0x40c5df98
D/SensorService( 4539): nuSensorService starting...
E/SensorService( 4539): couldn't load sensors module (No such file or directory)
I/sysproc ( 4539): System server: starting Android runtime.
I/sysproc ( 4539): System server: starting Android services.
I/sysproc ( 4539): System server: entering thread pool.
I/SystemServer( 4539): Entered the Android system server!
I/installd( 2102): new connection
E/SWITCHPROFILE( 4539): setprop: sys.interactive = active
I/SystemServer( 4539): Enabled StrictMode logging for UI Looper
I/SystemServer( 4539): Waiting for installd to be ready.
I/Installer( 4539): connecting...
I/SystemServer( 4539): Power Manager
I/SystemServer( 4539): Activity Manager
I/SystemServer( 4539): Enabled StrictMode logging for WM Looper
I/ActivityManager( 4539): Memory class: 64
W/UsageStats( 4539): Usage stats version changed; dropping
I/AppOps ( 4539): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 4539): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 4539): Display Manager
I/DisplayManagerService( 4539): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 4539): Telephony Registry
I/SystemServer( 4539): Scheduling Policy
I/SystemServer( 4539): Package Manager
D/dalvikvm( 4539): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 3ms+3ms, total 55ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 9ms
D/dalvikvm( 4539): GC_FOR_ALLOC freed 380K, 18% free 2727K/3324K, paused 18ms, total 19ms
D/SELinuxMMAC( 4539): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 4539): Using install policy file /system/etc/security/mac_permissions.xml
I/AudioFlinger( 4286): Using module 1 has the primary audio interface
E/cutils-trace( 4562): Error opening trace file: No such file or directory (2)
I/AudioFlinger( 4286): AudioFlinger's thread 0x40c91008 ready to run
W/audio_hw_primary( 4286): out_set_parameters routing=2, ret 1, out 1100869792
I/audio_a2dp_hw( 4286): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 4286): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 4286): adev_open(name=audio_hw_if)
I/r_submix( 4286): adev_init_check()
I/AudioFlinger( 4286): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 4286): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 4286): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageManager( 4539): Running ENG build: no pre-dexopt!
D/dalvikvm( 4539): GC_CONCURRENT freed 258K, 13% free 2914K/3324K, paused 3ms+12ms, total 64ms
W/PackageParser( 4539): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 4539): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 4539): GC_CONCURRENT freed 150K, 7% free 3229K/3468K, paused 3ms+15ms, total 75ms
W/PackageParser( 4539): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 4568): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_CONCURRENT freed 239K, 8% free 3490K/3772K, paused 5ms+2ms, total 126ms
D/dalvikvm( 4539): GC_CONCURRENT freed 265K, 9% free 3698K/4048K, paused 11ms+19ms, total 102ms
D/PackageManager( 4539): No files in app dir /vendor/app
W/PackageManager( 4539): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 4539): Time to scan packages: 1.031 seconds
W/PackageManager( 4539): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 4539): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 4539): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 4539): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 4539): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 4539): GC_EXPLICIT freed 432K, 14% free 3588K/4164K, paused 2ms+2ms, total 52ms
I/SystemServer( 4539): Entropy Mixer
I/EntropyMixer( 4539): Writing entropy...
I/SystemServer( 4539): User Service
I/SystemServer( 4539): Account Manager
I/SystemServer( 4539): Content Manager
I/SystemServer( 4539): System Content Providers
E/cutils-trace( 4572): Error opening trace file: No such file or directory (2)
I/lights ( 4539): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/SystemServer( 4539): Lights Service
I/lights ( 4539): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 4539): Battery Service
I/SystemServer( 4539): Vibrator Service
I/libsuspend( 4539): Selected early suspend
I/libsuspend( 4539): Starting early suspend unblocker thread
I/SWITCHPROFILE( 4539): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 4539): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 4539): Alarm Manager
I/SystemServer( 4539): Init Watchdog
I/SystemServer( 4539): Input Manager
I/InputManager( 4539): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 4539): Window Manager
I/WindowManager( 4539): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 4286): Error opening trace file: No such file or directory (2)
I/InputManager( 4539): Starting input manager
I/SystemServer( 4539): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 4539): Input Method Service
W/InputMethodManagerService( 4539): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 4539): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 4539): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 4539): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 4539): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 4539): GC_CONCURRENT freed 312K, 10% free 3789K/4196K, paused 3ms+16ms, total 193ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 63ms
W/ResourceType( 4539): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 4539): Accessibility Manager
I/InputReader( 4539): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 4539): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 4539): Mount Service
D/MountService( 4539): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 4539): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 4539): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 4539): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 4539): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 4539): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 4539): LockSettingsService
I/SystemServer( 4539): Device Policy
I/SystemServer( 4539): Status Bar
I/SystemServer( 4539): Clipboard Service
I/SystemServer( 4539): NetworkManagement Service
D/dalvikvm( 4539): GREF has increased to 201
I/SystemServer( 4539): Text Service Manager Service
I/SystemServer( 4539): NetworkStats Service
D/MountService( 4539): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 4539): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 4539): NetworkPolicy Service
I/PackageManager( 4539): No secure containers on sdcard
I/SystemServer( 4539): Wi-Fi P2pService
W/PackageManager( 4539): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 4539): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 4539): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 4539): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 4539): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 4539): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer( 4539): Wi-Fi Service
D/dalvikvm( 4539): GC_CONCURRENT freed 273K, 9% free 3953K/4320K, paused 3ms+2ms, total 72ms
E/cutils-trace( 4604): Error opening trace file: No such file or directory (2)
I/SystemServer( 4539): Connectivity Service
D/ConnectivityService( 4539): ConnectivityService starting up
D/ConnectivityService( 4539): wifiOnly=false
D/CommandListener( 4287): Setting iface cfg
D/CommandListener( 4287): Trying to bring up eth0
E/CommandListener( 4287): Error upping interface
F/SystemServer( 4539): BOOT FAILURE starting Connectivity Service
F/SystemServer( 4539): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 4539): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 4539): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 4539): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 4539): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 4539): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 4539): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 4539): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 4539): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 4539): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 4539): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 4539): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 4539): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 4539): ... 5 more
W/SystemServer( 4539): ***********************************************
I/SystemServer( 4539): Network Service Discovery Service
D/NsdService( 4539): Network service discovery enabled true
I/SystemServer( 4539): UpdateLock Service
D/WifiHW ( 4539): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 4539): Notification Manager
I/SystemServer( 4539): Device Storage Monitor
I/SystemServer( 4539): Location Manager
I/SystemServer( 4539): Country Detector
I/SystemServer( 4539): Search Service
I/SystemServer( 4539): DropBox Service
I/SystemServer( 4539): Wallpaper Service
I/SystemServer( 4539): Audio Service
I/AudioService( 4539): Remote Control registerMediaButtonIntent() for PendingIntent{40f3aad0: PendingIntentRecord{410f3fa8 android broadcastIntent}}
D/dalvikvm( 4539): GC_CONCURRENT freed 341K, 10% free 4114K/4544K, paused 3ms+15ms, total 150ms
I/SystemServer( 4539): Dock Observer
W/DockObserver( 4539): This kernel does not have dock station support
I/SystemServer( 4539): Wired Accessory Manager
W/WiredAccessoryManager( 4539): This kernel does not have HDMI audio support
I/SystemServer( 4539): USB Service
I/SystemServer( 4539): Serial Service
I/SystemServer( 4539): Twilight Service
I/SystemServer( 4539): UI Mode Manager Service
I/SystemServer( 4539): Backup Service
V/BackupManagerService( 4539): Initializing package tracking
V/BackupManagerService( 4539): No ancestral data
V/BackupManagerService( 4539): addPackageParticipantsLocked: all
I/BackupManagerService( 4539): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 4539): Now staging backup of com.android.calendar
I/BackupManagerService( 4539): Scheduling backup for new app com.android.browser
D/BackupManagerService( 4539): Now staging backup of com.android.browser
I/BackupManagerService( 4539): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 4539): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 4539): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 4539): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 4539): Scheduling backup for new app android
D/BackupManagerService( 4539): Now staging backup of android
I/BackupManagerService( 4539): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 4539): Now staging backup of com.android.providers.settings
V/BackupManagerService( 4539): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41071340
V/BackupManagerService( 4539): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 4539): Google transport not present
I/BackupManagerService( 4539): Found stale backup journal, scheduling
I/BackupManagerService( 4539): com.android.calendar
I/BackupManagerService( 4539): com.android.browser
I/BackupManagerService( 4539): com.android.providers.userdictionary
I/BackupManagerService( 4539): com.android.sharedstoragebackup
I/BackupManagerService( 4539): android
I/BackupManagerService( 4539): com.android.providers.settings
I/BackupManagerService( 4539): Backup enabled => false
I/BackupManagerService( 4539): Opting out of backup
I/SystemServer( 4539): AppWidget Service
I/SystemServer( 4539): Recognition Service
I/SystemServer( 4539): DiskStats Service
I/SystemServer( 4539): SamplingProfiler Service
I/SystemServer( 4539): NetworkTimeUpdateService
I/SystemServer( 4539): CommonTimeManagementService
I/SystemServer( 4539): CertBlacklister
I/SystemServer( 4539): Dreams Service
I/WindowManager( 4539): SAFE MODE not enabled
D/dalvikvm( 4539): JIT started for system_server
I/SystemServer( 4539): IdleMaintenanceService
I/SWITCHPROFILE( 4539): Switchprofile thread received GOV_INTERACTIVE from Power HAL
I/ActivityManager( 4539): System now ready
E/SWITCHPROFILE( 4539): setprop: sys.interactive = active
I/SystemServer( 4539): Making services ready
I/Zygote ( 4539): Process: zygote socket opened
I/ActivityManager( 4539): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=4622 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService( 4539): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService( 4539): enabling bandwidth control
E/cutils-trace( 4629): Error opening trace file: No such file or directory (2)
D/SystemUIService( 4622): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4622): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f2d038
D/dalvikvm( 4539): GC_CONCURRENT freed 251K, 8% free 4360K/4692K, paused 18ms+2ms, total 377ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 316ms
I/StatusBarManagerService( 4539): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41063698
D/PhoneStatusBar( 4622): mSettingsPanelGravity = 8388661
W/SystemServer( 4539): ***********************************************
F/SystemServer( 4539): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 4539): java.lang.NullPointerException
F/SystemServer( 4539): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 4539): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 4539): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 4539): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 4539): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 4539): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 4539): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 4539): GC_CONCURRENT freed 288K, 8% free 4583K/4964K, paused 11ms+7ms, total 135ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 91ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 98ms
E/cutils-trace( 4671): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_CONCURRENT freed 494K, 12% free 4609K/5196K, paused 37ms+70ms, total 274ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 214ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 211ms
D/dalvikvm( 4622): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 143ms, total 145ms
D/dalvikvm( 4622): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 63ms, total 63ms
D/dalvikvm( 4539): GC_FOR_ALLOC freed 103K, 12% free 4606K/5196K, paused 89ms, total 90ms
I/dalvikvm-heap( 4539): Grow heap (frag case) to 4.643MB for 59552-byte allocation
D/dalvikvm( 4539): GC_FOR_ALLOC freed 2K, 12% free 4661K/5256K, paused 79ms, total 79ms
D/dalvikvm( 4539): GC_FOR_ALLOC freed 58K, 12% free 4636K/5256K, paused 61ms, total 61ms
D/dalvikvm( 4539): GC_FOR_ALLOC freed 11K, 11% free 4702K/5256K, paused 101ms, total 101ms
D/dalvikvm( 4622): GC_CONCURRENT freed 395K, 16% free 2978K/3544K, paused 3ms+1ms, total 99ms
D/dalvikvm( 4622): WAIT_FOR_CONCURRENT_GC blocked 61ms
E/cutils-trace( 4675): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_FOR_ALLOC freed 124K, 12% free 4721K/5340K, paused 168ms, total 169ms
D/AndroidRuntime( 4622): Shutting down VM
W/dalvikvm( 4622): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4622): FATAL EXCEPTION: main
E/AndroidRuntime( 4622): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4622): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4622): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4622): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4622): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4622): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4622): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4622): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4622): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4622): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4622): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4622): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4622): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4622): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4622): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4622): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4622): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4622): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4622): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4622): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4622): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4622): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4622): ... 10 more
I/Process ( 4622): Sending signal. PID: 4622 SIG: 9
I/ActivityManager( 4539): Process com.android.systemui (pid 4622) has died.
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 4539): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 4539): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=4679 uid=10018 gids={50018, 1028}
I/ActivityManager( 4539): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=4683 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 4539): GC_CONCURRENT freed 317K, 8% free 4952K/5368K, paused 3ms+6ms, total 161ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 99ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 99ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 46ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 41ms
E/cutils-trace( 4706): Error opening trace file: No such file or directory (2)
D/SystemUIService( 4683): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/Choreographer( 4539): Skipped 173 frames! The application may be doing too much work on its main thread.
D/SystemUIService( 4683): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f2eaf0
I/StatusBarManagerService( 4539): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@410a2ac8
D/PhoneStatusBar( 4683): mSettingsPanelGravity = 8388661
I/ActivityManager( 4539): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 4539): usb_device_open failed
E/cutils-trace( 4712): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_CONCURRENT freed 544K, 12% free 5019K/5660K, paused 79ms+44ms, total 311ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 235ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 196ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 96ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 86ms
V/KeyguardHostView( 4539): music state changed: 0
D/dalvikvm( 4683): GC_FOR_ALLOC freed 167K, 9% free 2687K/2948K, paused 72ms, total 97ms
D/dalvikvm( 4683): GC_FOR_ALLOC freed 4K, 9% free 2958K/3224K, paused 45ms, total 45ms
W/RecognitionManagerService( 4539): no available voice recognition services found for user 0
V/TAG ( 4539): bug 7643792: fitSystemWindows([0,0][0,0])
W/InputMethodManagerService( 4539): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 4539): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 4539): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=4719 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 4539): Adding window token: android.os.Binder@411f8e68
F/SystemServer( 4539): BOOT FAILURE making Location Service ready
F/SystemServer( 4539): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 4539): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 4539): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 4539): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 4539): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 4539): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 4539): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 4539): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 4539): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 4539): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 4539): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 4539): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 4539): ***********************************************
I/CommonTimeManagementService( 4539): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 4539): Reconfiguring input devices. changes=0x00000020
D/dalvikvm( 4683): GC_CONCURRENT freed 395K, 16% free 2984K/3552K, paused 3ms+18ms, total 92ms
D/dalvikvm( 4683): WAIT_FOR_CONCURRENT_GC blocked 42ms
E/cutils-trace( 4736): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_CONCURRENT freed 507K, 11% free 5141K/5744K, paused 8ms+3ms, total 283ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 230ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 209ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 208ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 207ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 142ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 80ms
I/InputReader( 4539): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 4539): Start proc com.android.phone for added application com.android.phone: pid=4740 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 4539): Enabled StrictMode for system server main thread.
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 250ms
D/AndroidRuntime( 4683): Shutting down VM
W/dalvikvm( 4683): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4683): FATAL EXCEPTION: main
E/AndroidRuntime( 4683): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4683): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4683): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4683): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4683): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4683): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4683): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4683): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4683): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4683): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4683): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4683): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4683): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4683): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4683): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4683): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4683): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4683): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4683): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4683): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4683): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4683): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4683): ... 10 more
I/Process ( 4683): Sending signal. PID: 4683 SIG: 9
I/ActivityManager( 4539): Process com.android.systemui (pid 4683) has died.
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 4539): Start proc com.android.systemui for restart com.android.systemui: pid=4755 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 412ms
I/LatinIME( 4719): Hardware accelerated drawing: false
D/AndroidRuntime( 4719): Shutting down VM
W/dalvikvm( 4719): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4719): FATAL EXCEPTION: main
E/AndroidRuntime( 4719): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4719): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4719): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4719): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4719): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4719): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4719): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4719): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4719): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4719): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4719): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4719): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4719): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4719): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4719): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4719): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4719): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4719): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4719): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4719): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 4719): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 4719): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 4719): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4719): ... 10 more
D/dalvikvm( 4679): GC_CONCURRENT freed 213K, 10% free 2721K/3020K, paused 2ms+55ms, total 140ms
W/TelephonyProvider( 4740): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
W/ResourceType( 4539): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/dalvikvm( 4539): GREF has increased to 301
I/Process ( 4719): Sending signal. PID: 4719 SIG: 9
I/ActivityManager( 4539): Process com.android.inputmethod.latin (pid 4719) has died.
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
I/AudioService( 4539): Remote Control registerMediaButtonIntent() for PendingIntent{4111e5d8: PendingIntentRecord{410f3fa8 android broadcastIntent}}
D/AndroidRuntime( 4740): Shutting down VM
W/dalvikvm( 4740): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4740): FATAL EXCEPTION: main
E/AndroidRuntime( 4740): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4740): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4740): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4740): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4740): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4740): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4740): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4740): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4740): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4740): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4740): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4740): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4740): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4740): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4740): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4740): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4740): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4740): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4740): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4740): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4740): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4740): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4740): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4740): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4740): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4740): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4740): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4740): ... 10 more
I/Process ( 4740): Sending signal. PID: 4740 SIG: 9
D/SystemUIService( 4755): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4755): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f351a0
D/dalvikvm( 4539): GC_CONCURRENT freed 486K, 10% free 5309K/5892K, paused 37ms+23ms, total 370ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 321ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 68ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 65ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 54ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 10ms
I/ActivityManager( 4539): Process com.android.phone (pid 4740) has died.
I/ActivityManager( 4539): Start proc com.android.phone for restart com.android.phone: pid=4775 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/StatusBarManagerService( 4539): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@411caa80
D/PhoneStatusBar( 4755): mSettingsPanelGravity = 8388661
E/cutils-trace( 4782): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4539): GC_CONCURRENT freed 619K, 12% free 5387K/6104K, paused 18ms+4ms, total 307ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 278ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 268ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 269ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 268ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 183ms
D/dalvikvm( 4539): WAIT_FOR_CONCURRENT_GC blocked 181ms
W/WindowManager( 4539): Window freeze timeout expired.
W/WindowManager( 4539): Force clearing orientation change: Window{4109f350 u0 Keyguard}
W/TelephonyProvider( 4775): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
V/KeyguardHostView( 4539): music state changed: 0
E/BluetoothAdapter( 4539): Bluetooth binder is null
E/BluetoothAdapter( 4539): Bluetooth binder is null
V/WiredAccessoryManager( 4539): init()
V/TAG ( 4539): bug 7643792: fitSystemWindows([0,0][0,0])
W/WiredAccessoryManager( 4539): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
W/dalvikvm( 4539): threadid=41: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4539): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 4539): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4539): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4539): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4539): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4539): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4539): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4539): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 4539): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 4539): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 4539): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 4539): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4539): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4539): at android.os.HandlerThread.run(HandlerThread.java:61)
D/AndroidRuntime( 4775): Shutting down VM
W/dalvikvm( 4775): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
D/dalvikvm( 4679): GC_FOR_ALLOC freed 126K, 7% free 2882K/3096K, paused 183ms, total 194ms
I/Choreographer( 4539): Skipped 161 frames! The application may be doing too much work on its main thread.
E/AndroidRuntime( 4775): FATAL EXCEPTION: main
E/AndroidRuntime( 4775): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4775): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4775): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4775): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4775): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4775): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4775): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4775): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4775): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4775): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4775): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4775): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4775): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4775): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4775): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4775): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4775): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4775): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4775): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4775): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4775): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4775): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4775): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4775): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4775): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4775): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4775): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4775): ... 10 more
I/dalvikvm-heap( 4679): Grow heap (frag case) to 3.506MB for 640016-byte allocation
D/dalvikvm( 4679): GC_FOR_ALLOC freed 11K, 7% free 3495K/3724K, paused 119ms, total 119ms
E/cutils-trace( 4812): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4679): GC_CONCURRENT freed <1K, 7% free 3495K/3724K, paused 2ms+71ms, total 131ms
D/dalvikvm( 4755): GC_FOR_ALLOC freed 187K, 10% free 2705K/2984K, paused 164ms, total 167ms
D/dalvikvm( 4755): GC_FOR_ALLOC freed 4K, 9% free 2976K/3260K, paused 91ms, total 91ms
D/dalvikvm( 4539): GC_FOR_ALLOC freed 540K, 12% free 5373K/6104K, paused 197ms, total 197ms
I/dalvikvm-heap( 4539): Grow heap (frag case) to 5.655MB for 335032-byte allocation
D/dalvikvm( 4539): GC_FOR_ALLOC freed 9K, 12% free 5690K/6432K, paused 182ms, total 182ms
I/Choreographer( 4539): Skipped 53 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 4679): GC_CONCURRENT freed 656K, 21% free 3249K/4076K, paused 4ms+24ms, total 166ms
D/dalvikvm( 4755): GC_CONCURRENT freed 395K, 17% free 2995K/3572K, paused 9ms+4ms, total 105ms
D/dalvikvm( 4755): WAIT_FOR_CONCURRENT_GC blocked 22ms
V/KeyguardHostView( 4539): hide transport, gen:3
V/KeyguardHostView( 4539): update widget: transport state changed
E/cutils-trace( 4825): Error opening trace file: No such file or directory (2)
W/ActivityManager( 4539): Process com.android.phone has crashed too many times: killing!
I/Process ( 4775): Sending signal. PID: 4775 SIG: 9
I/ActivityManager( 4539): Process com.android.phone (pid 4775) has died.
I/ActivityManager( 4539): Start proc com.android.phone for restart com.android.phone: pid=4828 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/AndroidRuntime( 4755): Shutting down VM
W/dalvikvm( 4755): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4755): FATAL EXCEPTION: main
E/AndroidRuntime( 4755): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4755): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 4755): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 4755): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 4755): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4755): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4755): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4755): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4755): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4755): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4755): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4755): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4755): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4755): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4755): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4755): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4755): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4755): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4755): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 4755): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 4755): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 4755): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 4755): ... 10 more
I/ActivityManager( 4539): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=4841 uid=10005 gids={50005, 3003, 1028}
I/RecoverySystem( 4539): No recovery log file
D/dalvikvm( 4290): GC_EXPLICIT freed 35K, 5% free 2519K/2640K, paused 2ms+1ms, total 30ms
D/dalvikvm( 4290): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 4ms+1ms, total 38ms
D/dalvikvm( 4290): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 1ms+12ms, total 31ms
W/WindowManager( 4539): App freeze timeout expired.
W/WindowManager( 4539): Force clearing freeze: AppWindowToken{411220d0 token=Token{410e1d08 ActivityRecord{4108bfe8 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/WindowManager( 4539): Screen frozen for +5s468ms due to AppWindowToken{411220d0 token=Token{410e1d08 ActivityRecord{4108bfe8 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/ActivityManager( 4539): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=4856 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
W/TelephonyProvider( 4828): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/ExtensionsFactory( 4841): No custom extensions.
I/Choreographer( 4539): Skipped 35 frames! The application may be doing too much work on its main thread.
D/AlertReceiver( 4841): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
I/ActivityManager( 4539): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=4875 uid=10006 gids={50006, 3003, 1015, 1028}
I/Process ( 4755): Sending signal. PID: 4755 SIG: 9
W/ActivityManager( 4539): Process com.android.systemui has crashed too many times: killing!
W/WallpaperService( 4539): Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
W/WallpaperService( 4539): Reverting to built-in wallpaper!
I/ActivityManager( 4539): Process com.android.systemui (pid 4755) has died.
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 4539): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 4539): Start proc com.android.systemui for restart com.android.systemui: pid=4889 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 4895): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 4828): Shutting down VM
W/dalvikvm( 4828): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4828): FATAL EXCEPTION: main
E/AndroidRuntime( 4828): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4828): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4828): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4828): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4828): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4828): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4828): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4828): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4828): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4828): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4828): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4828): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4828): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4828): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4828): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4828): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4828): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4828): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4828): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4828): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4828): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4828): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4828): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4828): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4828): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4828): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4828): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4828): ... 10 more
W/ActivityManager( 4539): Process com.android.phone has crashed too many times: killing!
I/Process ( 4828): Sending signal. PID: 4828 SIG: 9
I/ActivityManager( 4539): Process com.android.phone (pid 4828) has died.
I/ActivityManager( 4539): Start proc com.android.phone for restart com.android.phone: pid=4910 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 4889): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 4889): running: com.android.systemui.statusbar.phone.PhoneStatusBar@40f32fa8
I/StatusBarManagerService( 4539): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4107b498
E/ContentService( 4539): Content Service Crash
E/ContentService( 4539): java.lang.NullPointerException: missing IConnectivityManager
E/ContentService( 4539): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/ContentService( 4539): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/ContentService( 4539): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/ContentService( 4539): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/ContentService( 4539): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/ContentService( 4539): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/ContentService( 4539): at com.android.server.content.SyncManager.scheduleSync(SyncManager.java:577)
E/ContentService( 4539): at com.android.server.content.SyncManager.scheduleLocalSync(SyncManager.java:725)
E/ContentService( 4539): at com.android.server.content.ContentService.notifyChange(ContentService.java:277)
E/ContentService( 4539): at android.content.IContentService$Stub.onTransact(IContentService.java:95)
E/ContentService( 4539): at com.android.server.content.ContentService.onTransact(ContentService.java:132)
E/ContentService( 4539): at android.os.Binder.execTransact(Binder.java:388)
E/ContentService( 4539): at android.os.BinderProxy.transact(Native Method)
E/ContentService( 4539): at android.content.ContentProviderProxy.delete(ContentProviderNative.java:506)
E/ContentService( 4539): at android.content.ContentResolver.delete(ContentResolver.java:1006)
E/ContentService( 4539): at android.provider.Downloads.removeAllDownloadsByPackage(Downloads.java:803)
E/ContentService( 4539): at com.android.server.BootReceiver.removeOldUpdatePackages(BootReceiver.java:93)
E/ContentService( 4539): at com.android.server.BootReceiver.access$100(BootReceiver.java:42)
E/ContentService( 4539): at com.android.server.BootReceiver$1.run(BootReceiver.java:82)
E/DatabaseUtils( 4856): Writing exception to parcel
E/DatabaseUtils( 4856): java.lang.NullPointerException: missing IConnectivityManager
E/DatabaseUtils( 4856): at android.os.Parcel.readException(Parcel.java:1437)
E/DatabaseUtils( 4856): at android.os.Parcel.readException(Parcel.java:1385)
E/DatabaseUtils( 4856): at android.content.IContentService$Stub$Proxy.notifyChange(IContentService.java:472)
E/DatabaseUtils( 4856): at android.content.ContentResolver.notifyChange(ContentResolver.java:1345)
E/DatabaseUtils( 4856): at android.content.ContentResolver.notifyChange(ContentResolver.java:1334)
E/DatabaseUtils( 4856): at android.content.ContentResolver.notifyChange(ContentResolver.java:1314)
E/DatabaseUtils( 4856): at com.android.providers.downloads.DownloadProvider.notifyContentChanged(DownloadProvider.java:1109)
E/DatabaseUtils( 4856): at com.android.providers.downloads.DownloadProvider.delete(DownloadProvider.java:1157)
E/DatabaseUtils( 4856): at android.content.ContentProvider$Transport.delete(ContentProvider.java:251)
E/DatabaseUtils( 4856): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:201)
E/DatabaseUtils( 4856): at android.os.Binder.execTransact(Binder.java:388)
E/DatabaseUtils( 4856): at dalvik.system.NativeStart.run(Native Method)
E/BootReceiver( 4539): Can't remove old update packages
E/BootReceiver( 4539): java.lang.NullPointerException: missing IConnectivityManager
E/BootReceiver( 4539): at android.os.Parcel.readException(Parcel.java:1437)
E/BootReceiver( 4539): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185)
E/BootReceiver( 4539): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137)
E/BootReceiver( 4539): at android.content.ContentProviderProxy.delete(ContentProviderNative.java:508)
E/BootReceiver( 4539): at android.content.ContentResolver.delete(ContentResolver.java:1006)
E/BootReceiver( 4539): at android.provider.Downloads.removeAllDownloadsByPackage(Downloads.java:803)
E/BootReceiver( 4539): at com.android.server.BootReceiver.removeOldUpdatePackages(BootReceiver.java:93)
E/BootReceiver( 4539): at com.android.server.BootReceiver.access$100(BootReceiver.java:42)
E/BootReceiver( 4539): at com.android.server.BootReceiver$1.run(BootReceiver.java:82)
W/TelephonyProvider( 4910): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityManager( 4539): Start proc com.android.deskclock for broadcast com.android.deskclock/.AlarmInitReceiver: pid=4930 uid=10010 gids={50010, 1028}
D/PhoneStatusBar( 4889): mSettingsPanelGravity = 8388661
D/AndroidRuntime( 4910): Shutting down VM
W/dalvikvm( 4910): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4910): FATAL EXCEPTION: main
E/AndroidRuntime( 4910): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4910): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 4910): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4910): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4910): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4910): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4910): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4910): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4910): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4910): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4910): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4910): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4910): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4910): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4910): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 4910): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 4910): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 4910): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 4910): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4910): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 4910): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 4910): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 4910): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 4910): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 4910): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4910): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4910): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 4910): ... 10 more
I/Process ( 4910): Sending signal. PID: 4910 SIG: 9
W/ActivityManager( 4539): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 4539): Process com.android.phone (pid 4910) has died.
I/ActivityManager( 4539): Start proc com.android.phone for restart com.android.phone: pid=4945 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/Process ( 4539): Sending signal. PID: 4539 SIG: 9
D/AlertService( 4841): 0 Action = android.intent.action.BOOT_COMPLETED
D/dalvikvm( 4889): GC_FOR_ALLOC freed 175K, 10% free 2702K/2972K, paused 13ms, total 13ms
D/dalvikvm( 4889): GC_FOR_ALLOC freed 4K, 9% free 2972K/3248K, paused 16ms, total 36ms
E/cutils-trace( 4959): Error opening trace file: No such file or directory (2)
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
E/SearchManager( 4679): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 4679): getGlobalSearchActivity() failed: android.os.DeadObjectException
W/AudioFlinger( 4286): power manager service died !!!
D/AndroidRuntime( 4679): Shutting down VM
W/dalvikvm( 4679): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
D/AndroidRuntime( 4930): Shutting down VM
W/dalvikvm( 4930): threadid=1: thread exiting with uncaught exception (group=0x40ca7700)
E/AndroidRuntime( 4930): FATAL EXCEPTION: main
E/AndroidRuntime( 4930): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.deskclock; is system dying?
E/AndroidRuntime( 4930): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 4930): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 4930): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 4930): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 4930): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4930): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4930): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4930): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4930): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4930): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4930): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4930): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4930): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.deskclock; is system dying?
E/AndroidRuntime( 4930): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 4930): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 4930): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 4930): ... 11 more
E/AndroidRuntime( 4930): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 4930): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 4930): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 4930): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 4930): ... 13 more
E/AndroidRuntime( 4679): FATAL EXCEPTION: main
E/AndroidRuntime( 4679): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 4679): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 4679): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 4679): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 4679): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4679): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4679): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4679): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 4679): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4679): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 4679): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 4679): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4679): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4679): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 4679): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 4679): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 4679): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 4679): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 4679): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 4679): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 4679): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 4679): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 4679): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 4679): ... 11 more
E/AndroidRuntime( 4679): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 4679): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 4679): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 4679): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 4679): ... 19 more
D/AlertService( 4841): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
I/Zygote ( 4290): Exit zygote because system server (4539) has terminated
E/ActivityThread( 4841): Failed to find provider info for com.android.calendar
W/dalvikvm( 4875): threadid=11: thread exiting with uncaught exception (group=0x40ca7700)
I/Netd ( 4963): Netd 1.0 starting
W/InterfaceController( 4963): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
E/cutils-trace( 4982): Error opening trace file: No such file or directory (2)
I/mediaserver( 4962): ServiceManager: 0x41deb230
I/AudioFlinger( 4962): Using default 3000 mSec as standby time.
I/CameraService( 4962): CameraService started (pid=4962)
I/CameraService( 4962): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 4962): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 4962): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 4962): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 4962): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 4962): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 4962): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 4962): out rate 44100
W/audio_hw_primary( 4962): in rate 0, channels 0 format 0
I/AudioFlinger( 4962): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 4962): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 4962): opened out stream...1105121448
I/AudioFlinger( 4962): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 4962): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 4962): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 4964):
D/AndroidRuntime( 4964): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 4964): CheckJNI is ON
I/AndroidRuntime( 4964): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 4964): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 4964): Added shared lib libjavacore.so 0x0
D/dalvikvm( 4964): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 4964): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 4964): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 4964): Profiling disabled.
I/Zygote ( 4964): Preloading classes...
E/cutils-trace( 4964): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+1ms, total 7ms
D/dalvikvm( 4964): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 2ms+0ms, total 6ms
D/dalvikvm( 4964): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 4964): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 1ms+1ms, total 15ms
D/dalvikvm( 4964): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+1ms, total 7ms
D/dalvikvm( 4964): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+1ms, total 26ms
D/dalvikvm( 4964): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 14ms
E/cutils-trace( 5037): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+1ms, total 25ms
D/dalvikvm( 4964): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+21ms, total 24ms
D/TextLayoutCache( 4964): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 4964): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 4964): register_android_mtp_MtpDevice
I/dalvikvm( 4964): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 4964): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 4964): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 4964): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 1ms+0ms, total 15ms
D/dalvikvm( 4964): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+0ms, total 7ms
D/dalvikvm( 4964): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 32ms, total 32ms
E/cutils-trace( 5079): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 0ms+0ms, total 52ms
D/dalvikvm( 4964): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+1ms, total 46ms
D/dalvikvm( 4964): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 0ms+1ms, total 44ms
D/dalvikvm( 4964): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 0ms+1ms, total 37ms
D/dalvikvm( 4964): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 7ms+1ms, total 53ms
D/dalvikvm( 4964): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 8ms+1ms, total 44ms
D/dalvikvm( 4964): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 2ms+6ms, total 50ms
D/dalvikvm( 4964): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 3ms+8ms, total 57ms
I/dalvikvm( 4964): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 4964): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 4964): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 48ms
E/cutils-trace( 5123): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 65ms
D/dalvikvm( 4964): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 21ms+2ms, total 54ms
D/dalvikvm( 4964): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 55ms
D/dalvikvm( 4964): WAIT_FOR_CONCURRENT_GC blocked 5ms
D/dalvikvm( 4964): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 6ms+5ms, total 62ms
D/dalvikvm( 4964): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 2ms+2ms, total 52ms
D/dalvikvm( 4964): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 2ms+3ms, total 61ms
D/dalvikvm( 4964): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+2ms, total 66ms
D/dalvikvm( 4964): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 2ms+1ms, total 43ms
D/dalvikvm( 4964): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+1ms, total 49ms
E/cutils-trace( 5164): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+22ms, total 64ms
I/System ( 4964): Loaded time zone names for "" in 227ms (186ms in ICU)
I/System ( 4964): Loaded time zone names for "en_US" in 166ms (157ms in ICU)
E/Netd ( 4963): Unable to create netlink socket: Protocol not supported
E/Netd ( 4963): Unable to open quota2 logging socket
D/MDnsDS ( 4963): MDnsSdListener::Hander starting up
D/MDnsDS ( 4963): MDnsSdListener starting to monitor
D/MDnsDS ( 4963): Going to poll with pollCount 1
D/dalvikvm( 4964): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 3ms+4ms, total 68ms
D/dalvikvm( 4964): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 2ms+2ms, total 28ms
D/dalvikvm( 4964): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+2ms, total 26ms
D/dalvikvm( 4964): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 2ms+5ms, total 36ms
D/dalvikvm( 4964): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 30ms
D/dalvikvm( 4964): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+2ms, total 30ms
D/dalvikvm( 4964): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+2ms, total 30ms
I/Zygote ( 4964): ...preloaded 2879 classes in 4639ms.
D/dalvikvm( 4964): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+2ms, total 26ms
I/Zygote ( 4964): Preloading resources...
W/Resources( 4964): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+1ms, total 24ms
W/Resources( 4964): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 4ms+1ms, total 35ms
W/Resources( 4964): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
E/cutils-trace( 5196): Error opening trace file: No such file or directory (2)
W/Resources( 4964): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+1ms, total 51ms
W/Resources( 4964): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+12ms, total 38ms
W/Resources( 4964): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 6ms+2ms, total 39ms
W/Resources( 4964): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 4964): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 5ms+2ms, total 35ms
W/Resources( 4964): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 4964): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+2ms, total 36ms
W/Resources( 4964): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+2ms, total 25ms
W/Resources( 4964): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 1ms+2ms, total 28ms
W/Resources( 4964): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 4964): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+1ms, total 34ms
W/Resources( 4964): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+7ms, total 30ms
W/Resources( 4964): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 20ms
W/Resources( 4964): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 3ms+2ms, total 33ms
W/Resources( 4964): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
E/cutils-trace( 5200): Error opening trace file: No such file or directory (2)
W/Resources( 4964): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+2ms, total 33ms
W/Resources( 4964): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 3ms+2ms, total 36ms
W/Resources( 4964): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 6ms+2ms, total 35ms
W/Resources( 4964): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+1ms, total 40ms
W/Resources( 4964): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+2ms, total 33ms
W/Resources( 4964): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 1ms+2ms, total 26ms
W/Resources( 4964): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+6ms, total 31ms
W/Resources( 4964): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 4964): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+1ms, total 32ms
W/Resources( 4964): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+4ms, total 30ms
W/Resources( 4964): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 11ms+2ms, total 39ms
W/Resources( 4964): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 6ms+4ms, total 32ms
W/Resources( 4964): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 1ms+2ms, total 20ms
W/Resources( 4964): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+1ms, total 42ms
W/Resources( 4964): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
E/cutils-trace( 5204): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4964): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 1ms+1ms, total 42ms
W/Resources( 4964): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+1ms, total 40ms
W/Resources( 4964): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+1ms, total 34ms
W/Resources( 4964): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 1ms+2ms, total 37ms
W/Resources( 4964): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+2ms, total 37ms
W/Resources( 4964): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 3ms+2ms, total 34ms
W/Resources( 4964): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+3ms, total 32ms
W/Resources( 4964): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 26ms
W/Resources( 4964): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+3ms, total 37ms
W/Resources( 4964): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 4964): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 4964): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 3ms+1ms, total 28ms
W/Resources( 4964): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 4ms+2ms, total 30ms
W/Resources( 4964): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+2ms, total 35ms
W/Resources( 4964): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+1ms, total 38ms
W/Resources( 4964): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
E/cutils-trace( 5208): Error opening trace file: No such file or directory (2)
W/Resources( 4964): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+1ms, total 33ms
W/Resources( 4964): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 4964): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+7ms, total 35ms
W/Resources( 4964): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 3ms+2ms, total 40ms
W/Resources( 4964): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+5ms, total 42ms
W/Resources( 4964): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 4964): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 4964): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 3ms+2ms, total 34ms
W/Resources( 4964): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 4964): ...preloaded 274 resources in 3416ms.
I/Zygote ( 4964): ...preloaded 31 resources in 21ms.
D/dalvikvm( 4964): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 2ms+2ms, total 28ms
D/dalvikvm( 4964): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+7ms, total 38ms
D/dalvikvm( 4964): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 27ms
I/dalvikvm( 4964): System server process 5211 has been created
I/Zygote ( 4964): Accepting command socket connections
E/BatteryService( 5211): No charger supplies found
I/sysproc ( 5211): Entered system_init()
I/sysproc ( 5211): ServiceManager: 0x41816a18
D/SensorService( 5211): nuSensorService starting...
E/SensorService( 5211): couldn't load sensors module (No such file or directory)
I/sysproc ( 5211): System server: starting Android runtime.
I/sysproc ( 5211): System server: starting Android services.
I/sysproc ( 5211): System server: entering thread pool.
I/SystemServer( 5211): Entered the Android system server!
I/SystemServer( 5211): Enabled StrictMode logging for UI Looper
I/SystemServer( 5211): Waiting for installd to be ready.
I/installd( 2102): new connection
E/SWITCHPROFILE( 5211): setprop: sys.interactive = active
I/Installer( 5211): connecting...
I/SystemServer( 5211): Power Manager
I/SystemServer( 5211): Activity Manager
I/SystemServer( 5211): Enabled StrictMode logging for WM Looper
I/ActivityManager( 5211): Memory class: 64
W/UsageStats( 5211): Usage stats version changed; dropping
I/AppOps ( 5211): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 5211): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 5211): Display Manager
I/DisplayManagerService( 5211): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 5211): Telephony Registry
I/SystemServer( 5211): Scheduling Policy
I/SystemServer( 5211): Package Manager
D/dalvikvm( 5211): GC_CONCURRENT freed 223K, 11% free 2795K/3108K, paused 7ms+13ms, total 52ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 1ms
E/cutils-trace( 5234): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5211): GC_FOR_ALLOC freed 448K, 20% free 2727K/3388K, paused 31ms, total 31ms
D/SELinuxMMAC( 5211): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 5211): Using install policy file /system/etc/security/mac_permissions.xml
W/PackageManager( 5211): Running ENG build: no pre-dexopt!
D/dalvikvm( 5211): GC_CONCURRENT freed 258K, 15% free 2908K/3388K, paused 3ms+12ms, total 59ms
W/PackageParser( 5211): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 5211): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
I/AudioFlinger( 4962): Using module 1 has the primary audio interface
D/dalvikvm( 5211): GC_CONCURRENT freed 155K, 7% free 3232K/3476K, paused 15ms+20ms, total 70ms
I/AudioFlinger( 4962): AudioFlinger's thread 0x40d9f008 ready to run
W/audio_hw_primary( 4962): out_set_parameters routing=2, ret 1, out 1105121448
I/audio_a2dp_hw( 4962): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 4962): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 4962): adev_open(name=audio_hw_if)
I/r_submix( 4962): adev_init_check()
I/AudioFlinger( 4962): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 4962): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 4962): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
E/cutils-trace( 5238): Error opening trace file: No such file or directory (2)
W/PackageParser( 5211): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
D/dalvikvm( 5211): GC_CONCURRENT freed 240K, 9% free 3464K/3792K, paused 2ms+15ms, total 87ms
D/dalvikvm( 5211): GC_CONCURRENT freed 269K, 9% free 3680K/4032K, paused 4ms+27ms, total 101ms
D/PackageManager( 5211): No files in app dir /vendor/app
W/PackageManager( 5211): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 5211): Time to scan packages: 1.015 seconds
W/PackageManager( 5211): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 5211): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5211): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 5211): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 5211): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
E/cutils-trace( 5244): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5211): GC_EXPLICIT freed 407K, 14% free 3605K/4148K, paused 1ms+2ms, total 123ms
I/SystemServer( 5211): Entropy Mixer
I/EntropyMixer( 5211): Writing entropy...
I/SystemServer( 5211): User Service
I/SystemServer( 5211): Account Manager
I/SystemServer( 5211): Content Manager
I/SystemServer( 5211): System Content Providers
I/SystemServer( 5211): Lights Service
I/lights ( 5211): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 5211): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 5211): Battery Service
I/SystemServer( 5211): Vibrator Service
I/libsuspend( 5211): Selected early suspend
I/libsuspend( 5211): Starting early suspend unblocker thread
I/SWITCHPROFILE( 5211): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 5211): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 5211): Alarm Manager
I/SystemServer( 5211): Init Watchdog
I/SystemServer( 5211): Input Manager
I/InputManager( 5211): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 5211): Window Manager
I/WindowManager( 5211): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 4962): Error opening trace file: No such file or directory (2)
I/InputManager( 5211): Starting input manager
I/SystemServer( 5211): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 5211): Input Method Service
W/InputMethodManagerService( 5211): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 5211): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 5211): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 5211): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 5211): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 5211): GC_CONCURRENT freed 327K, 11% free 3790K/4212K, paused 4ms+9ms, total 184ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 62ms
W/ResourceType( 5211): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 5211): Accessibility Manager
I/ActivityManager( 5211): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 5211): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 5211): Mount Service
D/MountService( 5211): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 5211): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 5211): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 5211): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 5211): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 5211): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 5211): LockSettingsService
I/SystemServer( 5211): Device Policy
I/SystemServer( 5211): Status Bar
I/SystemServer( 5211): Clipboard Service
I/SystemServer( 5211): NetworkManagement Service
D/dalvikvm( 5211): GREF has increased to 201
I/SystemServer( 5211): Text Service Manager Service
I/SystemServer( 5211): NetworkStats Service
I/SystemServer( 5211): NetworkPolicy Service
D/MountService( 5211): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 5211): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 5211): Wi-Fi P2pService
I/PackageManager( 5211): No secure containers on sdcard
W/PackageManager( 5211): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
I/SystemServer( 5211): Wi-Fi Service
W/PackageManager( 5211): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5211): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 5211): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 5211): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 5211): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
E/cutils-trace( 5276): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5211): GC_CONCURRENT freed 297K, 10% free 3920K/4312K, paused 2ms+53ms, total 147ms
I/SystemServer( 5211): Connectivity Service
D/ConnectivityService( 5211): ConnectivityService starting up
D/ConnectivityService( 5211): wifiOnly=false
D/CommandListener( 4963): Setting iface cfg
D/CommandListener( 4963): Trying to bring up eth0
E/CommandListener( 4963): Error upping interface
F/SystemServer( 5211): BOOT FAILURE starting Connectivity Service
F/SystemServer( 5211): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 5211): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 5211): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 5211): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 5211): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 5211): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 5211): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 5211): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 5211): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 5211): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 5211): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 5211): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 5211): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 5211): ... 5 more
W/SystemServer( 5211): ***********************************************
I/SystemServer( 5211): Network Service Discovery Service
D/NsdService( 5211): Network service discovery enabled true
I/SystemServer( 5211): UpdateLock Service
I/SystemServer( 5211): Notification Manager
I/SystemServer( 5211): Device Storage Monitor
I/SystemServer( 5211): Location Manager
I/SystemServer( 5211): Country Detector
I/SystemServer( 5211): Search Service
I/SystemServer( 5211): DropBox Service
I/SystemServer( 5211): Wallpaper Service
I/SystemServer( 5211): Audio Service
D/WifiHW ( 5211): Unable to unload driver module "8723as": No such file or directory
I/AudioService( 5211): Remote Control registerMediaButtonIntent() for PendingIntent{41e635e0: PendingIntentRecord{41e634e8 android broadcastIntent}}
D/dalvikvm( 5211): GC_CONCURRENT freed 344K, 10% free 4091K/4528K, paused 7ms+10ms, total 144ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 11ms
I/SystemServer( 5211): Dock Observer
W/DockObserver( 5211): This kernel does not have dock station support
I/SystemServer( 5211): Wired Accessory Manager
W/WiredAccessoryManager( 5211): This kernel does not have HDMI audio support
I/SystemServer( 5211): USB Service
I/SystemServer( 5211): Serial Service
I/SystemServer( 5211): Twilight Service
I/SystemServer( 5211): UI Mode Manager Service
I/SystemServer( 5211): Backup Service
V/BackupManagerService( 5211): Initializing package tracking
V/BackupManagerService( 5211): No ancestral data
V/BackupManagerService( 5211): addPackageParticipantsLocked: all
I/BackupManagerService( 5211): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 5211): Now staging backup of com.android.calendar
I/BackupManagerService( 5211): Scheduling backup for new app com.android.browser
D/BackupManagerService( 5211): Now staging backup of com.android.browser
I/BackupManagerService( 5211): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 5211): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 5211): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 5211): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 5211): Scheduling backup for new app android
D/BackupManagerService( 5211): Now staging backup of android
I/BackupManagerService( 5211): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 5211): Now staging backup of com.android.providers.settings
V/BackupManagerService( 5211): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41ded2e0
V/BackupManagerService( 5211): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 5211): Google transport not present
I/BackupManagerService( 5211): Found stale backup journal, scheduling
I/BackupManagerService( 5211): com.android.calendar
I/BackupManagerService( 5211): com.android.browser
I/BackupManagerService( 5211): com.android.providers.userdictionary
I/BackupManagerService( 5211): com.android.sharedstoragebackup
I/BackupManagerService( 5211): android
I/BackupManagerService( 5211): com.android.providers.settings
I/BackupManagerService( 5211): Backup enabled => false
I/BackupManagerService( 5211): Opting out of backup
I/SystemServer( 5211): AppWidget Service
I/SystemServer( 5211): Recognition Service
I/SystemServer( 5211): DiskStats Service
I/SystemServer( 5211): SamplingProfiler Service
I/SystemServer( 5211): NetworkTimeUpdateService
I/SystemServer( 5211): CommonTimeManagementService
I/SystemServer( 5211): CertBlacklister
I/SystemServer( 5211): Dreams Service
I/WindowManager( 5211): SAFE MODE not enabled
D/dalvikvm( 5211): JIT started for system_server
I/SystemServer( 5211): IdleMaintenanceService
E/cutils-trace( 5291): Error opening trace file: No such file or directory (2)
I/SWITCHPROFILE( 5211): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 5211): setprop: sys.interactive = active
D/PowerManagerService-JNI( 5211): Excessive delay in setInteractive(true) while turning screen on: 28ms
I/ActivityManager( 5211): System now ready
I/SystemServer( 5211): Making services ready
I/Zygote ( 5211): Process: zygote socket opened
I/ActivityManager( 5211): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=5298 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 5211): enabling bandwidth control
W/MountService( 5211): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/dalvikvm( 5211): GC_CONCURRENT freed 221K, 7% free 4375K/4696K, paused 7ms+29ms, total 417ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 306ms
D/SystemUIService( 5298): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
E/cutils-trace( 5328): Error opening trace file: No such file or directory (2)
D/SystemUIService( 5298): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41ca2038
E/NetdConnector( 5211): NDC Command {4 bandwidth enable} took too long (624ms)
I/StatusBarManagerService( 5211): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41e46618
D/PhoneStatusBar( 5298): mSettingsPanelGravity = 8388661
W/SystemServer( 5211): ***********************************************
F/SystemServer( 5211): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 5211): java.lang.NullPointerException
F/SystemServer( 5211): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 5211): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 5211): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 5211): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 5211): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 5211): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 5211): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 5211): GC_CONCURRENT freed 356K, 10% free 4531K/4980K, paused 3ms+13ms, total 142ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 90ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 91ms
D/dalvikvm( 5211): GC_CONCURRENT freed 338K, 9% free 4705K/5136K, paused 5ms+6ms, total 138ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 100ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 98ms
D/dalvikvm( 5298): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 76ms, total 77ms
E/cutils-trace( 5346): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5211): GC_FOR_ALLOC freed 304K, 13% free 4673K/5328K, paused 83ms, total 84ms
D/dalvikvm( 5298): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 100ms, total 100ms
D/dalvikvm( 5211): GC_FOR_ALLOC freed 62K, 11% free 4751K/5328K, paused 158ms, total 158ms
D/dalvikvm( 5298): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 3ms+19ms, total 118ms
D/dalvikvm( 5298): WAIT_FOR_CONCURRENT_GC blocked 61ms
D/dalvikvm( 5211): GC_CONCURRENT freed 402K, 10% free 4905K/5408K, paused 3ms+11ms, total 161ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 92ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 93ms
D/AndroidRuntime( 5298): Shutting down VM
E/cutils-trace( 5350): Error opening trace file: No such file or directory (2)
W/dalvikvm( 5298): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/AndroidRuntime( 5298): FATAL EXCEPTION: main
E/AndroidRuntime( 5298): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5298): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5298): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5298): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5298): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5298): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5298): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5298): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5298): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5298): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5298): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5298): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5298): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5298): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5298): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5298): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5298): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5298): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5298): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 5298): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 5298): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 5298): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5298): ... 10 more
I/Choreographer( 5211): Skipped 150 frames! The application may be doing too much work on its main thread.
I/Process ( 5298): Sending signal. PID: 5298 SIG: 9
I/ActivityManager( 5211): Process com.android.systemui (pid 5298) has died.
W/ActivityManager( 5211): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 5211): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 5211): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=5354 uid=10018 gids={50018, 1028}
I/ActivityManager( 5211): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=5358 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 5211): GC_CONCURRENT freed 479K, 11% free 5022K/5600K, paused 13ms+5ms, total 161ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 116ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 42ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 41ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 122ms
I/ActivityManager( 5211): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
V/KeyguardHostView( 5211): music state changed: 0
E/UsbHostManagerJNI( 5211): usb_device_open failed
E/cutils-trace( 5383): Error opening trace file: No such file or directory (2)
D/SystemUIService( 5358): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 5358): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41ca3c20
V/TAG ( 5211): bug 7643792: fitSystemWindows([0,0][0,0])
W/RecognitionManagerService( 5211): no available voice recognition services found for user 0
I/StatusBarManagerService( 5211): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41ed4bc8
W/InputMethodManagerService( 5211): Ignoring setImeWindowStatus of uid 1000 token: null
D/PhoneStatusBar( 5358): mSettingsPanelGravity = 8388661
W/ResourceType( 5211): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 5211): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=5389 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 5211): Adding window token: android.os.Binder@41f4ce40
F/SystemServer( 5211): BOOT FAILURE making Location Service ready
F/SystemServer( 5211): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 5211): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 5211): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 5211): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 5211): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 5211): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 5211): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 5211): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 5211): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 5211): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 5211): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 5211): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 5211): ***********************************************
I/CommonTimeManagementService( 5211): No common time service detected on this platform. Common time services will be unavailable.
E/cutils-trace( 5409): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5211): GC_CONCURRENT freed 505K, 11% free 5141K/5744K, paused 75ms+222ms, total 488ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 348ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 21ms
I/InputReader( 5211): Reconfiguring input devices. changes=0x00000020
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 24ms
I/ActivityManager( 5211): Start proc com.android.phone for added application com.android.phone: pid=5412 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/InputReader( 5211): Reconfiguring input devices. changes=0x00000010
I/SystemServer( 5211): Enabled StrictMode for system server main thread.
D/dalvikvm( 5358): GC_FOR_ALLOC freed 167K, 9% free 2694K/2952K, paused 86ms, total 87ms
D/dalvikvm( 5358): GC_FOR_ALLOC freed 4K, 9% free 2965K/3228K, paused 27ms, total 27ms
D/dalvikvm( 5354): GC_CONCURRENT freed 212K, 10% free 2721K/3020K, paused 8ms+21ms, total 39ms
I/LatinIME( 5389): Hardware accelerated drawing: false
D/AndroidRuntime( 5389): Shutting down VM
W/dalvikvm( 5389): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/AndroidRuntime( 5389): FATAL EXCEPTION: main
E/AndroidRuntime( 5389): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5389): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5389): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5389): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5389): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5389): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5389): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5389): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5389): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5389): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5389): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5389): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5389): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5389): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5389): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5389): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5389): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5389): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5389): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5389): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 5389): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 5389): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 5389): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5389): ... 10 more
D/dalvikvm( 5358): GC_CONCURRENT freed 395K, 16% free 2989K/3556K, paused 2ms+6ms, total 95ms
D/dalvikvm( 5358): WAIT_FOR_CONCURRENT_GC blocked 40ms
D/dalvikvm( 5211): GC_FOR_ALLOC freed 417K, 11% free 5219K/5860K, paused 179ms, total 179ms
I/Process ( 5389): Sending signal. PID: 5389 SIG: 9
W/ResourceType( 5211): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ProcessStats( 5211): Skipping unknown process pid 5389
E/cutils-trace( 5428): Error opening trace file: No such file or directory (2)
W/ProcessStats( 5211): Skipping unknown process pid 5409
W/TelephonyProvider( 5412): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityManager( 5211): Process com.android.inputmethod.latin (pid 5389) has died.
I/AudioService( 5211): Remote Control registerMediaButtonIntent() for PendingIntent{41ed4328: PendingIntentRecord{41e634e8 android broadcastIntent}}
W/ActivityManager( 5211): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
D/dalvikvm( 5211): GREF has increased to 301
D/AndroidRuntime( 5358): Shutting down VM
W/dalvikvm( 5358): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
D/AndroidRuntime( 5412): Shutting down VM
W/dalvikvm( 5412): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/AndroidRuntime( 5358): FATAL EXCEPTION: main
E/AndroidRuntime( 5358): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5358): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5358): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5358): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5358): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5358): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5358): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5358): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5358): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5358): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5358): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5358): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5358): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5358): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5358): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5358): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5358): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5358): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5358): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 5358): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 5358): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 5358): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5358): ... 10 more
E/AndroidRuntime( 5412): FATAL EXCEPTION: main
E/AndroidRuntime( 5412): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5412): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 5412): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 5412): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 5412): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5412): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5412): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5412): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5412): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5412): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5412): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5412): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5412): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5412): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5412): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5412): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5412): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5412): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5412): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5412): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5412): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 5412): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 5412): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 5412): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 5412): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 5412): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 5412): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 5412): ... 10 more
D/dalvikvm( 5211): GC_CONCURRENT freed 483K, 10% free 5410K/5992K, paused 3ms+46ms, total 230ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 201ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 201ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 187ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 169ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm( 5211): WAIT_FOR_CONCURRENT_GC blocked 16ms
W/WindowManager( 5211): Window freeze timeout expired.
W/WindowManager( 5211): Force clearing orientation change: Window{41e4dca8 u0 Keyguard}
V/KeyguardHostView( 5211): music state changed: 0
I/Process ( 5412): Sending signal. PID: 5412 SIG: 9
I/Process ( 5358): Sending signal. PID: 5358 SIG: 9
I/ActivityManager( 5211): Process com.android.phone (pid 5412) has died.
I/ActivityManager( 5211): Start proc com.android.phone for restart com.android.phone: pid=5435 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/ActivityManager( 5211): Process com.android.systemui (pid 5358) has died.
W/ActivityManager( 5211): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 5211): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 5211): Start proc com.android.systemui for restart com.android.systemui: pid=5439 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
V/TAG ( 5211): bug 7643792: fitSystemWindows([0,0][0,0])
E/BluetoothAdapter( 5211): Bluetooth binder is null
W/dalvikvm( 5211): threadid=41: thread exiting with uncaught exception (group=0x41a1c700)
I/Choreographer( 5211): Skipped 150 frames! The application may be doing too much work on its main thread.
E/BluetoothAdapter( 5211): Bluetooth binder is null
V/WiredAccessoryManager( 5211): init()
W/WiredAccessoryManager( 5211): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
E/cutils-trace( 5470): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5354): GC_FOR_ALLOC freed 127K, 7% free 2882K/3096K, paused 185ms, total 196ms
I/dalvikvm-heap( 5354): Grow heap (frag case) to 3.506MB for 640016-byte allocation
D/dalvikvm( 5354): GC_CONCURRENT freed 12K, 7% free 3495K/3724K, paused 3ms+2ms, total 109ms
D/dalvikvm( 5354): WAIT_FOR_CONCURRENT_GC blocked 106ms
W/TelephonyProvider( 5435): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/AndroidRuntime( 5211): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 5211): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5211): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5211): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5211): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5211): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5211): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5211): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 5211): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 5211): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 5211): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 5211): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5211): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5211): at android.os.HandlerThread.run(HandlerThread.java:61)
D/dalvikvm( 5211): GC_CONCURRENT freed 679K, 13% free 5364K/6144K, paused 14ms+75ms, total 376ms
D/SystemUIService( 5439): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/AndroidRuntime( 5435): Shutting down VM
W/dalvikvm( 5435): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/AndroidRuntime( 5435): FATAL EXCEPTION: main
E/AndroidRuntime( 5435): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5435): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 5435): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 5435): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 5435): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5435): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5435): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5435): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5435): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5435): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5435): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5435): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5435): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5435): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5435): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5435): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5435): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5435): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5435): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5435): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5435): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 5435): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 5435): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 5435): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 5435): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 5435): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 5435): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 5435): ... 10 more
D/SystemUIService( 5439): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41ca8610
D/dalvikvm( 5211): GC_FOR_ALLOC freed 31K, 13% free 5349K/6144K, paused 109ms, total 109ms
I/dalvikvm-heap( 5211): Grow heap (frag case) to 5.632MB for 335032-byte allocation
D/dalvikvm( 5211): GC_FOR_ALLOC freed <1K, 13% free 5676K/6472K, paused 57ms, total 57ms
I/StatusBarManagerService( 5211): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41f59980
W/ActivityManager( 5211): Process com.android.phone has crashed too many times: killing!
I/Process ( 5435): Sending signal. PID: 5435 SIG: 9
D/PhoneStatusBar( 5439): mSettingsPanelGravity = 8388661
E/cutils-trace( 5495): Error opening trace file: No such file or directory (2)
I/ActivityManager( 5211): Process com.android.phone (pid 5435) has died.
I/ActivityManager( 5211): Start proc com.android.phone for restart com.android.phone: pid=5498 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 5354): GC_CONCURRENT freed 659K, 21% free 3247K/4076K, paused 8ms+3ms, total 239ms
D/dalvikvm( 5354): WAIT_FOR_CONCURRENT_GC blocked 91ms
I/Choreographer( 5211): Skipped 74 frames! The application may be doing too much work on its main thread.
V/KeyguardHostView( 5211): hide transport, gen:3
V/KeyguardHostView( 5211): update widget: transport state changed
W/TelephonyProvider( 5498): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/AndroidRuntime( 5498): Shutting down VM
W/dalvikvm( 5498): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/AndroidRuntime( 5498): FATAL EXCEPTION: main
E/AndroidRuntime( 5498): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5498): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 5498): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 5498): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 5498): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5498): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5498): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5498): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5498): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5498): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5498): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5498): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5498): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5498): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5498): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5498): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5498): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5498): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5498): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5498): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5498): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 5498): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 5498): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 5498): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 5498): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 5498): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 5498): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 5498): ... 10 more
I/Process ( 5498): Sending signal. PID: 5498 SIG: 9
W/ActivityManager( 5211): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 5211): Process com.android.phone (pid 5498) has died.
I/ActivityManager( 5211): Start proc com.android.phone for restart com.android.phone: pid=5514 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 4964): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+8ms, total 54ms
D/dalvikvm( 4964): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 3ms+5ms, total 63ms
D/dalvikvm( 5439): GC_FOR_ALLOC freed 184K, 10% free 2698K/2972K, paused 203ms, total 209ms
D/dalvikvm( 4964): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 5ms+5ms, total 65ms
D/dalvikvm( 5439): GC_FOR_ALLOC freed 4K, 9% free 2969K/3248K, paused 102ms, total 102ms
E/cutils-trace( 5528): Error opening trace file: No such file or directory (2)
I/Process ( 5211): Sending signal. PID: 5211 SIG: 9
W/TelephonyProvider( 5514): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/SearchManager( 5354): getGlobalSearchActivity() failed: android.os.DeadObjectException
W/AudioFlinger( 4962): power manager service died !!!
E/SearchManager( 5354): getGlobalSearchActivity() failed: android.os.DeadObjectException
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
D/AndroidRuntime( 5354): Shutting down VM
W/dalvikvm( 5354): threadid=1: thread exiting with uncaught exception (group=0x41a1c700)
E/DisplayManager( 5439): Could not get display information from display manager.
E/DisplayManager( 5439): android.os.DeadObjectException
E/DisplayManager( 5439): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 5439): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 5439): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 5439): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 5439): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 5439): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 5439): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/DisplayManager( 5439): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 5439): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 5439): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 5439): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 5439): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 5439): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 5439): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 5439): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 5439): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 5439): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 5439): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 5439): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 5439): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 5439): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 5439): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 5439): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 4964): Exit zygote because system server (5211) has terminated
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/Netd ( 5534): Netd 1.0 starting
W/InterfaceController( 5534): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 5533): ServiceManager: 0x40a5bfb8
I/AudioFlinger( 5533): Using default 3000 mSec as standby time.
I/CameraService( 5533): CameraService started (pid=5533)
I/CameraService( 5533): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 5533): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 5533): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 5533): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 5533): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 5533): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 5533): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 5533): out rate 44100
W/audio_hw_primary( 5533): in rate 0, channels 0 format 0
I/AudioFlinger( 5533): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 5533): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 5533): opened out stream...1074213368
I/AudioFlinger( 5533): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 5533): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 5533): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 5535):
D/AndroidRuntime( 5535): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 5535): CheckJNI is ON
I/AndroidRuntime( 5535): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 5535): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 5535): Added shared lib libjavacore.so 0x0
D/dalvikvm( 5535): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 5535): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 5535): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 5535): Profiling disabled.
I/Zygote ( 5535): Preloading classes...
E/cutils-trace( 5535): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+1ms, total 7ms
E/cutils-trace( 5590): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 29ms
D/dalvikvm( 5535): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 5535): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+1ms, total 26ms
D/dalvikvm( 5535): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 17ms
D/dalvikvm( 5535): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 24ms
D/dalvikvm( 5535): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+1ms, total 24ms
D/dalvikvm( 5535): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+0ms, total 32ms
D/dalvikvm( 5535): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 3ms+0ms, total 22ms
D/TextLayoutCache( 5535): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 5535): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 5535): register_android_mtp_MtpDevice
I/dalvikvm( 5535): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 5535): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 5535): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 5535): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 1ms+0ms, total 19ms
D/dalvikvm( 5535): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+0ms, total 43ms
E/cutils-trace( 5630): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 7ms, total 30ms
D/dalvikvm( 5535): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 0ms+0ms, total 30ms
D/dalvikvm( 5535): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+1ms, total 41ms
D/dalvikvm( 5535): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 5ms+1ms, total 31ms
D/dalvikvm( 5535): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+1ms, total 37ms
D/dalvikvm( 5535): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 4ms+4ms, total 59ms
D/dalvikvm( 5535): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 4ms+1ms, total 47ms
E/cutils-trace( 5671): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 36ms
D/dalvikvm( 5535): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 63ms
I/dalvikvm( 5535): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 5535): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 5535): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 32ms
D/dalvikvm( 5535): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 40ms
D/dalvikvm( 5535): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 3ms+3ms, total 58ms
D/dalvikvm( 5535): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 4ms+9ms, total 53ms
D/dalvikvm( 5535): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 60ms
E/cutils-trace( 5711): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 31ms+1ms, total 71ms
D/dalvikvm( 5535): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 51ms
D/dalvikvm( 5535): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+23ms, total 54ms
D/dalvikvm( 5535): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+2ms, total 67ms
D/dalvikvm( 5535): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+1ms, total 46ms
D/dalvikvm( 5535): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+1ms, total 69ms
I/System ( 5535): Loaded time zone names for "" in 308ms (296ms in ICU)
I/System ( 5535): Loaded time zone names for "en_US" in 223ms (203ms in ICU)
D/dalvikvm( 5535): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 3ms+1ms, total 59ms
E/cutils-trace( 5751): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+2ms, total 57ms
E/Netd ( 5534): Unable to create netlink socket: Protocol not supported
E/Netd ( 5534): Unable to open quota2 logging socket
D/MDnsDS ( 5534): MDnsSdListener::Hander starting up
D/MDnsDS ( 5534): MDnsSdListener starting to monitor
D/MDnsDS ( 5534): Going to poll with pollCount 1
D/dalvikvm( 5535): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 28ms
D/dalvikvm( 5535): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+2ms, total 48ms
D/dalvikvm( 5535): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 11ms+1ms, total 36ms
D/dalvikvm( 5535): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 1ms+11ms, total 35ms
D/dalvikvm( 5535): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+2ms, total 45ms
I/Zygote ( 5535): ...preloaded 2879 classes in 4861ms.
D/dalvikvm( 5535): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+5ms, total 35ms
I/Zygote ( 5535): Preloading resources...
W/Resources( 5535): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 5ms+2ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+2ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+2ms, total 26ms
W/Resources( 5535): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+1ms, total 29ms
W/Resources( 5535): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+2ms, total 26ms
W/Resources( 5535): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 34ms
W/Resources( 5535): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+5ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+2ms, total 23ms
W/Resources( 5535): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 44ms
W/Resources( 5535): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
E/cutils-trace( 5767): Error opening trace file: No such file or directory (2)
W/Resources( 5535): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+1ms, total 39ms
W/Resources( 5535): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+2ms, total 39ms
W/Resources( 5535): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 43ms
W/Resources( 5535): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+12ms, total 32ms
W/Resources( 5535): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+12ms, total 39ms
W/Resources( 5535): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 1ms+2ms, total 29ms
W/Resources( 5535): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+5ms, total 29ms
W/Resources( 5535): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 1ms+2ms, total 30ms
W/Resources( 5535): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+2ms, total 28ms
W/Resources( 5535): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+6ms, total 33ms
W/Resources( 5535): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+1ms, total 28ms
W/Resources( 5535): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 3ms+2ms, total 32ms
W/Resources( 5535): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 2ms+1ms, total 32ms
W/Resources( 5535): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
E/cutils-trace( 5771): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+1ms, total 41ms
W/Resources( 5535): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+1ms, total 34ms
W/Resources( 5535): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+1ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+1ms, total 33ms
W/Resources( 5535): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 1ms+11ms, total 37ms
W/Resources( 5535): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 2ms+17ms, total 38ms
W/Resources( 5535): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 4ms+2ms, total 31ms
W/Resources( 5535): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+1ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 1ms+2ms, total 33ms
W/Resources( 5535): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+2ms, total 26ms
W/Resources( 5535): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+1ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+1ms, total 28ms
W/Resources( 5535): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+2ms, total 38ms
W/Resources( 5535): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+10ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+1ms, total 23ms
W/Resources( 5535): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
E/cutils-trace( 5775): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+20ms, total 43ms
W/Resources( 5535): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 2ms+2ms, total 39ms
W/Resources( 5535): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 1ms+1ms, total 42ms
W/Resources( 5535): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 1ms+2ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 1ms+1ms, total 38ms
W/Resources( 5535): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 5ms+4ms, total 37ms
W/Resources( 5535): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 4ms+3ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 6ms+2ms, total 34ms
W/Resources( 5535): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+1ms, total 29ms
W/Resources( 5535): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 35ms
W/Resources( 5535): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 5535): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 5535): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 5535): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 5535): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 5535): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+8ms, total 42ms
W/Resources( 5535): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 5535): ...preloaded 274 resources in 3346ms.
I/Zygote ( 5535): ...preloaded 31 resources in 17ms.
D/dalvikvm( 5535): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 19ms
D/dalvikvm( 5535): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+1ms, total 37ms
E/cutils-trace( 5779): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5535): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+1ms, total 35ms
I/dalvikvm( 5535): System server process 5782 has been created
I/Zygote ( 5535): Accepting command socket connections
E/BatteryService( 5782): No charger supplies found
I/sysproc ( 5782): Entered system_init()
I/sysproc ( 5782): ServiceManager: 0x40092fb8
D/SensorService( 5782): nuSensorService starting...
E/SensorService( 5782): couldn't load sensors module (No such file or directory)
I/sysproc ( 5782): System server: starting Android runtime.
I/sysproc ( 5782): System server: starting Android services.
I/sysproc ( 5782): System server: entering thread pool.
I/SystemServer( 5782): Entered the Android system server!
I/SystemServer( 5782): Enabled StrictMode logging for UI Looper
I/installd( 2102): new connection
E/SWITCHPROFILE( 5782): setprop: sys.interactive = active
I/SystemServer( 5782): Waiting for installd to be ready.
I/Installer( 5782): connecting...
I/SystemServer( 5782): Power Manager
I/SystemServer( 5782): Activity Manager
I/SystemServer( 5782): Enabled StrictMode logging for WM Looper
I/ActivityManager( 5782): Memory class: 64
W/UsageStats( 5782): Usage stats version changed; dropping
I/AppOps ( 5782): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 5782): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 5782): Display Manager
I/DisplayManagerService( 5782): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 5782): Telephony Registry
I/SystemServer( 5782): Scheduling Policy
I/SystemServer( 5782): Package Manager
D/dalvikvm( 5782): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 3ms+2ms, total 45ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 9ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 380K, 18% free 2727K/3324K, paused 20ms, total 20ms
D/SELinuxMMAC( 5782): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 5782): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 5805): Error opening trace file: No such file or directory (2)
W/PackageManager( 5782): Running ENG build: no pre-dexopt!
I/AudioFlinger( 5533): Using module 1 has the primary audio interface
I/AudioFlinger( 5533): AudioFlinger's thread 0x40b91008 ready to run
W/audio_hw_primary( 5533): out_set_parameters routing=2, ret 1, out 1074213368
I/audio_a2dp_hw( 5533): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 5533): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 5533): adev_open(name=audio_hw_if)
I/r_submix( 5533): adev_init_check()
I/AudioFlinger( 5533): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 5533): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 5533): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 5782): GC_CONCURRENT freed 258K, 12% free 2946K/3324K, paused 2ms+57ms, total 147ms
W/PackageParser( 5782): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 5782): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 5782): GC_CONCURRENT freed 160K, 8% free 3244K/3492K, paused 7ms+14ms, total 80ms
W/PackageParser( 5782): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 5811): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5782): GC_CONCURRENT freed 250K, 9% free 3473K/3808K, paused 3ms+34ms, total 79ms
D/dalvikvm( 5782): GC_CONCURRENT freed 264K, 9% free 3687K/4032K, paused 3ms+9ms, total 97ms
D/PackageManager( 5782): No files in app dir /vendor/app
W/PackageManager( 5782): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 5782): Time to scan packages: 1.148 seconds
W/PackageManager( 5782): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 5782): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5782): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 5782): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 5782): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 5782): GC_EXPLICIT freed 414K, 14% free 3586K/4148K, paused 3ms+2ms, total 49ms
I/SystemServer( 5782): Entropy Mixer
I/EntropyMixer( 5782): Writing entropy...
I/SystemServer( 5782): User Service
I/SystemServer( 5782): Account Manager
I/SystemServer( 5782): Content Manager
I/SystemServer( 5782): System Content Providers
I/lights ( 5782): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 5782): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 5782): Lights Service
I/SystemServer( 5782): Battery Service
I/SystemServer( 5782): Vibrator Service
E/cutils-trace( 5817): Error opening trace file: No such file or directory (2)
I/libsuspend( 5782): Selected early suspend
I/libsuspend( 5782): Starting early suspend unblocker thread
I/SWITCHPROFILE( 5782): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 5782): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
D/SurfaceControl( 5782): Excessive delay in unblankDisplay() while turning screen on: 155ms
I/SystemServer( 5782): Alarm Manager
I/SystemServer( 5782): Init Watchdog
I/SystemServer( 5782): Input Manager
I/InputManager( 5782): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 5782): Window Manager
I/WindowManager( 5782): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 5533): Error opening trace file: No such file or directory (2)
I/InputManager( 5782): Starting input manager
I/SystemServer( 5782): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 5782): Input Method Service
W/InputMethodManagerService( 5782): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 5782): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 5782): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 5782): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 5782): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 5782): GC_CONCURRENT freed 308K, 10% free 3788K/4192K, paused 4ms+13ms, total 181ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 64ms
W/ResourceType( 5782): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 5782): Accessibility Manager
I/InputReader( 5782): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 5782): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 5782): Mount Service
D/MountService( 5782): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 5782): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 5782): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 5782): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 5782): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 5782): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 5782): LockSettingsService
I/SystemServer( 5782): Device Policy
I/SystemServer( 5782): Status Bar
I/SystemServer( 5782): Clipboard Service
I/SystemServer( 5782): NetworkManagement Service
D/dalvikvm( 5782): GREF has increased to 201
I/SystemServer( 5782): Text Service Manager Service
I/SystemServer( 5782): NetworkStats Service
I/SystemServer( 5782): NetworkPolicy Service
D/MountService( 5782): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 5782): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 5782): Wi-Fi P2pService
I/PackageManager( 5782): No secure containers on sdcard
I/SystemServer( 5782): Wi-Fi Service
W/PackageManager( 5782): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 5782): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5782): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 5782): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 5782): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 5782): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer( 5782): Connectivity Service
D/dalvikvm( 5782): GC_CONCURRENT freed 305K, 10% free 3965K/4364K, paused 4ms+16ms, total 80ms
E/cutils-trace( 5849): Error opening trace file: No such file or directory (2)
D/ConnectivityService( 5782): ConnectivityService starting up
D/ConnectivityService( 5782): wifiOnly=false
D/CommandListener( 5534): Setting iface cfg
D/CommandListener( 5534): Trying to bring up eth0
E/CommandListener( 5534): Error upping interface
W/SystemServer( 5782): ***********************************************
F/SystemServer( 5782): BOOT FAILURE starting Connectivity Service
F/SystemServer( 5782): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 5782): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 5782): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 5782): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 5782): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 5782): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 5782): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 5782): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 5782): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 5782): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 5782): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 5782): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 5782): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 5782): ... 5 more
I/SystemServer( 5782): Network Service Discovery Service
D/NsdService( 5782): Network service discovery enabled true
I/SystemServer( 5782): UpdateLock Service
D/WifiHW ( 5782): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 5782): Notification Manager
I/SystemServer( 5782): Device Storage Monitor
I/SystemServer( 5782): Location Manager
I/SystemServer( 5782): Country Detector
I/SystemServer( 5782): Search Service
I/SystemServer( 5782): DropBox Service
I/SystemServer( 5782): Wallpaper Service
I/SystemServer( 5782): Audio Service
I/AudioService( 5782): Remote Control registerMediaButtonIntent() for PendingIntent{41a0bf50: PendingIntentRecord{41b6af00 android broadcastIntent}}
I/SystemServer( 5782): Dock Observer
W/DockObserver( 5782): This kernel does not have dock station support
I/SystemServer( 5782): Wired Accessory Manager
W/WiredAccessoryManager( 5782): This kernel does not have HDMI audio support
I/SystemServer( 5782): USB Service
D/dalvikvm( 5782): GC_CONCURRENT freed 391K, 11% free 4088K/4572K, paused 3ms+3ms, total 150ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 10ms
I/SystemServer( 5782): Serial Service
I/SystemServer( 5782): Twilight Service
I/SystemServer( 5782): UI Mode Manager Service
I/SystemServer( 5782): Backup Service
V/BackupManagerService( 5782): Initializing package tracking
V/BackupManagerService( 5782): No ancestral data
V/BackupManagerService( 5782): addPackageParticipantsLocked: all
I/BackupManagerService( 5782): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 5782): Now staging backup of com.android.calendar
I/BackupManagerService( 5782): Scheduling backup for new app com.android.browser
D/BackupManagerService( 5782): Now staging backup of com.android.browser
I/BackupManagerService( 5782): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 5782): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 5782): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 5782): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 5782): Scheduling backup for new app android
D/BackupManagerService( 5782): Now staging backup of android
I/BackupManagerService( 5782): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 5782): Now staging backup of com.android.providers.settings
V/BackupManagerService( 5782): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41ac7658
V/BackupManagerService( 5782): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 5782): Google transport not present
I/BackupManagerService( 5782): Found stale backup journal, scheduling
I/BackupManagerService( 5782): com.android.calendar
I/BackupManagerService( 5782): com.android.browser
I/BackupManagerService( 5782): com.android.providers.userdictionary
I/BackupManagerService( 5782): com.android.sharedstoragebackup
I/BackupManagerService( 5782): android
I/BackupManagerService( 5782): com.android.providers.settings
I/BackupManagerService( 5782): Backup enabled => false
I/BackupManagerService( 5782): Opting out of backup
I/SystemServer( 5782): AppWidget Service
I/SystemServer( 5782): Recognition Service
I/SystemServer( 5782): DiskStats Service
I/SystemServer( 5782): SamplingProfiler Service
I/SystemServer( 5782): NetworkTimeUpdateService
I/SystemServer( 5782): CommonTimeManagementService
I/SystemServer( 5782): CertBlacklister
I/SystemServer( 5782): Dreams Service
I/WindowManager( 5782): SAFE MODE not enabled
D/dalvikvm( 5782): JIT started for system_server
I/SystemServer( 5782): IdleMaintenanceService
I/SWITCHPROFILE( 5782): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 5782): setprop: sys.interactive = active
I/ActivityManager( 5782): System now ready
I/SystemServer( 5782): Making services ready
I/Zygote ( 5782): Process: zygote socket opened
I/ActivityManager( 5782): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=5866 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 5782): enabling bandwidth control
W/MountService( 5782): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
E/cutils-trace( 5868): Error opening trace file: No such file or directory (2)
D/SystemUIService( 5866): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 5866): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419ab038
W/SystemServer( 5782): ***********************************************
I/StatusBarManagerService( 5782): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b20688
F/SystemServer( 5782): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 5782): java.lang.NullPointerException
F/SystemServer( 5782): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 5782): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 5782): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 5782): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 5782): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 5782): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 5782): at com.android.server.ServerThread.run(SystemServer.java:866)
D/PhoneStatusBar( 5866): mSettingsPanelGravity = 8388661
D/dalvikvm( 5782): GC_CONCURRENT freed 201K, 7% free 4396K/4692K, paused 3ms+11ms, total 375ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 352ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm( 5782): GC_CONCURRENT freed 300K, 8% free 4607K/5000K, paused 7ms+13ms, total 145ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 95ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 97ms
E/cutils-trace( 5914): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5782): GC_CONCURRENT freed 485K, 12% free 4643K/5224K, paused 38ms+3ms, total 243ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 183ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 175ms
D/dalvikvm( 5866): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 102ms, total 103ms
D/dalvikvm( 5866): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 54ms, total 54ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 96K, 12% free 4622K/5224K, paused 80ms, total 88ms
I/dalvikvm-heap( 5782): Grow heap (frag case) to 4.660MB for 59552-byte allocation
D/dalvikvm( 5782): GC_FOR_ALLOC freed 3K, 12% free 4677K/5284K, paused 75ms, total 75ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed <1K, 12% free 4677K/5284K, paused 60ms, total 60ms
I/dalvikvm-heap( 5782): Grow heap (frag case) to 4.689MB for 33872-byte allocation
D/dalvikvm( 5782): GC_FOR_ALLOC freed 0K, 12% free 4710K/5320K, paused 52ms, total 52ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 58K, 13% free 4653K/5320K, paused 69ms, total 69ms
E/cutils-trace( 5918): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5866): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+36ms, total 90ms
D/dalvikvm( 5866): WAIT_FOR_CONCURRENT_GC blocked 77ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 10K, 12% free 4718K/5320K, paused 136ms, total 136ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 68K, 13% free 4704K/5356K, paused 152ms, total 154ms
D/dalvikvm( 5782): GC_FOR_ALLOC freed 55K, 12% free 4735K/5356K, paused 55ms, total 55ms
D/AndroidRuntime( 5866): Shutting down VM
W/dalvikvm( 5866): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 5866): FATAL EXCEPTION: main
E/AndroidRuntime( 5866): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5866): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5866): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5866): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5866): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5866): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5866): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5866): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5866): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5866): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5866): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5866): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5866): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5866): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5866): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5866): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5866): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5866): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5866): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 5866): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 5866): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 5866): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5866): ... 10 more
I/Process ( 5866): Sending signal. PID: 5866 SIG: 9
I/ActivityManager( 5782): Process com.android.systemui (pid 5866) has died.
W/ActivityManager( 5782): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 5782): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 5782): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=5922 uid=10018 gids={50018, 1028}
I/ActivityManager( 5782): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=5927 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 5947): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5782): GC_CONCURRENT freed 317K, 8% free 4971K/5388K, paused 3ms+4ms, total 195ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 137ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 138ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 132ms
I/Choreographer( 5782): Skipped 187 frames! The application may be doing too much work on its main thread.
D/SystemUIService( 5927): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/ActivityManager( 5782): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
D/SystemUIService( 5927): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419acaf0
E/UsbHostManagerJNI( 5782): usb_device_open failed
E/cutils-trace( 5954): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5782): GC_CONCURRENT freed 566K, 12% free 5017K/5680K, paused 75ms+4ms, total 254ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 179ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 165ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 31ms
W/RecognitionManagerService( 5782): no available voice recognition services found for user 0
I/StatusBarManagerService( 5782): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41a1d4c8
D/PhoneStatusBar( 5927): mSettingsPanelGravity = 8388661
V/KeyguardHostView( 5782): music state changed: 0
V/TAG ( 5782): bug 7643792: fitSystemWindows([0,0][0,0])
W/InputMethodManagerService( 5782): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 5782): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 5782): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=5959 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 5782): Adding window token: android.os.Binder@41bdd9f0
F/SystemServer( 5782): BOOT FAILURE making Location Service ready
F/SystemServer( 5782): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 5782): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 5782): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 5782): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 5782): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 5782): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 5782): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 5782): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 5782): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 5782): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 5782): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 5782): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 5782): ***********************************************
I/CommonTimeManagementService( 5782): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 5782): Reconfiguring input devices. changes=0x00000020
I/InputReader( 5782): Reconfiguring input devices. changes=0x00000010
E/cutils-trace( 5977): Error opening trace file: No such file or directory (2)
I/ActivityManager( 5782): Start proc com.android.phone for added application com.android.phone: pid=5982 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 5782): Enabled StrictMode for system server main thread.
D/dalvikvm( 5782): GC_CONCURRENT freed 497K, 11% free 5139K/5736K, paused 88ms+75ms, total 408ms
D/dalvikvm( 5782): WAIT_FOR_CONCURRENT_GC blocked 326ms
D/dalvikvm( 5927): GC_FOR_ALLOC freed 167K, 9% free 2689K/2948K, paused 120ms, total 194ms
I/LatinIME( 5959): Hardware accelerated drawing: false
D/dalvikvm( 5927): GC_FOR_ALLOC freed 5K, 9% free 2965K/3224K, paused 102ms, total 102ms
W/TelephonyProvider( 5982): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 5922): GC_CONCURRENT freed 213K, 10% free 2721K/3020K, paused 4ms+32ms, total 150ms
D/AndroidRuntime( 5959): Shutting down VM
W/dalvikvm( 5959): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 5959): FATAL EXCEPTION: main
E/AndroidRuntime( 5959): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5959): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5959): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5959): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5959): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5959): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5959): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5959): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5959): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5959): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5959): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5959): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5959): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5959): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5959): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5959): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5959): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5959): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5959): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5959): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 5959): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 5959): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 5959): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5959): ... 10 more
D/dalvikvm( 5782): GC_FOR_ALLOC freed 167K, 12% free 5242K/5892K, paused 158ms, total 159ms
D/dalvikvm( 5782): GREF has increased to 301
I/Process ( 5959): Sending signal. PID: 5959 SIG: 9
I/ActivityManager( 5782): Process com.android.inputmethod.latin (pid 5959) has died.
W/ActivityManager( 5782): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
W/ResourceType( 5782): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ProcessStats( 5782): Skipping unknown process pid 5959
E/cutils-trace( 6002): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 5982): Shutting down VM
W/dalvikvm( 5982): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 5982): FATAL EXCEPTION: main
E/AndroidRuntime( 5982): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5982): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 5982): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 5982): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 5982): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5982): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5982): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5982): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5982): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5982): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5982): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5982): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5982): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5982): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5982): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5982): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5982): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5982): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5982): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5982): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5982): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 5982): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 5982): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 5982): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 5982): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 5982): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 5982): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 5982): ... 10 more
D/dalvikvm( 5927): GC_CONCURRENT freed 394K, 16% free 2986K/3552K, paused 4ms+134ms, total 224ms
D/dalvikvm( 5927): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/Process ( 5982): Sending signal. PID: 5982 SIG: 9
I/ActivityManager( 5782): Process com.android.phone (pid 5982) has died.
D/dalvikvm( 5782): GC_CONCURRENT freed 500K, 11% free 5377K/5988K, paused 41ms+117ms, total 352ms
I/ActivityManager( 5782): Start proc com.android.phone for restart com.android.phone: pid=6007 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
V/KeyguardHostView( 5782): music state changed: 0
D/AndroidRuntime( 5927): Shutting down VM
W/dalvikvm( 5927): threadid=1: thread exiting with uncaught exception (group=0x41725700)
V/TAG ( 5782): bug 7643792: fitSystemWindows([0,0][0,0])
E/AndroidRuntime( 5927): FATAL EXCEPTION: main
E/AndroidRuntime( 5927): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5927): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 5927): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 5927): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 5927): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5927): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5927): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5927): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5927): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5927): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5927): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5927): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5927): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5927): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5927): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5927): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5927): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5927): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5927): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 5927): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 5927): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 5927): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 5927): ... 10 more
W/WindowManager( 5782): Window freeze timeout expired.
W/WindowManager( 5782): Force clearing orientation change: Window{41b73ef0 u0 Keyguard}
I/Process ( 5927): Sending signal. PID: 5927 SIG: 9
I/ActivityManager( 5782): Process com.android.systemui (pid 5927) has died.
W/ActivityManager( 5782): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 5782): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 5782): Start proc com.android.systemui for restart com.android.systemui: pid=6021 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
I/AudioService( 5782): Remote Control registerMediaButtonIntent() for PendingIntent{41b69f58: PendingIntentRecord{41b6af00 android broadcastIntent}}
I/Choreographer( 5782): Skipped 134 frames! The application may be doing too much work on its main thread.
W/TelephonyProvider( 6007): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace( 6035): Error opening trace file: No such file or directory (2)
D/dalvikvm( 5782): GC_FOR_ALLOC freed 555K, 11% free 5388K/6040K, paused 200ms, total 201ms
I/dalvikvm-heap( 5782): Grow heap (frag case) to 5.669MB for 335032-byte allocation
D/dalvikvm( 5782): GC_FOR_ALLOC freed 9K, 11% free 5705K/6368K, paused 133ms, total 133ms
I/Choreographer( 5782): Skipped 34 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 5922): GC_FOR_ALLOC freed 127K, 7% free 2882K/3096K, paused 123ms, total 127ms
I/dalvikvm-heap( 5922): Grow heap (frag case) to 3.505MB for 640016-byte allocation
D/dalvikvm( 5922): GC_CONCURRENT freed 12K, 7% free 3495K/3724K, paused 2ms+1ms, total 37ms
D/AndroidRuntime( 6007): Shutting down VM
W/dalvikvm( 6007): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/BluetoothAdapter( 5782): Bluetooth binder is null
E/BluetoothAdapter( 5782): Bluetooth binder is null
V/WiredAccessoryManager( 5782): init()
E/AndroidRuntime( 6007): FATAL EXCEPTION: main
E/AndroidRuntime( 6007): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6007): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6007): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6007): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6007): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6007): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6007): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6007): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6007): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6007): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6007): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6007): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6007): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6007): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6007): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6007): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6007): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6007): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6007): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6007): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6007): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 6007): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 6007): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6007): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6007): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6007): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6007): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6007): ... 10 more
W/WiredAccessoryManager( 5782): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
D/SystemUIService( 6021): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
W/ActivityManager( 5782): Process com.android.phone has crashed too many times: killing!
I/Process ( 6007): Sending signal. PID: 6007 SIG: 9
I/ActivityManager( 5782): Process com.android.phone (pid 6007) has died.
I/ActivityManager( 5782): Start proc com.android.phone for restart com.android.phone: pid=6050 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 6021): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419b49a8
W/dalvikvm( 5782): threadid=41: thread exiting with uncaught exception (group=0x41725700)
I/StatusBarManagerService( 5782): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b22228
D/dalvikvm( 5922): GC_CONCURRENT freed 656K, 21% free 3245K/4076K, paused 10ms+58ms, total 235ms
D/PhoneStatusBar( 6021): mSettingsPanelGravity = 8388661
E/cutils-trace( 6068): Error opening trace file: No such file or directory (2)
W/TelephonyProvider( 6050): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/AndroidRuntime( 6050): Shutting down VM
W/dalvikvm( 6050): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 6050): FATAL EXCEPTION: main
E/AndroidRuntime( 6050): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6050): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6050): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6050): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6050): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6050): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6050): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6050): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6050): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6050): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6050): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6050): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6050): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6050): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6050): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6050): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6050): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6050): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6050): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6050): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6050): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 6050): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 6050): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6050): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6050): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6050): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6050): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6050): ... 10 more
E/AndroidRuntime( 5782): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 5782): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 5782): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 5782): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 5782): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 5782): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 5782): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 5782): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 5782): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 5782): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 5782): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 5782): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5782): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5782): at android.os.HandlerThread.run(HandlerThread.java:61)
I/Process ( 6050): Sending signal. PID: 6050 SIG: 9
W/ActivityManager( 5782): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 5782): Process com.android.phone (pid 6050) has died.
I/ActivityManager( 5782): Start proc com.android.phone for restart com.android.phone: pid=6083 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 5535): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+1ms, total 48ms
D/dalvikvm( 5535): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 1ms+2ms, total 30ms
D/dalvikvm( 5535): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 1ms+1ms, total 28ms
I/Choreographer( 5782): Skipped 83 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 6021): GC_FOR_ALLOC freed 190K, 10% free 2705K/2988K, paused 134ms, total 139ms
V/KeyguardHostView( 5782): hide transport, gen:3
V/KeyguardHostView( 5782): update widget: transport state changed
W/TelephonyProvider( 6083): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 6021): GC_FOR_ALLOC freed 4K, 9% free 2975K/3264K, paused 71ms, total 71ms
W/WindowManager( 5782): App freeze timeout expired.
W/WindowManager( 5782): Force clearing freeze: AppWindowToken{41b781f8 token=Token{41c10118 ActivityRecord{41b85a98 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/WindowManager( 5782): Screen frozen for +5s504ms due to AppWindowToken{41b781f8 token=Token{41c10118 ActivityRecord{41b85a98 u0 com.android.launcher/com.android.launcher2.Launcher}}}
D/AndroidRuntime( 6083): Shutting down VM
W/dalvikvm( 6083): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 6083): FATAL EXCEPTION: main
E/AndroidRuntime( 6083): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6083): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6083): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6083): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6083): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6083): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6083): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6083): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6083): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6083): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6083): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6083): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6083): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6083): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6083): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6083): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6083): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6083): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6083): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6083): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6083): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 6083): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 6083): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6083): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6083): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6083): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6083): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6083): ... 10 more
I/Process ( 6083): Sending signal. PID: 6083 SIG: 9
W/ActivityManager( 5782): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 5782): Process com.android.phone (pid 6083) has died.
I/ActivityManager( 5782): Start proc com.android.phone for restart com.android.phone: pid=6103 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/cutils-trace( 6105): Error opening trace file: No such file or directory (2)
I/Process ( 5782): Sending signal. PID: 5782 SIG: 9
D/dalvikvm( 6021): GC_CONCURRENT freed 393K, 17% free 2973K/3560K, paused 6ms+1ms, total 102ms
D/dalvikvm( 6021): WAIT_FOR_CONCURRENT_GC blocked 89ms
W/TelephonyProvider( 6103): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/JavaBinder( 6103): !!! FAILED BINDER TRANSACTION !!!
E/SearchManager( 5922): getGlobalSearchActivity() failed: android.os.DeadObjectException
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
W/AudioFlinger( 5533): power manager service died !!!
E/SearchManager( 5922): getGlobalSearchActivity() failed: android.os.DeadObjectException
D/AndroidRuntime( 6103): Shutting down VM
W/dalvikvm( 6103): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/ActivityThread( 6103): Failed to find provider info for settings
D/AndroidRuntime( 5922): Shutting down VM
W/dalvikvm( 5922): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/DisplayManager( 6021): Could not get display information from display manager.
E/DisplayManager( 6021): android.os.DeadObjectException
E/DisplayManager( 6021): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 6021): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 6021): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 6021): at android.view.Choreographer.getRefreshRate(Choreographer.java:178)
E/DisplayManager( 6021): at android.view.Choreographer.<init>(Choreographer.java:169)
E/DisplayManager( 6021): at android.view.Choreographer.<init>(Choreographer.java:69)
E/DisplayManager( 6021): at android.view.Choreographer$1.initialValue(Choreographer.java:95)
E/DisplayManager( 6021): at android.view.Choreographer$1.initialValue(Choreographer.java:88)
E/DisplayManager( 6021): at java.lang.ThreadLocal$Values.getAfterMiss(ThreadLocal.java:430)
E/DisplayManager( 6021): at java.lang.ThreadLocal.get(ThreadLocal.java:65)
E/DisplayManager( 6021): at android.view.Choreographer.getInstance(Choreographer.java:191)
E/DisplayManager( 6021): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:564)
E/DisplayManager( 6021): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:539)
E/DisplayManager( 6021): at android.animation.ValueAnimator.getOrCreateAnimationHandler(ValueAnimator.java:1262)
E/DisplayManager( 6021): at android.animation.ValueAnimator.start(ValueAnimator.java:917)
E/DisplayManager( 6021): at android.animation.ValueAnimator.start(ValueAnimator.java:931)
E/DisplayManager( 6021): at android.view.ViewPropertyAnimator.startAnimation(ViewPropertyAnimator.java:772)
E/DisplayManager( 6021): at android.view.ViewPropertyAnimator.start(ViewPropertyAnimator.java:355)
E/DisplayManager( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.setAreThereNotifications(PhoneStatusBar.java:1179)
E/DisplayManager( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:484)
E/DisplayManager( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 6021): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 6021): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 6021): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 6021): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 6021): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 6021): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 6021): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 6021): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 6021): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 6021): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 6021): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 6021): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 6021): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 6021): Shutting down VM
W/dalvikvm( 6021): threadid=1: thread exiting with uncaught exception (group=0x41725700)
E/AndroidRuntime( 6103): FATAL EXCEPTION: main
E/AndroidRuntime( 6103): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException
E/AndroidRuntime( 6103): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6103): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6103): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6103): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6103): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6103): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6103): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6103): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6103): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6103): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6103): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6103): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6103): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 6103): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 6103): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 6103): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 6103): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:107)
E/AndroidRuntime( 6103): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6103): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6103): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6103): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6103): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6103): ... 10 more
E/AndroidRuntime( 6103): Error reporting crash
E/AndroidRuntime( 6103): android.os.DeadObjectException
E/AndroidRuntime( 6103): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6103): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6103): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6103): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6103): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6103): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 6103): Sending signal. PID: 6103 SIG: 9
E/AndroidRuntime( 5922): FATAL EXCEPTION: main
E/AndroidRuntime( 5922): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 5922): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 5922): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 5922): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 5922): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 5922): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5922): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5922): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 5922): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5922): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 5922): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 5922): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 5922): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5922): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 5922): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 5922): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 5922): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 5922): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 5922): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 5922): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 5922): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 5922): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 5922): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 5922): ... 11 more
E/AndroidRuntime( 5922): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 5922): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 5922): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 5922): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 5922): ... 19 more
E/AndroidRuntime( 6021): FATAL EXCEPTION: main
E/AndroidRuntime( 6021): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 6021): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6021): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6021): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6021): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6021): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6021): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6021): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6021): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6021): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6021): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6021): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6021): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6021): at android.view.Choreographer.getRefreshRate(Choreographer.java:180)
E/AndroidRuntime( 6021): at android.view.Choreographer.<init>(Choreographer.java:169)
E/AndroidRuntime( 6021): at android.view.Choreographer.<init>(Choreographer.java:69)
E/AndroidRuntime( 6021): at android.view.Choreographer$1.initialValue(Choreographer.java:95)
E/AndroidRuntime( 6021): at android.view.Choreographer$1.initialValue(Choreographer.java:88)
E/AndroidRuntime( 6021): at java.lang.ThreadLocal$Values.getAfterMiss(ThreadLocal.java:430)
E/AndroidRuntime( 6021): at java.lang.ThreadLocal.get(ThreadLocal.java:65)
E/AndroidRuntime( 6021): at android.view.Choreographer.getInstance(Choreographer.java:191)
E/AndroidRuntime( 6021): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:564)
E/AndroidRuntime( 6021): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:539)
E/AndroidRuntime( 6021): at android.animation.ValueAnimator.getOrCreateAnimationHandler(ValueAnimator.java:1262)
E/AndroidRuntime( 6021): at android.animation.ValueAnimator.start(ValueAnimator.java:917)
E/AndroidRuntime( 6021): at android.animation.ValueAnimator.start(ValueAnimator.java:931)
E/AndroidRuntime( 6021): at android.view.ViewPropertyAnimator.startAnimation(ViewPropertyAnimator.java:772)
E/AndroidRuntime( 6021): at android.view.ViewPropertyAnimator.start(ViewPropertyAnimator.java:355)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.setAreThereNotifications(PhoneStatusBar.java:1179)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:484)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 6021): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 6021): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 6021): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6021): ... 10 more
E/AndroidRuntime( 5922): Error reporting crash
E/AndroidRuntime( 5922): android.os.DeadObjectException
E/AndroidRuntime( 5922): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 5922): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 5922): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 5922): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 5922): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 5922): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 5922): Sending signal. PID: 5922 SIG: 9
D/dalvikvm( 6021): GC_CONCURRENT freed 314K, 13% free 3106K/3560K, paused 3ms+17ms, total 88ms
I/Process ( 6021): Sending signal. PID: 6021 SIG: 9
E/AndroidRuntime( 6021): Error reporting crash
E/AndroidRuntime( 6021): android.os.DeadObjectException
E/AndroidRuntime( 6021): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6021): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6021): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6021): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6021): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6021): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 5535): Exit zygote because system server (5782) has terminated
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
I/Netd ( 6121): Netd 1.0 starting
W/InterfaceController( 6121): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace( 6133): Error opening trace file: No such file or directory (2)
I/mediaserver( 6120): ServiceManager: 0x40bc5fb8
I/AudioFlinger( 6120): Using default 3000 mSec as standby time.
I/CameraService( 6120): CameraService started (pid=6120)
I/CameraService( 6120): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 6120): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 6120): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 6120): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 6120): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 6120): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 6120): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 6120): out rate 44100
W/audio_hw_primary( 6120): in rate 0, channels 0 format 0
I/AudioFlinger( 6120): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 6120): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 6120): opened out stream...1074594296
I/AudioFlinger( 6120): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 6120): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 6120): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 6122):
D/AndroidRuntime( 6122): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 6122): CheckJNI is ON
I/AndroidRuntime( 6122): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 6122): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 6122): Added shared lib libjavacore.so 0x0
D/dalvikvm( 6122): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 6122): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 6122): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 6122): Profiling disabled.
I/Zygote ( 6122): Preloading classes...
E/cutils-trace( 6183): Error opening trace file: No such file or directory (2)
E/cutils-trace( 6122): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 3ms
D/dalvikvm( 6122): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 11ms+0ms, total 21ms
D/dalvikvm( 6122): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 6122): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 26ms
D/dalvikvm( 6122): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+1ms, total 23ms
D/dalvikvm( 6122): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 26ms
D/dalvikvm( 6122): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 7ms
D/dalvikvm( 6122): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 1ms+1ms, total 22ms
D/dalvikvm( 6122): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+1ms, total 10ms
D/TextLayoutCache( 6122): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 6122): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 6122): register_android_mtp_MtpDevice
I/dalvikvm( 6122): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 6122): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 6122): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 6122): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 2ms+2ms, total 10ms
D/dalvikvm( 6122): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+0ms, total 24ms
E/cutils-trace( 6222): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 28ms, total 34ms
D/dalvikvm( 6122): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 0ms+0ms, total 38ms
D/dalvikvm( 6122): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 8ms+6ms, total 43ms
D/dalvikvm( 6122): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 2ms+6ms, total 39ms
D/dalvikvm( 6122): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 2ms+16ms, total 49ms
D/dalvikvm( 6122): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 4ms+1ms, total 44ms
D/dalvikvm( 6122): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 45ms
E/cutils-trace( 6264): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+31ms, total 74ms
D/dalvikvm( 6122): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+19ms, total 62ms
I/dalvikvm( 6122): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 6122): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 6122): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 33ms
D/dalvikvm( 6122): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 47ms
D/dalvikvm( 6122): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 2ms+9ms, total 43ms
D/dalvikvm( 6122): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 3ms+2ms, total 56ms
D/dalvikvm( 6122): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 22ms+1ms, total 68ms
E/cutils-trace( 6307): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 58ms
D/dalvikvm( 6122): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 43ms
D/dalvikvm( 6122): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 48ms
D/dalvikvm( 6122): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 2ms+1ms, total 47ms
D/dalvikvm( 6122): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+23ms, total 64ms
D/dalvikvm( 6122): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+12ms, total 48ms
I/System ( 6122): Loaded time zone names for "" in 315ms (289ms in ICU)
I/System ( 6122): Loaded time zone names for "en_US" in 215ms (198ms in ICU)
E/Netd ( 6121): Unable to create netlink socket: Protocol not supported
E/Netd ( 6121): Unable to open quota2 logging socket
D/MDnsDS ( 6121): MDnsSdListener::Hander starting up
D/MDnsDS ( 6121): MDnsSdListener starting to monitor
D/MDnsDS ( 6121): Going to poll with pollCount 1
D/dalvikvm( 6122): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+1ms, total 31ms
E/cutils-trace( 6346): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 45ms
D/dalvikvm( 6122): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 37ms
D/dalvikvm( 6122): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 36ms
D/dalvikvm( 6122): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 31ms
D/dalvikvm( 6122): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 1ms+2ms, total 31ms
D/dalvikvm( 6122): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+2ms, total 40ms
I/Zygote ( 6122): ...preloaded 2879 classes in 4788ms.
D/dalvikvm( 6122): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+2ms, total 36ms
I/Zygote ( 6122): Preloading resources...
W/Resources( 6122): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+4ms, total 30ms
W/Resources( 6122): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 1ms+2ms, total 38ms
W/Resources( 6122): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+5ms, total 30ms
W/Resources( 6122): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 6122): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+2ms, total 36ms
W/Resources( 6122): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 6122): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
E/cutils-trace( 6358): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+1ms, total 44ms
W/Resources( 6122): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+1ms, total 32ms
W/Resources( 6122): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+11ms, total 37ms
W/Resources( 6122): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 1ms+2ms, total 32ms
W/Resources( 6122): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+12ms, total 37ms
W/Resources( 6122): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+2ms, total 36ms
W/Resources( 6122): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+2ms, total 28ms
W/Resources( 6122): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 1ms+2ms, total 33ms
W/Resources( 6122): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 2ms+1ms, total 30ms
W/Resources( 6122): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 35ms
W/Resources( 6122): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 1ms+2ms, total 33ms
W/Resources( 6122): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+2ms, total 22ms
W/Resources( 6122): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 1ms+1ms, total 29ms
W/Resources( 6122): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
E/cutils-trace( 6362): Error opening trace file: No such file or directory (2)
W/Resources( 6122): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+1ms, total 39ms
W/Resources( 6122): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 6122): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 6ms+2ms, total 41ms
W/Resources( 6122): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 6ms+1ms, total 36ms
W/Resources( 6122): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+3ms, total 44ms
W/Resources( 6122): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 4ms+5ms, total 36ms
W/Resources( 6122): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 29ms
W/Resources( 6122): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 1ms+2ms, total 32ms
W/Resources( 6122): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+2ms, total 26ms
W/Resources( 6122): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 5ms+2ms, total 37ms
W/Resources( 6122): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+2ms, total 32ms
W/Resources( 6122): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 6122): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
E/cutils-trace( 6366): Error opening trace file: No such file or directory (2)
W/Resources( 6122): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 40ms
W/Resources( 6122): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 5ms+2ms, total 38ms
W/Resources( 6122): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+2ms, total 36ms
W/Resources( 6122): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+12ms, total 33ms
W/Resources( 6122): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+1ms, total 45ms
W/Resources( 6122): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 6122): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 32ms
W/Resources( 6122): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 5ms+3ms, total 33ms
W/Resources( 6122): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 6122): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+6ms, total 40ms
W/Resources( 6122): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+2ms, total 31ms
W/Resources( 6122): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+2ms, total 34ms
W/Resources( 6122): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 6122): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 6122): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+1ms, total 30ms
W/Resources( 6122): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 6122): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
E/cutils-trace( 6370): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6122): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 5ms+2ms, total 39ms
W/Resources( 6122): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 6122): ...preloaded 274 resources in 3391ms.
I/Zygote ( 6122): ...preloaded 31 resources in 15ms.
D/dalvikvm( 6122): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 2ms+1ms, total 34ms
D/dalvikvm( 6122): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+1ms, total 39ms
D/dalvikvm( 6122): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 36ms
I/dalvikvm( 6122): System server process 6373 has been created
I/Zygote ( 6122): Accepting command socket connections
E/BatteryService( 6373): No charger supplies found
I/sysproc ( 6373): Entered system_init()
I/sysproc ( 6373): ServiceManager: 0x6432c2d0
D/SensorService( 6373): nuSensorService starting...
E/SensorService( 6373): couldn't load sensors module (No such file or directory)
I/sysproc ( 6373): System server: starting Android runtime.
I/sysproc ( 6373): System server: starting Android services.
I/sysproc ( 6373): System server: entering thread pool.
I/installd( 2102): new connection
I/SystemServer( 6373): Entered the Android system server!
I/SystemServer( 6373): Enabled StrictMode logging for UI Looper
I/SystemServer( 6373): Waiting for installd to be ready.
I/Installer( 6373): connecting...
I/SystemServer( 6373): Power Manager
E/SWITCHPROFILE( 6373): setprop: sys.interactive = active
I/SystemServer( 6373): Activity Manager
I/SystemServer( 6373): Enabled StrictMode logging for WM Looper
I/ActivityManager( 6373): Memory class: 64
W/UsageStats( 6373): Usage stats version changed; dropping
I/AppOps ( 6373): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 6373): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 6373): Display Manager
I/DisplayManagerService( 6373): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 6373): Telephony Registry
I/SystemServer( 6373): Scheduling Policy
I/SystemServer( 6373): Package Manager
D/dalvikvm( 6373): GC_CONCURRENT freed 223K, 10% free 2825K/3108K, paused 8ms+1ms, total 62ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 3ms
D/SELinuxMMAC( 6373): Couldn't find install policy /data/system/mac_permissions.xml
D/dalvikvm( 6373): GC_CONCURRENT freed 483K, 20% free 2758K/3416K, paused 3ms+2ms, total 35ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 7ms
D/SELinuxMMAC( 6373): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 6396): Error opening trace file: No such file or directory (2)
W/PackageManager( 6373): Running ENG build: no pre-dexopt!
I/AudioFlinger( 6120): Using module 1 has the primary audio interface
I/AudioFlinger( 6120): AudioFlinger's thread 0x40a75008 ready to run
W/audio_hw_primary( 6120): out_set_parameters routing=2, ret 1, out 1074594296
I/audio_a2dp_hw( 6120): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 6120): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 6120): adev_open(name=audio_hw_if)
I/r_submix( 6120): adev_init_check()
I/AudioFlinger( 6120): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 6120): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 6120): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 6373): GC_CONCURRENT freed 256K, 15% free 2936K/3416K, paused 2ms+1ms, total 72ms
W/PackageParser( 6373): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 6373): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 6373): GC_CONCURRENT freed 130K, 7% free 3258K/3476K, paused 3ms+8ms, total 71ms
W/PackageParser( 6373): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 6402): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6373): GC_CONCURRENT freed 252K, 9% free 3506K/3844K, paused 8ms+58ms, total 157ms
D/dalvikvm( 6373): GC_CONCURRENT freed 270K, 9% free 3714K/4068K, paused 8ms+14ms, total 98ms
D/PackageManager( 6373): No files in app dir /vendor/app
W/PackageManager( 6373): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 6373): Time to scan packages: 1.111 seconds
W/PackageManager( 6373): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 6373): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6373): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 6373): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 6373): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 6373): GC_EXPLICIT freed 411K, 15% free 3581K/4184K, paused 2ms+2ms, total 46ms
I/SystemServer( 6373): Entropy Mixer
I/EntropyMixer( 6373): Writing entropy...
I/SystemServer( 6373): User Service
I/SystemServer( 6373): Account Manager
I/SystemServer( 6373): Content Manager
I/SystemServer( 6373): System Content Providers
I/lights ( 6373): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 6373): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 6373): Lights Service
I/SystemServer( 6373): Battery Service
I/SystemServer( 6373): Vibrator Service
I/libsuspend( 6373): Selected early suspend
I/libsuspend( 6373): Starting early suspend unblocker thread
I/SWITCHPROFILE( 6373): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 6373): setprop: sys.interactive = active
E/cutils-trace( 6409): Error opening trace file: No such file or directory (2)
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 6373): Alarm Manager
I/SystemServer( 6373): Init Watchdog
I/SystemServer( 6373): Input Manager
I/InputManager( 6373): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 6373): Window Manager
I/WindowManager( 6373): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 6120): Error opening trace file: No such file or directory (2)
I/InputManager( 6373): Starting input manager
I/SystemServer( 6373): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 6373): Input Method Service
W/InputMethodManagerService( 6373): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 6373): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 6373): New device: id=1, fd=85, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 6373): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 6373): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 6373): GC_CONCURRENT freed 303K, 10% free 3791K/4188K, paused 2ms+7ms, total 164ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 49ms
W/ResourceType( 6373): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 6373): Accessibility Manager
I/ActivityManager( 6373): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 6373): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 6373): Mount Service
D/MountService( 6373): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 6373): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 6373): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 6373): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 6373): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 6373): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 6373): LockSettingsService
I/SystemServer( 6373): Device Policy
I/SystemServer( 6373): Status Bar
I/SystemServer( 6373): Clipboard Service
I/SystemServer( 6373): NetworkManagement Service
D/dalvikvm( 6373): GREF has increased to 201
I/SystemServer( 6373): Text Service Manager Service
I/SystemServer( 6373): NetworkStats Service
D/MountService( 6373): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 6373): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 6373): NetworkPolicy Service
I/SystemServer( 6373): Wi-Fi P2pService
I/PackageManager( 6373): No secure containers on sdcard
I/SystemServer( 6373): Wi-Fi Service
W/PackageManager( 6373): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 6373): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6373): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 6373): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 6373): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 6373): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm( 6373): GC_CONCURRENT freed 301K, 10% free 3950K/4344K, paused 4ms+16ms, total 87ms
I/SystemServer( 6373): Connectivity Service
D/ConnectivityService( 6373): ConnectivityService starting up
D/ConnectivityService( 6373): wifiOnly=false
D/CommandListener( 6121): Setting iface cfg
D/CommandListener( 6121): Trying to bring up eth0
E/CommandListener( 6121): Error upping interface
F/SystemServer( 6373): BOOT FAILURE starting Connectivity Service
F/SystemServer( 6373): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 6373): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 6373): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 6373): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 6373): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 6373): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 6373): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 6373): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 6373): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 6373): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 6373): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 6373): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 6373): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 6373): ... 5 more
W/SystemServer( 6373): ***********************************************
I/SystemServer( 6373): Network Service Discovery Service
D/NsdService( 6373): Network service discovery enabled true
I/SystemServer( 6373): UpdateLock Service
E/cutils-trace( 6442): Error opening trace file: No such file or directory (2)
I/SystemServer( 6373): Notification Manager
I/SystemServer( 6373): Device Storage Monitor
I/SystemServer( 6373): Location Manager
I/SystemServer( 6373): Country Detector
I/SystemServer( 6373): Search Service
I/SystemServer( 6373): DropBox Service
D/WifiHW ( 6373): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 6373): Wallpaper Service
I/SystemServer( 6373): Audio Service
I/AudioService( 6373): Remote Control registerMediaButtonIntent() for PendingIntent{42188b50: PendingIntentRecord{42188a58 android broadcastIntent}}
I/SystemServer( 6373): Dock Observer
W/DockObserver( 6373): This kernel does not have dock station support
I/SystemServer( 6373): Wired Accessory Manager
W/WiredAccessoryManager( 6373): This kernel does not have HDMI audio support
I/SystemServer( 6373): USB Service
D/dalvikvm( 6373): GC_CONCURRENT freed 357K, 10% free 4098K/4552K, paused 3ms+11ms, total 145ms
I/SystemServer( 6373): Serial Service
I/SystemServer( 6373): Twilight Service
I/SystemServer( 6373): UI Mode Manager Service
I/SystemServer( 6373): Backup Service
V/BackupManagerService( 6373): Initializing package tracking
V/BackupManagerService( 6373): No ancestral data
V/BackupManagerService( 6373): addPackageParticipantsLocked: all
I/BackupManagerService( 6373): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 6373): Now staging backup of com.android.calendar
I/BackupManagerService( 6373): Scheduling backup for new app com.android.browser
D/BackupManagerService( 6373): Now staging backup of com.android.browser
I/BackupManagerService( 6373): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 6373): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 6373): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 6373): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 6373): Scheduling backup for new app android
D/BackupManagerService( 6373): Now staging backup of android
I/BackupManagerService( 6373): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 6373): Now staging backup of com.android.providers.settings
V/BackupManagerService( 6373): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@4214d2f8
V/BackupManagerService( 6373): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 6373): Google transport not present
I/BackupManagerService( 6373): Found stale backup journal, scheduling
I/BackupManagerService( 6373): com.android.calendar
I/BackupManagerService( 6373): com.android.browser
I/BackupManagerService( 6373): com.android.providers.userdictionary
I/BackupManagerService( 6373): com.android.sharedstoragebackup
I/BackupManagerService( 6373): android
I/BackupManagerService( 6373): com.android.providers.settings
I/BackupManagerService( 6373): Backup enabled => false
I/BackupManagerService( 6373): Opting out of backup
I/SystemServer( 6373): AppWidget Service
I/SystemServer( 6373): Recognition Service
I/SystemServer( 6373): DiskStats Service
I/SystemServer( 6373): SamplingProfiler Service
I/SystemServer( 6373): NetworkTimeUpdateService
I/SystemServer( 6373): CommonTimeManagementService
I/SystemServer( 6373): CertBlacklister
I/SystemServer( 6373): Dreams Service
I/SystemServer( 6373): IdleMaintenanceService
I/WindowManager( 6373): SAFE MODE not enabled
D/dalvikvm( 6373): JIT started for system_server
I/ActivityManager( 6373): System now ready
I/SWITCHPROFILE( 6373): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 6373): setprop: sys.interactive = active
I/SystemServer( 6373): Making services ready
I/Zygote ( 6373): Process: zygote socket opened
I/ActivityManager( 6373): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=6456 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService( 6373): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService( 6373): enabling bandwidth control
E/cutils-trace( 6470): Error opening trace file: No such file or directory (2)
E/NetdConnector( 6373): NDC Command {4 bandwidth enable} took too long (509ms)
D/SystemUIService( 6456): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 6456): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41fc8038
I/StatusBarManagerService( 6373): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@421c4f70
D/PhoneStatusBar( 6456): mSettingsPanelGravity = 8388661
W/SystemServer( 6373): ***********************************************
D/dalvikvm( 6373): GC_CONCURRENT freed 217K, 7% free 4394K/4704K, paused 32ms+28ms, total 434ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 353ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 18ms
F/SystemServer( 6373): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 6373): java.lang.NullPointerException
F/SystemServer( 6373): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 6373): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 6373): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 6373): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 6373): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 6373): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 6373): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 6373): GC_CONCURRENT freed 303K, 8% free 4604K/5000K, paused 10ms+13ms, total 135ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 101ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 101ms
E/cutils-trace( 6505): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6373): GC_CONCURRENT freed 515K, 12% free 4616K/5224K, paused 42ms+15ms, total 263ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 178ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 162ms
D/dalvikvm( 6456): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 100ms, total 105ms
D/dalvikvm( 6456): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 50ms, total 50ms
D/dalvikvm( 6373): GC_FOR_ALLOC freed 86K, 12% free 4625K/5224K, paused 88ms, total 90ms
I/dalvikvm-heap( 6373): Grow heap (frag case) to 4.663MB for 59552-byte allocation
D/dalvikvm( 6373): GC_FOR_ALLOC freed 2K, 12% free 4681K/5284K, paused 85ms, total 85ms
D/dalvikvm( 6373): GC_FOR_ALLOC freed 58K, 12% free 4657K/5284K, paused 44ms, total 44ms
D/dalvikvm( 6373): GC_FOR_ALLOC freed 10K, 11% free 4722K/5284K, paused 59ms, total 59ms
E/cutils-trace( 6509): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6456): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+17ms, total 97ms
D/dalvikvm( 6456): WAIT_FOR_CONCURRENT_GC blocked 57ms
D/dalvikvm( 6373): GC_FOR_ALLOC freed 125K, 12% free 4742K/5368K, paused 162ms, total 162ms
D/AndroidRuntime( 6456): Shutting down VM
W/dalvikvm( 6456): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
E/AndroidRuntime( 6456): FATAL EXCEPTION: main
E/AndroidRuntime( 6456): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6456): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6456): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6456): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6456): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6456): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6456): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6456): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6456): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6456): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6456): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6456): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6456): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6456): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6456): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6456): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6456): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6456): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6456): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 6456): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 6456): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 6456): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6456): ... 10 more
I/Process ( 6456): Sending signal. PID: 6456 SIG: 9
I/ActivityManager( 6373): Process com.android.systemui (pid 6456) has died.
W/ActivityManager( 6373): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
D/dalvikvm( 6373): GC_CONCURRENT freed 345K, 9% free 4952K/5396K, paused 5ms+4ms, total 119ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 51ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 52ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 53ms
I/ActivityManager( 6373): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 6373): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=6513 uid=10018 gids={50018, 1028}
I/ActivityManager( 6373): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=6517 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 6534): Error opening trace file: No such file or directory (2)
I/Choreographer( 6373): Skipped 180 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 6373): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 6373): usb_device_open failed
D/SystemUIService( 6517): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 6517): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41fc9c20
E/cutils-trace( 6545): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6373): GC_CONCURRENT freed 539K, 12% free 5021K/5656K, paused 7ms+3ms, total 116ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 96ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 98ms
V/KeyguardHostView( 6373): music state changed: 0
V/TAG ( 6373): bug 7643792: fitSystemWindows([0,0][0,0])
W/RecognitionManagerService( 6373): no available voice recognition services found for user 0
I/StatusBarManagerService( 6373): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4216d270
W/InputMethodManagerService( 6373): Ignoring setImeWindowStatus of uid 1000 token: null
D/PhoneStatusBar( 6517): mSettingsPanelGravity = 8388661
W/ResourceType( 6373): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 6373): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=6550 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 6373): Adding window token: android.os.Binder@422450a0
W/SystemServer( 6373): ***********************************************
F/SystemServer( 6373): BOOT FAILURE making Location Service ready
F/SystemServer( 6373): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 6373): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 6373): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 6373): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 6373): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 6373): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 6373): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 6373): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 6373): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 6373): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 6373): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 6373): at com.android.server.ServerThread.run(SystemServer.java:866)
I/CommonTimeManagementService( 6373): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 6373): Reconfiguring input devices. changes=0x00000020
I/InputReader( 6373): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 6373): Start proc com.android.phone for added application com.android.phone: pid=6565 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 6517): GC_FOR_ALLOC freed 167K, 9% free 2694K/2952K, paused 21ms, total 22ms
D/dalvikvm( 6517): GC_FOR_ALLOC freed 4K, 9% free 2965K/3228K, paused 19ms, total 19ms
E/cutils-trace( 6584): Error opening trace file: No such file or directory (2)
I/SystemServer( 6373): Enabled StrictMode for system server main thread.
D/dalvikvm( 6373): GC_CONCURRENT freed 509K, 11% free 5139K/5744K, paused 298ms+4ms, total 585ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 294ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 228ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 222ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 187ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 142ms
D/dalvikvm( 6373): WAIT_FOR_CONCURRENT_GC blocked 150ms
I/AudioService( 6373): Remote Control registerMediaButtonIntent() for PendingIntent{420447b8: PendingIntentRecord{42188a58 android broadcastIntent}}
I/LatinIME( 6550): Hardware accelerated drawing: false
W/TelephonyProvider( 6565): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 6517): GC_CONCURRENT freed 395K, 17% free 2984K/3556K, paused 4ms+12ms, total 171ms
D/dalvikvm( 6517): WAIT_FOR_CONCURRENT_GC blocked 36ms
D/dalvikvm( 6513): GC_CONCURRENT freed 213K, 10% free 2725K/3024K, paused 12ms+23ms, total 132ms
D/dalvikvm( 6373): GC_FOR_ALLOC freed 357K, 12% free 5194K/5860K, paused 183ms, total 184ms
D/dalvikvm( 6373): GREF has increased to 301
E/cutils-trace( 6592): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 6565): Shutting down VM
W/dalvikvm( 6565): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
E/AndroidRuntime( 6565): FATAL EXCEPTION: main
E/AndroidRuntime( 6565): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6565): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6565): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6565): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6565): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6565): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6565): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6565): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6565): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6565): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6565): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6565): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6565): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6565): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6565): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6565): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6565): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6565): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6565): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6565): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6565): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 6565): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 6565): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6565): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6565): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6565): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6565): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6565): ... 10 more
D/dalvikvm( 6373): GC_FOR_ALLOC freed 359K, 12% free 5285K/5944K, paused 191ms, total 191ms
D/AndroidRuntime( 6517): Shutting down VM
W/dalvikvm( 6517): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
D/AndroidRuntime( 6550): Shutting down VM
E/AndroidRuntime( 6517): FATAL EXCEPTION: main
E/AndroidRuntime( 6517): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6517): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6517): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6517): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6517): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6517): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6517): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6517): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6517): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6517): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6517): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6517): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6517): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6517): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6517): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6517): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6517): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6517): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6517): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 6517): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 6517): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 6517): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6517): ... 10 more
W/dalvikvm( 6550): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
I/Process ( 6565): Sending signal. PID: 6565 SIG: 9
I/ActivityManager( 6373): Process com.android.phone (pid 6565) has died.
I/ActivityManager( 6373): Start proc com.android.phone for restart com.android.phone: pid=6597 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/AndroidRuntime( 6550): FATAL EXCEPTION: main
E/AndroidRuntime( 6550): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6550): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6550): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6550): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6550): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6550): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6550): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6550): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6550): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6550): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6550): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6550): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6550): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6550): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6550): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6550): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6550): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6550): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6550): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6550): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 6550): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 6550): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 6550): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6550): ... 10 more
W/ResourceType( 6373): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/Process ( 6550): Sending signal. PID: 6550 SIG: 9
W/WindowManager( 6373): Window freeze timeout expired.
W/WindowManager( 6373): Force clearing orientation change: Window{42194200 u0 Keyguard}
I/ActivityManager( 6373): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=6611 uid=10024 gids={50024, 3003, 1015, 1028}
I/ActivityManager( 6373): Process com.android.inputmethod.latin (pid 6550) has died.
W/ActivityManager( 6373): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
I/dalvikvm( 6611): Turning on JNI app bug workarounds for target SDK version 9...
V/KeyguardHostView( 6373): music state changed: 0
W/dalvikvm( 6373): threadid=41: thread exiting with uncaught exception (group=0x41d42700)
D/dalvikvm( 6373): GC_CONCURRENT freed 516K, 11% free 5432K/6048K, paused 42ms+80ms, total 346ms
E/BluetoothAdapter( 6373): Bluetooth binder is null
I/Process ( 6517): Sending signal. PID: 6517 SIG: 9
E/BluetoothAdapter( 6373): Bluetooth binder is null
V/WiredAccessoryManager( 6373): init()
V/TAG ( 6373): bug 7643792: fitSystemWindows([0,0][0,0])
I/ActivityManager( 6373): Process com.android.systemui (pid 6517) has died.
W/ActivityManager( 6373): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 6373): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 6373): Start proc com.android.systemui for restart com.android.systemui: pid=6629 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/WiredAccessoryManager( 6373): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/Choreographer( 6373): Skipped 158 frames! The application may be doing too much work on its main thread.
W/TelephonyProvider( 6597): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace( 6652): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6373): GC_FOR_ALLOC freed 283K, 12% free 5366K/6048K, paused 216ms, total 217ms
I/dalvikvm-heap( 6373): Grow heap (frag case) to 5.649MB for 335032-byte allocation
D/dalvikvm( 6373): GC_FOR_ALLOC freed 5K, 11% free 5688K/6376K, paused 197ms, total 197ms
I/AudioService( 6373): Remote Control registerMediaButtonIntent() for PendingIntent{42200ec0: PendingIntentRecord{4224aaa8 com.android.music broadcastIntent}}
I/ActivityManager( 6373): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=6667 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
D/dalvikvm( 6122): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+5ms, total 55ms
D/dalvikvm( 6122): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 3ms+6ms, total 67ms
D/AndroidRuntime( 6597): Shutting down VM
W/dalvikvm( 6597): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
D/dalvikvm( 6122): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 6ms+6ms, total 67ms
I/Choreographer( 6373): Skipped 56 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 6513): GC_FOR_ALLOC freed 126K, 7% free 2882K/3096K, paused 334ms, total 340ms
I/dalvikvm-heap( 6513): Grow heap (frag case) to 3.506MB for 640016-byte allocation
E/AndroidRuntime( 6597): FATAL EXCEPTION: main
E/AndroidRuntime( 6597): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6597): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 6597): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6597): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6597): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6597): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6597): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6597): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6597): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6597): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6597): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6597): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6597): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6597): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6597): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6597): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6597): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6597): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6597): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6597): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 6597): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 6597): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 6597): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 6597): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 6597): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 6597): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 6597): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 6597): ... 10 more
E/AndroidRuntime( 6373): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 6373): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6373): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6373): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6373): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6373): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6373): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6373): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 6373): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 6373): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 6373): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 6373): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6373): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6373): at android.os.HandlerThread.run(HandlerThread.java:61)
E/cutils-trace( 6684): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6513): GC_FOR_ALLOC freed 11K, 7% free 3495K/3724K, paused 92ms, total 92ms
D/dalvikvm( 6513): GC_CONCURRENT freed <1K, 7% free 3495K/3724K, paused 2ms+2ms, total 28ms
I/Process ( 6597): Sending signal. PID: 6597 SIG: 9
W/ActivityManager( 6373): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 6373): Process com.android.phone (pid 6597) has died.
I/ActivityManager( 6373): Start proc com.android.phone for restart com.android.phone: pid=6690 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
W/WindowManager( 6373): App freeze timeout expired.
W/WindowManager( 6373): Force clearing freeze: AppWindowToken{421cc390 token=Token{422664b8 ActivityRecord{4200b5d0 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/WindowManager( 6373): Screen frozen for +5s391ms due to AppWindowToken{421cc390 token=Token{422664b8 ActivityRecord{4200b5d0 u0 com.android.launcher/com.android.launcher2.Launcher}}}
D/SystemUIService( 6629): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/Process ( 6373): Sending signal. PID: 6373 SIG: 9
D/SystemUIService( 6629): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41fd27d8
D/dalvikvm( 6513): GC_CONCURRENT freed 653K, 21% free 3241K/4076K, paused 3ms+7ms, total 215ms
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
D/AndroidRuntime( 6513): Shutting down VM
W/dalvikvm( 6513): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'scheduling_policy' died
W/AudioFlinger( 6120): power manager service died !!!
D/AndroidRuntime( 6667): Shutting down VM
W/dalvikvm( 6667): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
E/ActivityThread( 6611): Failed to find provider info for media
W/AudioFlinger( 6120): Thread AudioOut_2 cannot connect to the power manager service
E/DisplayManager( 6629): Could not get display information from display manager.
E/DisplayManager( 6629): android.os.DeadObjectException
E/DisplayManager( 6629): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 6629): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 6629): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 6629): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 6629): at android.hardware.display.DisplayManager.getOrCreateDisplayLocked(DisplayManager.java:159)
E/DisplayManager( 6629): at android.hardware.display.DisplayManager.getDisplay(DisplayManager.java:98)
E/DisplayManager( 6629): at android.app.ContextImpl$38.getService(ContextImpl.java:521)
E/DisplayManager( 6629): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/DisplayManager( 6629): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/DisplayManager( 6629): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:309)
E/DisplayManager( 6629): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 6629): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 6629): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 6629): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 6629): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 6629): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 6629): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 6629): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 6629): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 6629): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 6629): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 6629): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6667): FATAL EXCEPTION: main
E/AndroidRuntime( 6667): java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaProvider: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 6667): at android.app.ActivityThread.installProvider(ActivityThread.java:4882)
E/AndroidRuntime( 6667): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4485)
E/AndroidRuntime( 6667): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4425)
E/AndroidRuntime( 6667): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 6667): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 6667): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6667): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6667): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6667): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6667): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6667): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6667): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6667): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6667): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 6667): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:78)
E/AndroidRuntime( 6667): at com.android.providers.media.MediaProvider.getDatabaseVersion(MediaProvider.java:533)
E/AndroidRuntime( 6667): at com.android.providers.media.MediaProvider$DatabaseHelper.<init>(MediaProvider.java:349)
E/AndroidRuntime( 6667): at com.android.providers.media.MediaProvider.attachVolume(MediaProvider.java:5013)
E/AndroidRuntime( 6667): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.java:564)
E/AndroidRuntime( 6667): at android.content.ContentProvider.attachInfo(ContentProvider.java:1214)
E/AndroidRuntime( 6667): at android.content.ContentProvider.attachInfo(ContentProvider.java:1189)
E/AndroidRuntime( 6667): at android.app.ActivityThread.installProvider(ActivityThread.java:4879)
E/AndroidRuntime( 6667): ... 12 more
E/AndroidRuntime( 6667): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 6667): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6667): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 6667): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:73)
E/AndroidRuntime( 6667): ... 19 more
D/AndroidRuntime( 6611): Shutting down VM
W/dalvikvm( 6611): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
E/AndroidRuntime( 6513): FATAL EXCEPTION: main
E/AndroidRuntime( 6513): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 6513): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 6513): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 6513): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 6513): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 6513): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6513): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6513): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6513): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6513): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6513): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6513): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6513): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6513): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 6513): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:223)
E/AndroidRuntime( 6513): at android.appwidget.AppWidgetHostView.getDefaultPaddingForWidget(AppWidgetHostView.java:187)
E/AndroidRuntime( 6513): at com.android.launcher2.Launcher.getSpanForWidget(Launcher.java:1142)
E/AndroidRuntime( 6513): at com.android.launcher2.Launcher.getMinSpanForWidget(Launcher.java:1155)
E/AndroidRuntime( 6513): at com.android.launcher2.AppsCustomizePagedView.onPackagesUpdated(AppsCustomizePagedView.java:456)
E/AndroidRuntime( 6513): at com.android.launcher2.Launcher.onCreate(Launcher.java:395)
E/AndroidRuntime( 6513): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 6513): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 6513): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 6513): ... 11 more
E/AndroidRuntime( 6513): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 6513): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6513): at android.content.pm.IPackageManager$Stub$Proxy.getApplicationInfo(IPackageManager.java:1576)
E/AndroidRuntime( 6513): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:218)
E/AndroidRuntime( 6513): ... 19 more
E/DisplayManager( 6629): Could not get display information from display manager.
E/DisplayManager( 6629): android.os.DeadObjectException
E/DisplayManager( 6629): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 6629): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 6629): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 6629): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 6629): at android.hardware.display.DisplayManager.getOrCreateDisplayLocked(DisplayManager.java:159)
E/DisplayManager( 6629): at android.hardware.display.DisplayManager.getDisplay(DisplayManager.java:98)
E/DisplayManager( 6629): at android.app.ContextImpl$38.getService(ContextImpl.java:521)
E/DisplayManager( 6629): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/DisplayManager( 6629): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/DisplayManager( 6629): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:200)
E/DisplayManager( 6629): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 6629): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 6629): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 6629): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 6629): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 6629): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 6629): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 6629): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 6629): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 6629): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 6629): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 6629): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 6629): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6611): FATAL EXCEPTION: main
E/AndroidRuntime( 6611): java.lang.RuntimeException: Unable to create service com.android.music.MediaPlaybackService: java.lang.NullPointerException
E/AndroidRuntime( 6611): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6611): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6611): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6611): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6611): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6611): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6611): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6611): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6611): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6611): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6611): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6611): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6611): at android.appwidget.AppWidgetManager.getAppWidgetIds(AppWidgetManager.java:812)
E/AndroidRuntime( 6611): at com.android.music.MediaAppWidgetProvider.hasInstances(MediaAppWidgetProvider.java:92)
E/AndroidRuntime( 6611): at com.android.music.MediaAppWidgetProvider.notifyChange(MediaAppWidgetProvider.java:101)
E/AndroidRuntime( 6611): at com.android.music.MediaPlaybackService.notifyChange(MediaPlaybackService.java:820)
E/AndroidRuntime( 6611): at com.android.music.MediaPlaybackService.onCreate(MediaPlaybackService.java:342)
E/AndroidRuntime( 6611): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6611): ... 10 more
I/Process ( 6611): Sending signal. PID: 6611 SIG: 9
E/AndroidRuntime( 6611): Error reporting crash
E/AndroidRuntime( 6611): android.os.DeadObjectException
E/AndroidRuntime( 6611): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6611): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6611): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6611): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6611): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6611): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 6667): Sending signal. PID: 6667 SIG: 9
E/AndroidRuntime( 6667): Error reporting crash
E/AndroidRuntime( 6667): android.os.DeadObjectException
E/AndroidRuntime( 6667): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6667): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6667): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6667): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6667): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6667): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 6629): Shutting down VM
W/dalvikvm( 6629): threadid=1: thread exiting with uncaught exception (group=0x41d42700)
E/ActivityThread( 6629): Failed to find provider info for settings
I/Process ( 6513): Sending signal. PID: 6513 SIG: 9
E/AndroidRuntime( 6513): Error reporting crash
E/AndroidRuntime( 6513): android.os.DeadObjectException
E/AndroidRuntime( 6513): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6513): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6513): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6513): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6513): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6513): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6629): FATAL EXCEPTION: main
E/AndroidRuntime( 6629): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 6629): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 6629): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 6629): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 6629): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6629): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6629): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 6629): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6629): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 6629): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 6629): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 6629): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6629): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6629): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 6629): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 6629): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 6629): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 6629): at com.android.systemui.statusbar.BaseStatusBar$1.onChange(BaseStatusBar.java:158)
E/AndroidRuntime( 6629): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:204)
E/AndroidRuntime( 6629): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 6629): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 6629): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 6629): ... 10 more
I/Process ( 6629): Sending signal. PID: 6629 SIG: 9
E/AndroidRuntime( 6629): Error reporting crash
E/AndroidRuntime( 6629): android.os.DeadObjectException
E/AndroidRuntime( 6629): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 6629): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 6629): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 6629): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 6629): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 6629): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 6122): Exit zygote because system server (6373) has terminated
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
I/Netd ( 6707): Netd 1.0 starting
W/InterfaceController( 6707): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace( 6705): Error opening trace file: No such file or directory (2)
I/mediaserver( 6706): ServiceManager: 0x41100230
I/AudioFlinger( 6706): Using default 3000 mSec as standby time.
I/CameraService( 6706): CameraService started (pid=6706)
I/CameraService( 6706): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 6706): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 6706): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 6706): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 6706): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 6706): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 6706): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 6706): out rate 44100
W/audio_hw_primary( 6706): in rate 0, channels 0 format 0
I/AudioFlinger( 6706): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 6706): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 6706): opened out stream...1091575976
I/AudioFlinger( 6706): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 6706): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 6706): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 6708):
D/AndroidRuntime( 6708): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 6708): CheckJNI is ON
I/AndroidRuntime( 6708): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 6708): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 6708): Added shared lib libjavacore.so 0x0
D/dalvikvm( 6708): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 6708): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 6708): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace( 6750): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration( 6708): Profiling disabled.
I/Zygote ( 6708): Preloading classes...
E/cutils-trace( 6708): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6708): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 5ms
D/dalvikvm( 6708): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 25ms
D/dalvikvm( 6708): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 6708): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 7ms+1ms, total 14ms
D/dalvikvm( 6708): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+1ms, total 15ms
D/dalvikvm( 6708): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+6ms, total 17ms
D/dalvikvm( 6708): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 3ms+1ms, total 15ms
D/dalvikvm( 6708): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 4ms+1ms, total 11ms
D/dalvikvm( 6708): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+0ms, total 33ms
E/cutils-trace( 6795): Error opening trace file: No such file or directory (2)
D/TextLayoutCache( 6708): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 6708): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 6708): register_android_mtp_MtpDevice
I/dalvikvm( 6708): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 6708): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 6708): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 6708): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 25ms
D/dalvikvm( 6708): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+1ms, total 24ms
D/dalvikvm( 6708): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 33ms, total 34ms
D/dalvikvm( 6708): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 2ms+2ms, total 44ms
D/dalvikvm( 6708): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+1ms, total 36ms
E/cutils-trace( 6833): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6708): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 35ms
D/dalvikvm( 6708): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+1ms, total 29ms
D/dalvikvm( 6708): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 46ms
D/dalvikvm( 6708): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 51ms
D/dalvikvm( 6708): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 54ms
D/dalvikvm( 6708): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 57ms
I/dalvikvm( 6708): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 6708): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 6708): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+2ms, total 47ms
D/dalvikvm( 6708): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 6ms+3ms, total 62ms
E/cutils-trace( 6874): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6708): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 54ms
D/dalvikvm( 6708): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 13ms+1ms, total 62ms
D/dalvikvm( 6708): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+22ms, total 63ms
D/dalvikvm( 6708): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+22ms, total 62ms
D/dalvikvm( 6708): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+10ms, total 68ms
D/dalvikvm( 6708): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 4ms+6ms, total 54ms
D/dalvikvm( 6708): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 2ms+3ms, total 58ms
D/dalvikvm( 6708): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 3ms+3ms, total 60ms
D/dalvikvm( 6708): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 2ms+3ms, total 49ms
E/cutils-trace( 6915): Error opening trace file: No such file or directory (2)
I/System ( 6708): Loaded time zone names for "" in 231ms (224ms in ICU)
I/System ( 6708): Loaded time zone names for "en_US" in 164ms (157ms in ICU)
D/dalvikvm( 6708): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 2ms+1ms, total 59ms
E/Netd ( 6707): Unable to create netlink socket: Protocol not supported
E/Netd ( 6707): Unable to open quota2 logging socket
D/MDnsDS ( 6707): MDnsSdListener::Hander starting up
D/MDnsDS ( 6707): MDnsSdListener starting to monitor
D/MDnsDS ( 6707): Going to poll with pollCount 1
D/dalvikvm( 6708): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 41ms
D/dalvikvm( 6708): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+2ms, total 38ms
D/dalvikvm( 6708): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 2ms+2ms, total 32ms
D/dalvikvm( 6708): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 2ms+5ms, total 33ms
D/dalvikvm( 6708): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+2ms, total 39ms
D/dalvikvm( 6708): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+4ms, total 35ms
I/Zygote ( 6708): ...preloaded 2879 classes in 4820ms.
D/dalvikvm( 6708): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+2ms, total 34ms
I/Zygote ( 6708): Preloading resources...
W/Resources( 6708): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+2ms, total 33ms
W/Resources( 6708): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+1ms, total 31ms
W/Resources( 6708): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+8ms, total 36ms
W/Resources( 6708): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 6708): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
E/cutils-trace( 6942): Error opening trace file: No such file or directory (2)
W/Resources( 6708): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+11ms, total 38ms
W/Resources( 6708): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6708): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 6708): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 1ms+2ms, total 42ms
W/Resources( 6708): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 37ms
W/Resources( 6708): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+2ms, total 36ms
W/Resources( 6708): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 36ms
W/Resources( 6708): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+2ms, total 30ms
W/Resources( 6708): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 1ms+2ms, total 28ms
W/Resources( 6708): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 1ms+8ms, total 36ms
W/Resources( 6708): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 3ms+4ms, total 37ms
W/Resources( 6708): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+7ms, total 29ms
W/Resources( 6708): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 6708): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 6708): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 5ms+2ms, total 37ms
W/Resources( 6708): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+11ms, total 40ms
W/Resources( 6708): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
E/cutils-trace( 6946): Error opening trace file: No such file or directory (2)
W/Resources( 6708): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 38ms
W/Resources( 6708): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+1ms, total 32ms
W/Resources( 6708): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 2ms+2ms, total 38ms
W/Resources( 6708): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 3ms+1ms, total 35ms
W/Resources( 6708): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+2ms, total 27ms
W/Resources( 6708): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 7ms+3ms, total 32ms
W/Resources( 6708): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 5ms+2ms, total 38ms
W/Resources( 6708): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 30ms
W/Resources( 6708): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 3ms+4ms, total 28ms
W/Resources( 6708): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 2ms+8ms, total 38ms
W/Resources( 6708): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+5ms, total 31ms
W/Resources( 6708): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 6708): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+3ms, total 41ms
W/Resources( 6708): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+1ms, total 20ms
W/Resources( 6708): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
E/cutils-trace( 6950): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 1ms+2ms, total 52ms
W/Resources( 6708): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+2ms, total 34ms
W/Resources( 6708): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+22ms, total 41ms
W/Resources( 6708): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+12ms, total 36ms
W/Resources( 6708): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 1ms+3ms, total 35ms
W/Resources( 6708): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 6708): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 6708): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 1ms+1ms, total 33ms
W/Resources( 6708): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+1ms, total 27ms
W/Resources( 6708): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 6708): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 3ms+2ms, total 28ms
W/Resources( 6708): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+2ms, total 26ms
W/Resources( 6708): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 6708): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 2ms+2ms, total 40ms
W/Resources( 6708): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+1ms, total 19ms
W/Resources( 6708): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+2ms, total 33ms
W/Resources( 6708): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
E/cutils-trace( 6954): Error opening trace file: No such file or directory (2)
W/Resources( 6708): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 1ms+1ms, total 35ms
W/Resources( 6708): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 5ms+4ms, total 34ms
W/Resources( 6708): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 6708): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 6708): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 39ms
W/Resources( 6708): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 6708): ...preloaded 274 resources in 3408ms.
I/Zygote ( 6708): ...preloaded 31 resources in 13ms.
D/dalvikvm( 6708): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 2ms+1ms, total 36ms
D/dalvikvm( 6708): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 9ms+6ms, total 41ms
D/dalvikvm( 6708): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 3ms+1ms, total 33ms
I/dalvikvm( 6708): System server process 6957 has been created
I/Zygote ( 6708): Accepting command socket connections
E/BatteryService( 6957): No charger supplies found
I/sysproc ( 6957): Entered system_init()
I/sysproc ( 6957): ServiceManager: 0x414f3140
D/SensorService( 6957): nuSensorService starting...
E/SensorService( 6957): couldn't load sensors module (No such file or directory)
I/sysproc ( 6957): System server: starting Android runtime.
I/sysproc ( 6957): System server: starting Android services.
I/sysproc ( 6957): System server: entering thread pool.
I/SystemServer( 6957): Entered the Android system server!
I/installd( 2102): new connection
E/SWITCHPROFILE( 6957): setprop: sys.interactive = active
I/SystemServer( 6957): Enabled StrictMode logging for UI Looper
I/SystemServer( 6957): Waiting for installd to be ready.
I/Installer( 6957): connecting...
I/SystemServer( 6957): Power Manager
I/SystemServer( 6957): Activity Manager
I/SystemServer( 6957): Enabled StrictMode logging for WM Looper
I/ActivityManager( 6957): Memory class: 64
W/UsageStats( 6957): Usage stats version changed; dropping
I/AppOps ( 6957): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 6957): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 6957): Display Manager
I/DisplayManagerService( 6957): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 6957): Telephony Registry
I/SystemServer( 6957): Scheduling Policy
I/SystemServer( 6957): Package Manager
D/dalvikvm( 6957): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 3ms+2ms, total 48ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 10ms
D/dalvikvm( 6957): GC_FOR_ALLOC freed 381K, 18% free 2727K/3324K, paused 18ms, total 18ms
D/SELinuxMMAC( 6957): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 6957): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 6980): Error opening trace file: No such file or directory (2)
W/PackageManager( 6957): Running ENG build: no pre-dexopt!
D/dalvikvm( 6957): GC_CONCURRENT freed 257K, 13% free 2910K/3324K, paused 4ms+16ms, total 67ms
I/AudioFlinger( 6706): Using module 1 has the primary audio interface
I/AudioFlinger( 6706): AudioFlinger's thread 0x40db0008 ready to run
W/audio_hw_primary( 6706): out_set_parameters routing=2, ret 1, out 1091575976
I/audio_a2dp_hw( 6706): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 6706): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 6706): adev_open(name=audio_hw_if)
I/r_submix( 6706): adev_init_check()
I/AudioFlinger( 6706): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 6706): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 6706): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser( 6957): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 6957): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 6957): GC_CONCURRENT freed 150K, 7% free 3226K/3464K, paused 2ms+14ms, total 71ms
W/PackageParser( 6957): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 6986): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6957): GC_CONCURRENT freed 239K, 9% free 3500K/3824K, paused 2ms+46ms, total 173ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 37ms
D/dalvikvm( 6957): GC_CONCURRENT freed 286K, 9% free 3695K/4060K, paused 2ms+13ms, total 96ms
D/PackageManager( 6957): No files in app dir /vendor/app
W/PackageManager( 6957): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 6957): Time to scan packages: 1.019 seconds
W/PackageManager( 6957): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 6957): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6957): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 6957): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 6957): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 6957): GC_EXPLICIT freed 407K, 14% free 3593K/4176K, paused 4ms+2ms, total 42ms
I/SystemServer( 6957): Entropy Mixer
I/EntropyMixer( 6957): Writing entropy...
I/SystemServer( 6957): User Service
I/SystemServer( 6957): Account Manager
E/cutils-trace( 6990): Error opening trace file: No such file or directory (2)
I/SystemServer( 6957): Content Manager
I/SystemServer( 6957): System Content Providers
I/lights ( 6957): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 6957): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 6957): Lights Service
I/SystemServer( 6957): Battery Service
I/SystemServer( 6957): Vibrator Service
I/libsuspend( 6957): Selected early suspend
I/libsuspend( 6957): Starting early suspend unblocker thread
I/SWITCHPROFILE( 6957): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 6957): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 6957): Alarm Manager
I/SystemServer( 6957): Init Watchdog
I/SystemServer( 6957): Input Manager
I/InputManager( 6957): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 6957): Window Manager
I/WindowManager( 6957): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 6706): Error opening trace file: No such file or directory (2)
I/InputManager( 6957): Starting input manager
I/SystemServer( 6957): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 6957): Input Method Service
E/EventHub( 6957): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService( 6957): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 6957): New device: id=1, fd=87, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 6957): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 6957): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 6957): GC_CONCURRENT freed 316K, 10% free 3788K/4200K, paused 3ms+5ms, total 151ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 33ms
W/ResourceType( 6957): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 6957): Accessibility Manager
I/InputReader( 6957): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 6957): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 6957): Mount Service
D/MountService( 6957): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 6957): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 6957): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 6957): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 6957): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 6957): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 6957): LockSettingsService
I/SystemServer( 6957): Device Policy
I/SystemServer( 6957): Status Bar
I/SystemServer( 6957): Clipboard Service
I/SystemServer( 6957): NetworkManagement Service
D/dalvikvm( 6957): GREF has increased to 201
I/SystemServer( 6957): Text Service Manager Service
I/SystemServer( 6957): NetworkStats Service
I/SystemServer( 6957): NetworkPolicy Service
D/MountService( 6957): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 6957): volume state changed for /mnt/udisk (null -> removed)
I/PackageManager( 6957): No secure containers on sdcard
I/SystemServer( 6957): Wi-Fi P2pService
W/PackageManager( 6957): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
I/SystemServer( 6957): Wi-Fi Service
W/PackageManager( 6957): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6957): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 6957): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 6957): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 6957): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
E/cutils-trace( 7024): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6957): GC_CONCURRENT freed 309K, 10% free 3955K/4360K, paused 5ms+2ms, total 103ms
I/SystemServer( 6957): Connectivity Service
D/ConnectivityService( 6957): ConnectivityService starting up
D/ConnectivityService( 6957): wifiOnly=false
D/CommandListener( 6707): Setting iface cfg
D/CommandListener( 6707): Trying to bring up eth0
E/CommandListener( 6707): Error upping interface
W/SystemServer( 6957): ***********************************************
F/SystemServer( 6957): BOOT FAILURE starting Connectivity Service
F/SystemServer( 6957): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 6957): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 6957): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 6957): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 6957): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 6957): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 6957): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 6957): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 6957): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 6957): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 6957): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 6957): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 6957): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 6957): ... 5 more
I/SystemServer( 6957): Network Service Discovery Service
D/NsdService( 6957): Network service discovery enabled true
I/SystemServer( 6957): UpdateLock Service
D/WifiHW ( 6957): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 6957): Notification Manager
I/SystemServer( 6957): Device Storage Monitor
I/SystemServer( 6957): Location Manager
I/SystemServer( 6957): Country Detector
I/SystemServer( 6957): Search Service
I/SystemServer( 6957): DropBox Service
I/SystemServer( 6957): Wallpaper Service
I/SystemServer( 6957): Audio Service
I/AudioService( 6957): Remote Control registerMediaButtonIntent() for PendingIntent{41a13478: PendingIntentRecord{41b8f6f0 android broadcastIntent}}
I/SystemServer( 6957): Dock Observer
W/DockObserver( 6957): This kernel does not have dock station support
I/SystemServer( 6957): Wired Accessory Manager
W/WiredAccessoryManager( 6957): This kernel does not have HDMI audio support
I/SystemServer( 6957): USB Service
D/dalvikvm( 6957): GC_CONCURRENT freed 371K, 11% free 4087K/4552K, paused 3ms+5ms, total 142ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 2ms
I/SystemServer( 6957): Serial Service
I/SystemServer( 6957): Twilight Service
I/SystemServer( 6957): UI Mode Manager Service
I/SystemServer( 6957): Backup Service
V/BackupManagerService( 6957): Initializing package tracking
V/BackupManagerService( 6957): No ancestral data
V/BackupManagerService( 6957): addPackageParticipantsLocked: all
I/BackupManagerService( 6957): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 6957): Now staging backup of com.android.calendar
I/BackupManagerService( 6957): Scheduling backup for new app com.android.browser
D/BackupManagerService( 6957): Now staging backup of com.android.browser
I/BackupManagerService( 6957): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 6957): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 6957): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 6957): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 6957): Scheduling backup for new app android
D/BackupManagerService( 6957): Now staging backup of android
I/BackupManagerService( 6957): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 6957): Now staging backup of com.android.providers.settings
V/BackupManagerService( 6957): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41a6db00
V/BackupManagerService( 6957): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 6957): Google transport not present
I/BackupManagerService( 6957): Found stale backup journal, scheduling
I/BackupManagerService( 6957): com.android.calendar
I/BackupManagerService( 6957): com.android.browser
I/BackupManagerService( 6957): com.android.providers.userdictionary
I/BackupManagerService( 6957): com.android.sharedstoragebackup
I/BackupManagerService( 6957): android
I/BackupManagerService( 6957): com.android.providers.settings
I/BackupManagerService( 6957): Backup enabled => false
I/BackupManagerService( 6957): Opting out of backup
I/SystemServer( 6957): AppWidget Service
I/SystemServer( 6957): Recognition Service
I/SystemServer( 6957): DiskStats Service
I/SystemServer( 6957): SamplingProfiler Service
I/SystemServer( 6957): NetworkTimeUpdateService
I/SystemServer( 6957): CommonTimeManagementService
I/SystemServer( 6957): CertBlacklister
I/SystemServer( 6957): Dreams Service
I/WindowManager( 6957): SAFE MODE not enabled
D/dalvikvm( 6957): JIT started for system_server
I/SystemServer( 6957): IdleMaintenanceService
I/SWITCHPROFILE( 6957): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 6957): setprop: sys.interactive = active
I/ActivityManager( 6957): System now ready
I/SystemServer( 6957): Making services ready
I/Zygote ( 6957): Process: zygote socket opened
I/ActivityManager( 6957): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=7040 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService( 6957): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService( 6957): enabling bandwidth control
E/cutils-trace( 7044): Error opening trace file: No such file or directory (2)
D/SystemUIService( 7040): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 7040): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419d1038
D/dalvikvm( 6957): GC_CONCURRENT freed 220K, 7% free 4379K/4692K, paused 17ms+3ms, total 263ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 66ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 29ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 24ms
D/PhoneStatusBar( 7040): mSettingsPanelGravity = 8388661
I/StatusBarManagerService( 6957): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41ae0648
W/SystemServer( 6957): ***********************************************
F/SystemServer( 6957): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 6957): java.lang.NullPointerException
F/SystemServer( 6957): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 6957): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 6957): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 6957): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 6957): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 6957): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 6957): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 6957): GC_CONCURRENT freed 316K, 9% free 4575K/4984K, paused 10ms+13ms, total 137ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 97ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 97ms
E/cutils-trace( 7089): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6957): GC_CONCURRENT freed 351K, 9% free 4744K/5188K, paused 36ms+48ms, total 250ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 226ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 188ms
D/dalvikvm( 7040): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 155ms, total 162ms
D/dalvikvm( 7040): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 50ms, total 50ms
D/dalvikvm( 6957): GC_FOR_ALLOC freed 320K, 13% free 4736K/5392K, paused 92ms, total 94ms
E/cutils-trace( 7093): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7040): GC_CONCURRENT freed 395K, 16% free 2978K/3544K, paused 2ms+1ms, total 153ms
D/dalvikvm( 7040): WAIT_FOR_CONCURRENT_GC blocked 50ms
D/dalvikvm( 6957): GC_CONCURRENT freed 384K, 9% free 4908K/5392K, paused 2ms+3ms, total 244ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 161ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 155ms
D/AndroidRuntime( 7040): Shutting down VM
W/dalvikvm( 7040): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7040): FATAL EXCEPTION: main
E/AndroidRuntime( 7040): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7040): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7040): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7040): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7040): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7040): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7040): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7040): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7040): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7040): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7040): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7040): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7040): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7040): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7040): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7040): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7040): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7040): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7040): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7040): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7040): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7040): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7040): ... 10 more
I/Process ( 7040): Sending signal. PID: 7040 SIG: 9
I/Choreographer( 6957): Skipped 145 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 6957): Process com.android.systemui (pid 7040) has died.
W/ActivityManager( 6957): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 6957): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 6957): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=7097 uid=10018 gids={50018, 1028}
I/ActivityManager( 6957): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=7102 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 7122): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6957): GC_CONCURRENT freed 487K, 11% free 5019K/5604K, paused 24ms+3ms, total 219ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 165ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 160ms
I/ActivityManager( 6957): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 6957): usb_device_open failed
V/KeyguardHostView( 6957): music state changed: 0
D/SystemUIService( 7102): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 7102): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419d2c20
V/TAG ( 6957): bug 7643792: fitSystemWindows([0,0][0,0])
W/RecognitionManagerService( 6957): no available voice recognition services found for user 0
I/StatusBarManagerService( 6957): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41be3720
W/InputMethodManagerService( 6957): Ignoring setImeWindowStatus of uid 1000 token: null
E/cutils-trace( 7131): Error opening trace file: No such file or directory (2)
D/PhoneStatusBar( 7102): mSettingsPanelGravity = 8388661
W/ResourceType( 6957): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 6957): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=7135 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 6957): Adding window token: android.os.Binder@41c9a938
I/LatinIME( 7135): Hardware accelerated drawing: false
D/dalvikvm( 7102): GC_FOR_ALLOC freed 167K, 9% free 2689K/2948K, paused 12ms, total 20ms
D/dalvikvm( 7102): GC_FOR_ALLOC freed 5K, 9% free 2965K/3224K, paused 68ms, total 68ms
F/SystemServer( 6957): BOOT FAILURE making Location Service ready
F/SystemServer( 6957): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 6957): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 6957): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 6957): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 6957): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 6957): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 6957): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 6957): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 6957): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 6957): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 6957): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 6957): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 6957): ***********************************************
D/AndroidRuntime( 7135): Shutting down VM
I/CommonTimeManagementService( 6957): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 6957): Reconfiguring input devices. changes=0x00000020
W/dalvikvm( 7135): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7135): FATAL EXCEPTION: main
E/AndroidRuntime( 7135): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7135): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7135): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7135): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7135): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7135): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7135): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7135): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7135): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7135): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7135): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7135): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7135): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7135): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7135): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7135): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7135): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7135): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7135): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7135): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 7135): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 7135): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 7135): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7135): ... 10 more
D/dalvikvm( 7097): GC_CONCURRENT freed 213K, 10% free 2721K/3020K, paused 3ms+11ms, total 119ms
D/dalvikvm( 6957): GC_CONCURRENT freed 554K, 12% free 5091K/5740K, paused 45ms+15ms, total 265ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 177ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 154ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 139ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 140ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 141ms
W/ResourceType( 6957): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 203ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 163ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 155ms
I/ActivityManager( 6957): Start proc com.android.phone for added application com.android.phone: pid=7158 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/InputReader( 6957): Reconfiguring input devices. changes=0x00000010
I/SystemServer( 6957): Enabled StrictMode for system server main thread.
E/cutils-trace( 7157): Error opening trace file: No such file or directory (2)
I/Process ( 7135): Sending signal. PID: 7135 SIG: 9
D/dalvikvm( 7102): GC_CONCURRENT freed 395K, 16% free 2985K/3552K, paused 2ms+1ms, total 126ms
D/dalvikvm( 7102): WAIT_FOR_CONCURRENT_GC blocked 110ms
I/ActivityManager( 6957): Process com.android.inputmethod.latin (pid 7135) has died.
W/ActivityManager( 6957): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
D/AndroidRuntime( 7102): Shutting down VM
W/dalvikvm( 7102): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7102): FATAL EXCEPTION: main
E/AndroidRuntime( 7102): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7102): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7102): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7102): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7102): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7102): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7102): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7102): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7102): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7102): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7102): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7102): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7102): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7102): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7102): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7102): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7102): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7102): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7102): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7102): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7102): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7102): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7102): ... 10 more
D/dalvikvm( 6957): GC_FOR_ALLOC freed 418K, 11% free 5180K/5792K, paused 103ms, total 104ms
I/Process ( 7102): Sending signal. PID: 7102 SIG: 9
W/TelephonyProvider( 7158): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 6957): GC_FOR_ALLOC freed 99K, 12% free 5202K/5888K, paused 96ms, total 96ms
I/ActivityManager( 6957): Process com.android.systemui (pid 7102) has died.
W/ActivityManager( 6957): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 6957): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 6957): Start proc com.android.systemui for restart com.android.systemui: pid=7178 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/WindowManager( 6957): Window freeze timeout expired.
W/WindowManager( 6957): Force clearing orientation change: Window{41b99f80 u0 Keyguard}
I/AudioService( 6957): Remote Control registerMediaButtonIntent() for PendingIntent{41a8bcb0: PendingIntentRecord{41b8f6f0 android broadcastIntent}}
D/AndroidRuntime( 7158): Shutting down VM
W/dalvikvm( 7158): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7158): FATAL EXCEPTION: main
E/AndroidRuntime( 7158): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7158): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 7158): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 7158): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7158): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7158): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7158): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7158): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7158): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7158): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7158): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7158): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7158): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7158): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7158): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7158): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7158): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7158): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7158): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7158): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7158): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 7158): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 7158): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 7158): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 7158): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 7158): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 7158): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 7158): ... 10 more
E/cutils-trace( 7190): Error opening trace file: No such file or directory (2)
D/dalvikvm( 6957): GC_FOR_ALLOC freed 294K, 12% free 5278K/5972K, paused 122ms, total 122ms
I/Process ( 7158): Sending signal. PID: 7158 SIG: 9
I/ActivityManager( 6957): Process com.android.phone (pid 7158) has died.
I/ActivityManager( 6957): Start proc com.android.phone for restart com.android.phone: pid=7198 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 6957): GC_CONCURRENT freed 571K, 12% free 5394K/6064K, paused 17ms+4ms, total 262ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 158ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 155ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 148ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 136ms
D/dalvikvm( 6957): WAIT_FOR_CONCURRENT_GC blocked 106ms
D/SystemUIService( 7178): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
V/KeyguardHostView( 6957): music state changed: 0
E/BluetoothAdapter( 6957): Bluetooth binder is null
E/BluetoothAdapter( 6957): Bluetooth binder is null
W/dalvikvm( 6957): threadid=41: thread exiting with uncaught exception (group=0x4174b700)
V/TAG ( 6957): bug 7643792: fitSystemWindows([0,0][0,0])
D/SystemUIService( 7178): running: com.android.systemui.statusbar.phone.PhoneStatusBar@419d91a0
V/WiredAccessoryManager( 6957): init()
D/dalvikvm( 7097): GC_CONCURRENT freed 272K, 11% free 2934K/3292K, paused 2ms+42ms, total 224ms
D/dalvikvm( 7097): WAIT_FOR_CONCURRENT_GC blocked 166ms
I/dalvikvm-heap( 7097): Grow heap (frag case) to 3.557MB for 640016-byte allocation
W/WiredAccessoryManager( 6957): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/StatusBarManagerService( 6957): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b68760
D/dalvikvm( 6957): GREF has increased to 301
D/PhoneStatusBar( 7178): mSettingsPanelGravity = 8388661
D/dalvikvm( 7097): GC_FOR_ALLOC freed 23K, 10% free 3536K/3920K, paused 125ms, total 125ms
W/TelephonyProvider( 7198): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace( 7221): Error opening trace file: No such file or directory (2)
I/Choreographer( 6957): Skipped 151 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 7198): Shutting down VM
W/dalvikvm( 7198): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7198): FATAL EXCEPTION: main
E/AndroidRuntime( 7198): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7198): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 7198): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 7198): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7198): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7198): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7198): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7198): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7198): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7198): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7198): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7198): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7198): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7198): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7198): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7198): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7198): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7198): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7198): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7198): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7198): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 7198): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 7198): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 7198): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 7198): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 7198): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 7198): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 7198): ... 10 more
D/dalvikvm( 7097): GC_FOR_ALLOC freed 0K, 10% free 3536K/3920K, paused 251ms, total 251ms
I/dalvikvm-heap( 7097): Grow heap (frag case) to 3.877MB for 360016-byte allocation
D/dalvikvm( 7097): GC_FOR_ALLOC freed 0K, 9% free 3887K/4272K, paused 104ms, total 104ms
E/AndroidRuntime( 6957): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 6957): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 6957): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 6957): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 6957): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 6957): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 6957): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 6957): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 6957): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 6957): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 6957): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 6957): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6957): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6957): at android.os.HandlerThread.run(HandlerThread.java:61)
D/dalvikvm( 7178): GC_FOR_ALLOC freed 186K, 10% free 2705K/2984K, paused 22ms, total 23ms
I/Process ( 7198): Sending signal. PID: 7198 SIG: 9
W/ActivityManager( 6957): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 6957): Process com.android.phone (pid 7198) has died.
I/ActivityManager( 6957): Start proc com.android.phone for restart com.android.phone: pid=7242 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 7178): GC_FOR_ALLOC freed 4K, 9% free 2975K/3260K, paused 132ms, total 132ms
D/dalvikvm( 6957): GC_FOR_ALLOC freed 497K, 12% free 5370K/6064K, paused 137ms, total 140ms
I/dalvikvm-heap( 6957): Grow heap (frag case) to 5.653MB for 335032-byte allocation
D/dalvikvm( 6957): GC_FOR_ALLOC freed 6K, 11% free 5691K/6392K, paused 57ms, total 57ms
E/cutils-trace( 7256): Error opening trace file: No such file or directory (2)
I/Process ( 6957): Sending signal. PID: 6957 SIG: 9
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'telephony.registry' died
D/AndroidRuntime( 7097): Shutting down VM
W/AudioFlinger( 6706): power manager service died !!!
W/dalvikvm( 7097): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/DisplayManager( 7242): Could not get display information from display manager.
E/DisplayManager( 7242): android.os.DeadObjectException
E/DisplayManager( 7242): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 7242): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 7242): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 7242): at android.view.Display.updateDisplayInfoLocked(Display.java:569)
E/DisplayManager( 7242): at android.view.Display.getMetrics(Display.java:524)
E/DisplayManager( 7242): at android.app.ActivityThread.getDisplayMetricsLocked(ActivityThread.java:1651)
E/DisplayManager( 7242): at android.app.ActivityThread.getSystemContext(ActivityThread.java:1940)
E/DisplayManager( 7242): at android.app.ActivityThread$DropBoxReporter.<init>(ActivityThread.java:5056)
E/DisplayManager( 7242): at android.app.ActivityThread.attach(ActivityThread.java:4994)
E/DisplayManager( 7242): at android.app.ActivityThread.main(ActivityThread.java:5090)
E/DisplayManager( 7242): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 7242): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 7242): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 7242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 7242): at dalvik.system.NativeStart.main(Native Method)
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/DisplayManager( 7242): Could not get display information from display manager.
E/DisplayManager( 7242): android.os.DeadObjectException
E/DisplayManager( 7242): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 7242): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 7242): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 7242): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 7242): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 7242): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 7242): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4214)
E/DisplayManager( 7242): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/DisplayManager( 7242): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/DisplayManager( 7242): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 7242): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 7242): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 7242): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 7242): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 7242): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 7242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 7242): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7097): FATAL EXCEPTION: main
E/AndroidRuntime( 7097): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 7097): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 7097): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 7097): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 7097): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 7097): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7097): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7097): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7097): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7097): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7097): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7097): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7097): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7097): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 7097): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:223)
E/AndroidRuntime( 7097): at android.appwidget.AppWidgetHostView.getDefaultPaddingForWidget(AppWidgetHostView.java:187)
E/AndroidRuntime( 7097): at com.android.launcher2.Launcher.getSpanForWidget(Launcher.java:1142)
E/AndroidRuntime( 7097): at com.android.launcher2.Launcher.getSpanForWidget(Launcher.java:1151)
E/AndroidRuntime( 7097): at com.android.launcher2.AppsCustomizePagedView.onPackagesUpdated(AppsCustomizePagedView.java:455)
E/AndroidRuntime( 7097): at com.android.launcher2.Launcher.onCreate(Launcher.java:395)
E/AndroidRuntime( 7097): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 7097): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 7097): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 7097): ... 11 more
E/AndroidRuntime( 7097): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 7097): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7097): at android.content.pm.IPackageManager$Stub$Proxy.getApplicationInfo(IPackageManager.java:1576)
E/AndroidRuntime( 7097): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:218)
E/AndroidRuntime( 7097): ... 19 more
D/AndroidRuntime( 7242): Shutting down VM
W/dalvikvm( 7242): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7242): FATAL EXCEPTION: main
E/AndroidRuntime( 7242): java.lang.NullPointerException
E/AndroidRuntime( 7242): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime( 7242): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4214)
E/AndroidRuntime( 7242): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 7242): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7242): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7242): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7242): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7242): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7242): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7242): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7242): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 7242): Sending signal. PID: 7242 SIG: 9
E/AndroidRuntime( 7242): Error reporting crash
E/AndroidRuntime( 7242): android.os.DeadObjectException
E/AndroidRuntime( 7242): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7242): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7242): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7242): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7242): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7242): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 7097): Sending signal. PID: 7097 SIG: 9
E/AndroidRuntime( 7097): Error reporting crash
E/AndroidRuntime( 7097): android.os.DeadObjectException
E/AndroidRuntime( 7097): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7097): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7097): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7097): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7097): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7097): at dalvik.system.NativeStart.main(Native Method)
E/DisplayManager( 7178): Could not get display information from display manager.
E/DisplayManager( 7178): android.os.DeadObjectException
E/DisplayManager( 7178): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 7178): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 7178): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 7178): at android.view.Choreographer.getRefreshRate(Choreographer.java:178)
E/DisplayManager( 7178): at android.view.Choreographer.<init>(Choreographer.java:169)
E/DisplayManager( 7178): at android.view.Choreographer.<init>(Choreographer.java:69)
E/DisplayManager( 7178): at android.view.Choreographer$1.initialValue(Choreographer.java:95)
E/DisplayManager( 7178): at android.view.Choreographer$1.initialValue(Choreographer.java:88)
E/DisplayManager( 7178): at java.lang.ThreadLocal$Values.getAfterMiss(ThreadLocal.java:430)
E/DisplayManager( 7178): at java.lang.ThreadLocal.get(ThreadLocal.java:65)
E/DisplayManager( 7178): at android.view.Choreographer.getInstance(Choreographer.java:191)
E/DisplayManager( 7178): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:564)
E/DisplayManager( 7178): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:539)
E/DisplayManager( 7178): at android.animation.ValueAnimator.getOrCreateAnimationHandler(ValueAnimator.java:1262)
E/DisplayManager( 7178): at android.animation.ValueAnimator.start(ValueAnimator.java:917)
E/DisplayManager( 7178): at android.animation.ValueAnimator.start(ValueAnimator.java:931)
E/DisplayManager( 7178): at android.view.ViewPropertyAnimator.startAnimation(ViewPropertyAnimator.java:772)
E/DisplayManager( 7178): at android.view.ViewPropertyAnimator.start(ViewPropertyAnimator.java:355)
E/DisplayManager( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.setAreThereNotifications(PhoneStatusBar.java:1179)
E/DisplayManager( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:484)
E/DisplayManager( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 7178): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 7178): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 7178): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 7178): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 7178): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 7178): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 7178): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 7178): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 7178): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 7178): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 7178): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 7178): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 7178): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 7178): Shutting down VM
W/dalvikvm( 7178): threadid=1: thread exiting with uncaught exception (group=0x4174b700)
E/AndroidRuntime( 7178): FATAL EXCEPTION: main
E/AndroidRuntime( 7178): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 7178): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7178): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7178): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7178): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7178): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7178): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7178): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7178): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7178): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7178): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7178): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7178): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 7178): at android.view.Choreographer.getRefreshRate(Choreographer.java:180)
E/AndroidRuntime( 7178): at android.view.Choreographer.<init>(Choreographer.java:169)
E/AndroidRuntime( 7178): at android.view.Choreographer.<init>(Choreographer.java:69)
E/AndroidRuntime( 7178): at android.view.Choreographer$1.initialValue(Choreographer.java:95)
E/AndroidRuntime( 7178): at android.view.Choreographer$1.initialValue(Choreographer.java:88)
E/AndroidRuntime( 7178): at java.lang.ThreadLocal$Values.getAfterMiss(ThreadLocal.java:430)
E/AndroidRuntime( 7178): at java.lang.ThreadLocal.get(ThreadLocal.java:65)
E/AndroidRuntime( 7178): at android.view.Choreographer.getInstance(Choreographer.java:191)
E/AndroidRuntime( 7178): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:564)
E/AndroidRuntime( 7178): at android.animation.ValueAnimator$AnimationHandler.<init>(ValueAnimator.java:539)
E/AndroidRuntime( 7178): at android.animation.ValueAnimator.getOrCreateAnimationHandler(ValueAnimator.java:1262)
E/AndroidRuntime( 7178): at android.animation.ValueAnimator.start(ValueAnimator.java:917)
E/AndroidRuntime( 7178): at android.animation.ValueAnimator.start(ValueAnimator.java:931)
E/AndroidRuntime( 7178): at android.view.ViewPropertyAnimator.startAnimation(ViewPropertyAnimator.java:772)
E/AndroidRuntime( 7178): at android.view.ViewPropertyAnimator.start(ViewPropertyAnimator.java:355)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.setAreThereNotifications(PhoneStatusBar.java:1179)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:484)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7178): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7178): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7178): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7178): ... 10 more
I/Process ( 7178): Sending signal. PID: 7178 SIG: 9
E/AndroidRuntime( 7178): Error reporting crash
E/AndroidRuntime( 7178): android.os.DeadObjectException
E/AndroidRuntime( 7178): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7178): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7178): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7178): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7178): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7178): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 6708): Exit zygote because system server (6957) has terminated
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/Netd ( 7260): Netd 1.0 starting
W/InterfaceController( 7260): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace( 7268): Error opening trace file: No such file or directory (2)
I/mediaserver( 7259): ServiceManager: 0x416ea230
I/AudioFlinger( 7259): Using default 3000 mSec as standby time.
I/CameraService( 7259): CameraService started (pid=7259)
I/CameraService( 7259): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 7259): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 7259): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 7259): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 7259): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 7259): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 7259): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 7259): out rate 44100
W/audio_hw_primary( 7259): in rate 0, channels 0 format 0
I/AudioFlinger( 7259): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 7259): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 7259): opened out stream...1097777320
I/AudioFlinger( 7259): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 7259): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 7259): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 7261):
D/AndroidRuntime( 7261): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 7261): CheckJNI is ON
I/AndroidRuntime( 7261): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 7261): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 7261): Added shared lib libjavacore.so 0x0
D/dalvikvm( 7261): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 7261): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 7261): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace( 7314): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration( 7261): Profiling disabled.
I/Zygote ( 7261): Preloading classes...
E/cutils-trace( 7261): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 1ms+0ms, total 6ms
D/dalvikvm( 7261): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 8ms
D/dalvikvm( 7261): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 7261): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 23ms
D/dalvikvm( 7261): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+1ms, total 23ms
D/dalvikvm( 7261): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 27ms
D/dalvikvm( 7261): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 5ms
D/dalvikvm( 7261): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+1ms, total 11ms
D/dalvikvm( 7261): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 2ms+1ms, total 11ms
D/TextLayoutCache( 7261): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 7261): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 7261): register_android_mtp_MtpDevice
I/dalvikvm( 7261): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 7261): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 7261): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 7261): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 23ms
E/cutils-trace( 7357): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+0ms, total 22ms
D/dalvikvm( 7261): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 37ms, total 37ms
D/dalvikvm( 7261): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 2ms+1ms, total 48ms
D/dalvikvm( 7261): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 3ms+0ms, total 32ms
D/dalvikvm( 7261): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 28ms
D/dalvikvm( 7261): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 2ms+2ms, total 31ms
D/dalvikvm( 7261): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 59ms
E/cutils-trace( 7397): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 54ms
D/dalvikvm( 7261): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 52ms
D/dalvikvm( 7261): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 55ms
I/dalvikvm( 7261): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 7261): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 7261): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 55ms
D/dalvikvm( 7261): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 2ms+4ms, total 52ms
D/dalvikvm( 7261): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 10ms+10ms, total 56ms
E/cutils-trace( 7436): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 60ms
D/dalvikvm( 7261): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 12ms+1ms, total 61ms
D/dalvikvm( 7261): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 52ms
D/dalvikvm( 7261): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 48ms
D/dalvikvm( 7261): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 56ms
D/dalvikvm( 7261): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+1ms, total 44ms
D/dalvikvm( 7261): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 6ms+6ms, total 60ms
D/dalvikvm( 7261): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 2ms+6ms, total 63ms
I/System ( 7261): Loaded time zone names for "" in 316ms (287ms in ICU)
E/cutils-trace( 7477): Error opening trace file: No such file or directory (2)
I/System ( 7261): Loaded time zone names for "en_US" in 189ms (162ms in ICU)
D/dalvikvm( 7261): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+2ms, total 49ms
E/Netd ( 7260): Unable to create netlink socket: Protocol not supported
E/Netd ( 7260): Unable to open quota2 logging socket
D/MDnsDS ( 7260): MDnsSdListener::Hander starting up
D/MDnsDS ( 7260): MDnsSdListener starting to monitor
D/MDnsDS ( 7260): Going to poll with pollCount 1
D/dalvikvm( 7261): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 44ms
D/dalvikvm( 7261): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 30ms
D/dalvikvm( 7261): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 26ms
D/dalvikvm( 7261): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+4ms, total 48ms
D/dalvikvm( 7261): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+1ms, total 31ms
D/dalvikvm( 7261): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+1ms, total 28ms
I/Zygote ( 7261): ...preloaded 2879 classes in 4836ms.
D/dalvikvm( 7261): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+2ms, total 31ms
I/Zygote ( 7261): Preloading resources...
W/Resources( 7261): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+2ms, total 27ms
W/Resources( 7261): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+2ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+2ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+2ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 7261): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
E/cutils-trace( 7497): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+1ms, total 23ms
W/Resources( 7261): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+4ms, total 29ms
W/Resources( 7261): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 5ms+1ms, total 36ms
W/Resources( 7261): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+1ms, total 33ms
W/Resources( 7261): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+12ms, total 40ms
W/Resources( 7261): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 4ms+1ms, total 40ms
W/Resources( 7261): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+4ms, total 38ms
W/Resources( 7261): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+2ms, total 25ms
W/Resources( 7261): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 7261): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+1ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 5ms+2ms, total 32ms
W/Resources( 7261): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+1ms, total 29ms
W/Resources( 7261): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+1ms, total 33ms
W/Resources( 7261): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
E/cutils-trace( 7501): Error opening trace file: No such file or directory (2)
W/Resources( 7261): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 2ms+1ms, total 49ms
W/Resources( 7261): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 2ms+1ms, total 36ms
W/Resources( 7261): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+1ms, total 41ms
W/Resources( 7261): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+12ms, total 39ms
W/Resources( 7261): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+1ms, total 37ms
W/Resources( 7261): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+1ms, total 33ms
W/Resources( 7261): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+10ms, total 35ms
W/Resources( 7261): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 7261): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 7261): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 3ms+4ms, total 37ms
W/Resources( 7261): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+7ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 7261): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 9ms+2ms, total 35ms
W/Resources( 7261): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 26ms
W/Resources( 7261): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
E/cutils-trace( 7505): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+2ms, total 38ms
W/Resources( 7261): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+12ms, total 35ms
W/Resources( 7261): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 2ms+1ms, total 38ms
W/Resources( 7261): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+2ms, total 37ms
W/Resources( 7261): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+12ms, total 34ms
W/Resources( 7261): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 7ms+3ms, total 40ms
W/Resources( 7261): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 1ms+2ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 7261): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+5ms, total 33ms
W/Resources( 7261): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+2ms, total 29ms
W/Resources( 7261): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+1ms, total 30ms
W/Resources( 7261): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 2ms+5ms, total 34ms
W/Resources( 7261): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 7ms+2ms, total 33ms
W/Resources( 7261): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 7261): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+1ms, total 31ms
W/Resources( 7261): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 7261): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
E/cutils-trace( 7509): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7261): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 3ms+2ms, total 48ms
W/Resources( 7261): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 7261): ...preloaded 274 resources in 3365ms.
I/Zygote ( 7261): ...preloaded 31 resources in 22ms.
D/dalvikvm( 7261): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+11ms, total 31ms
D/dalvikvm( 7261): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 2ms+1ms, total 41ms
D/dalvikvm( 7261): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 28ms
I/dalvikvm( 7261): System server process 7512 has been created
I/Zygote ( 7261): Accepting command socket connections
E/BatteryService( 7512): No charger supplies found
I/sysproc ( 7512): Entered system_init()
I/sysproc ( 7512): ServiceManager: 0x632a92d0
D/SensorService( 7512): nuSensorService starting...
E/SensorService( 7512): couldn't load sensors module (No such file or directory)
I/sysproc ( 7512): System server: starting Android runtime.
I/sysproc ( 7512): System server: starting Android services.
I/sysproc ( 7512): System server: entering thread pool.
I/SystemServer( 7512): Entered the Android system server!
I/SystemServer( 7512): Enabled StrictMode logging for UI Looper
I/SystemServer( 7512): Waiting for installd to be ready.
I/installd( 2102): new connection
I/Installer( 7512): connecting...
I/SystemServer( 7512): Power Manager
E/SWITCHPROFILE( 7512): setprop: sys.interactive = active
I/SystemServer( 7512): Enabled StrictMode logging for WM Looper
I/SystemServer( 7512): Activity Manager
I/ActivityManager( 7512): Memory class: 64
W/UsageStats( 7512): Usage stats version changed; dropping
I/AppOps ( 7512): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 7512): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 7512): Display Manager
I/DisplayManagerService( 7512): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 7512): Telephony Registry
I/SystemServer( 7512): Scheduling Policy
I/SystemServer( 7512): Package Manager
D/dalvikvm( 7512): GC_CONCURRENT freed 223K, 11% free 2795K/3108K, paused 3ms+14ms, total 49ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 448K, 20% free 2727K/3388K, paused 20ms, total 20ms
D/SELinuxMMAC( 7512): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 7512): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 7535): Error opening trace file: No such file or directory (2)
W/PackageManager( 7512): Running ENG build: no pre-dexopt!
D/dalvikvm( 7512): GC_CONCURRENT freed 257K, 15% free 2894K/3388K, paused 2ms+2ms, total 100ms
I/AudioFlinger( 7259): Using module 1 has the primary audio interface
I/AudioFlinger( 7259): AudioFlinger's thread 0x40d91008 ready to run
W/audio_hw_primary( 7259): out_set_parameters routing=2, ret 1, out 1097777320
I/audio_a2dp_hw( 7259): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 7259): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 7259): adev_open(name=audio_hw_if)
I/r_submix( 7259): adev_init_check()
I/AudioFlinger( 7259): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 7259): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 7259): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser( 7512): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 7512): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 7512): GC_CONCURRENT freed 143K, 7% free 3218K/3448K, paused 3ms+13ms, total 78ms
W/PackageParser( 7512): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 7541): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7512): GC_CONCURRENT freed 239K, 9% free 3484K/3812K, paused 3ms+24ms, total 94ms
D/dalvikvm( 7512): GC_CONCURRENT freed 267K, 9% free 3698K/4044K, paused 3ms+12ms, total 99ms
D/PackageManager( 7512): No files in app dir /vendor/app
W/PackageManager( 7512): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 7512): Time to scan packages: 1.121 seconds
W/PackageManager( 7512): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 7512): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 7512): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 7512): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 7512): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 7512): GC_EXPLICIT freed 423K, 14% free 3605K/4160K, paused 2ms+3ms, total 47ms
I/SystemServer( 7512): Entropy Mixer
I/EntropyMixer( 7512): Writing entropy...
I/SystemServer( 7512): User Service
I/SystemServer( 7512): Account Manager
I/SystemServer( 7512): Content Manager
I/SystemServer( 7512): System Content Providers
I/lights ( 7512): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 7512): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 7512): Lights Service
I/SystemServer( 7512): Battery Service
E/cutils-trace( 7546): Error opening trace file: No such file or directory (2)
I/SystemServer( 7512): Vibrator Service
I/libsuspend( 7512): Selected early suspend
I/libsuspend( 7512): Starting early suspend unblocker thread
I/SWITCHPROFILE( 7512): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 7512): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 7512): Alarm Manager
I/SystemServer( 7512): Init Watchdog
I/SystemServer( 7512): Input Manager
I/InputManager( 7512): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 7512): Window Manager
I/WindowManager( 7512): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 7259): Error opening trace file: No such file or directory (2)
I/InputManager( 7512): Starting input manager
I/SystemServer( 7512): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 7512): Input Method Service
E/EventHub( 7512): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService( 7512): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 7512): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 7512): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 7512): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 7512): GC_CONCURRENT freed 327K, 11% free 3790K/4212K, paused 3ms+3ms, total 169ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 52ms
W/ResourceType( 7512): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 7512): Accessibility Manager
I/ActivityManager( 7512): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 7512): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 7512): Mount Service
D/MountService( 7512): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 7512): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 7512): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 7512): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 7512): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 7512): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 7512): LockSettingsService
I/SystemServer( 7512): Device Policy
I/SystemServer( 7512): Status Bar
I/SystemServer( 7512): Clipboard Service
I/SystemServer( 7512): NetworkManagement Service
D/dalvikvm( 7512): GREF has increased to 201
I/SystemServer( 7512): Text Service Manager Service
I/SystemServer( 7512): NetworkStats Service
D/MountService( 7512): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 7512): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 7512): NetworkPolicy Service
I/SystemServer( 7512): Wi-Fi P2pService
I/PackageManager( 7512): No secure containers on sdcard
W/PackageManager( 7512): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 7512): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
I/SystemServer( 7512): Wi-Fi Service
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 7512): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 7512): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 7512): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 7512): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm( 7512): GC_CONCURRENT freed 298K, 10% free 3923K/4316K, paused 3ms+2ms, total 64ms
E/cutils-trace( 7579): Error opening trace file: No such file or directory (2)
I/SystemServer( 7512): Connectivity Service
D/ConnectivityService( 7512): ConnectivityService starting up
D/ConnectivityService( 7512): wifiOnly=false
D/CommandListener( 7260): Setting iface cfg
D/CommandListener( 7260): Trying to bring up eth0
E/CommandListener( 7260): Error upping interface
F/SystemServer( 7512): BOOT FAILURE starting Connectivity Service
F/SystemServer( 7512): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 7512): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 7512): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 7512): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 7512): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 7512): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 7512): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 7512): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 7512): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 7512): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 7512): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 7512): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 7512): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 7512): ... 5 more
W/SystemServer( 7512): ***********************************************
I/SystemServer( 7512): Network Service Discovery Service
D/NsdService( 7512): Network service discovery enabled true
I/SystemServer( 7512): UpdateLock Service
D/WifiHW ( 7512): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 7512): Notification Manager
I/SystemServer( 7512): Device Storage Monitor
I/SystemServer( 7512): Location Manager
I/SystemServer( 7512): Country Detector
I/SystemServer( 7512): Search Service
I/SystemServer( 7512): DropBox Service
I/SystemServer( 7512): Wallpaper Service
I/SystemServer( 7512): Audio Service
I/AudioService( 7512): Remote Control registerMediaButtonIntent() for PendingIntent{4198d698: PendingIntentRecord{41b55490 android broadcastIntent}}
D/dalvikvm( 7512): GC_CONCURRENT freed 307K, 9% free 4107K/4508K, paused 3ms+18ms, total 150ms
I/SystemServer( 7512): Dock Observer
W/DockObserver( 7512): This kernel does not have dock station support
I/SystemServer( 7512): Wired Accessory Manager
W/WiredAccessoryManager( 7512): This kernel does not have HDMI audio support
I/SystemServer( 7512): USB Service
I/SystemServer( 7512): Serial Service
I/SystemServer( 7512): Twilight Service
I/SystemServer( 7512): UI Mode Manager Service
I/SystemServer( 7512): Backup Service
V/BackupManagerService( 7512): Initializing package tracking
V/BackupManagerService( 7512): No ancestral data
V/BackupManagerService( 7512): addPackageParticipantsLocked: all
I/BackupManagerService( 7512): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 7512): Now staging backup of com.android.calendar
I/BackupManagerService( 7512): Scheduling backup for new app com.android.browser
D/BackupManagerService( 7512): Now staging backup of com.android.browser
I/BackupManagerService( 7512): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 7512): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 7512): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 7512): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 7512): Scheduling backup for new app android
D/BackupManagerService( 7512): Now staging backup of android
I/BackupManagerService( 7512): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 7512): Now staging backup of com.android.providers.settings
V/BackupManagerService( 7512): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41adb318
V/BackupManagerService( 7512): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 7512): Google transport not present
I/BackupManagerService( 7512): Found stale backup journal, scheduling
I/BackupManagerService( 7512): com.android.calendar
I/BackupManagerService( 7512): com.android.browser
I/BackupManagerService( 7512): com.android.providers.userdictionary
I/BackupManagerService( 7512): com.android.sharedstoragebackup
I/BackupManagerService( 7512): android
I/BackupManagerService( 7512): com.android.providers.settings
I/BackupManagerService( 7512): Backup enabled => false
I/BackupManagerService( 7512): Opting out of backup
I/SystemServer( 7512): AppWidget Service
I/SystemServer( 7512): Recognition Service
I/SystemServer( 7512): DiskStats Service
I/SystemServer( 7512): SamplingProfiler Service
I/SystemServer( 7512): NetworkTimeUpdateService
I/SystemServer( 7512): CommonTimeManagementService
I/SystemServer( 7512): CertBlacklister
I/SystemServer( 7512): Dreams Service
I/WindowManager( 7512): SAFE MODE not enabled
D/dalvikvm( 7512): JIT started for system_server
I/SystemServer( 7512): IdleMaintenanceService
I/ActivityManager( 7512): System now ready
I/SWITCHPROFILE( 7512): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 7512): setprop: sys.interactive = active
I/SystemServer( 7512): Making services ready
I/Zygote ( 7512): Process: zygote socket opened
I/ActivityManager( 7512): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=7597 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 7512): enabling bandwidth control
W/MountService( 7512): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
E/cutils-trace( 7596): Error opening trace file: No such file or directory (2)
D/SystemUIService( 7597): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/dalvikvm( 7512): GC_CONCURRENT freed 291K, 9% free 4316K/4704K, paused 3ms+74ms, total 383ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 271ms
D/SystemUIService( 7597): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41994038
W/SystemServer( 7512): ***********************************************
F/SystemServer( 7512): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 7512): java.lang.NullPointerException
F/SystemServer( 7512): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 7512): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 7512): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 7512): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 7512): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 7512): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 7512): at com.android.server.ServerThread.run(SystemServer.java:866)
I/StatusBarManagerService( 7512): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41ae2678
D/PhoneStatusBar( 7597): mSettingsPanelGravity = 8388661
D/dalvikvm( 7512): GC_CONCURRENT freed 242K, 7% free 4585K/4920K, paused 3ms+17ms, total 139ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 104ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 102ms
E/cutils-trace( 7644): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7512): GC_CONCURRENT freed 487K, 12% free 4620K/5200K, paused 26ms+47ms, total 269ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 205ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 204ms
D/dalvikvm( 7597): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 138ms, total 141ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 132K, 12% free 4612K/5200K, paused 84ms, total 90ms
I/dalvikvm-heap( 7512): Grow heap (frag case) to 4.649MB for 59552-byte allocation
D/dalvikvm( 7597): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 68ms, total 68ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 2K, 12% free 4667K/5260K, paused 81ms, total 81ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 59K, 12% free 4642K/5260K, paused 75ms, total 76ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 10K, 11% free 4707K/5260K, paused 88ms, total 94ms
E/cutils-trace( 7648): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7597): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 3ms+1ms, total 92ms
D/dalvikvm( 7597): WAIT_FOR_CONCURRENT_GC blocked 77ms
D/dalvikvm( 7512): GC_FOR_ALLOC freed 71K, 12% free 4741K/5344K, paused 175ms, total 176ms
D/AndroidRuntime( 7597): Shutting down VM
W/dalvikvm( 7597): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7597): FATAL EXCEPTION: main
E/AndroidRuntime( 7597): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7597): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7597): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7597): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7597): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7597): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7597): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7597): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7597): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7597): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7597): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7597): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7597): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7597): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7597): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7597): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7597): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7597): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7597): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7597): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7597): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7597): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7597): ... 10 more
I/Process ( 7597): Sending signal. PID: 7597 SIG: 9
I/ActivityManager( 7512): Process com.android.systemui (pid 7597) has died.
W/ActivityManager( 7512): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 7512): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 7512): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=7652 uid=10018 gids={50018, 1028}
I/ActivityManager( 7512): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=7657 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 7512): GC_CONCURRENT freed 340K, 9% free 4952K/5392K, paused 9ms+5ms, total 165ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 85ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 36ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 36ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 89ms
E/cutils-trace( 7679): Error opening trace file: No such file or directory (2)
I/Choreographer( 7512): Skipped 174 frames! The application may be doing too much work on its main thread.
D/SystemUIService( 7657): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 7657): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41995af0
I/ActivityManager( 7512): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
I/StatusBarManagerService( 7512): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b95100
D/PhoneStatusBar( 7657): mSettingsPanelGravity = 8388661
E/UsbHostManagerJNI( 7512): usb_device_open failed
E/cutils-trace( 7686): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7512): GC_CONCURRENT freed 537K, 12% free 5022K/5656K, paused 4ms+53ms, total 340ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 269ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 76ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 31ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 249ms
W/RecognitionManagerService( 7512): no available voice recognition services found for user 0
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 79ms
V/KeyguardHostView( 7512): music state changed: 0
V/TAG ( 7512): bug 7643792: fitSystemWindows([0,0][0,0])
D/dalvikvm( 7657): GC_FOR_ALLOC freed 167K, 9% free 2687K/2948K, paused 182ms, total 182ms
D/dalvikvm( 7657): GC_FOR_ALLOC freed 4K, 9% free 2960K/3224K, paused 86ms, total 86ms
W/InputMethodManagerService( 7512): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 7512): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 7512): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=7693 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 7512): Adding window token: android.os.Binder@41c78ce0
W/SystemServer( 7512): ***********************************************
F/SystemServer( 7512): BOOT FAILURE making Location Service ready
F/SystemServer( 7512): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 7512): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 7512): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 7512): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 7512): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 7512): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 7512): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 7512): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 7512): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 7512): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 7512): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 7512): at com.android.server.ServerThread.run(SystemServer.java:866)
I/CommonTimeManagementService( 7512): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 7512): Reconfiguring input devices. changes=0x00000020
D/dalvikvm( 7657): GC_CONCURRENT freed 395K, 16% free 2984K/3552K, paused 19ms+5ms, total 98ms
D/dalvikvm( 7657): WAIT_FOR_CONCURRENT_GC blocked 31ms
D/dalvikvm( 7652): GC_CONCURRENT freed 213K, 10% free 2720K/3020K, paused 3ms+25ms, total 121ms
D/dalvikvm( 7512): GC_CONCURRENT freed 530K, 11% free 5117K/5744K, paused 4ms+42ms, total 309ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 241ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 235ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 236ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 237ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 158ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 139ms
E/cutils-trace( 7710): Error opening trace file: No such file or directory (2)
I/ActivityManager( 7512): Start proc com.android.phone for added application com.android.phone: pid=7713 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/InputReader( 7512): Reconfiguring input devices. changes=0x00000010
I/SystemServer( 7512): Enabled StrictMode for system server main thread.
D/AndroidRuntime( 7657): Shutting down VM
W/dalvikvm( 7657): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7657): FATAL EXCEPTION: main
E/AndroidRuntime( 7657): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7657): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7657): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7657): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7657): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7657): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7657): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7657): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7657): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7657): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7657): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7657): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7657): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7657): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7657): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7657): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7657): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7657): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7657): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7657): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7657): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7657): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7657): ... 10 more
I/LatinIME( 7693): Hardware accelerated drawing: false
D/dalvikvm( 7512): GC_FOR_ALLOC freed 389K, 12% free 5203K/5860K, paused 175ms, total 176ms
I/AudioService( 7512): Remote Control registerMediaButtonIntent() for PendingIntent{41b7e6d0: PendingIntentRecord{41b55490 android broadcastIntent}}
I/Process ( 7657): Sending signal. PID: 7657 SIG: 9
I/ActivityManager( 7512): Process com.android.systemui (pid 7657) has died.
W/ActivityManager( 7512): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 7512): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 7512): Start proc com.android.systemui for restart com.android.systemui: pid=7730 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/AndroidRuntime( 7693): Shutting down VM
W/dalvikvm( 7693): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7693): FATAL EXCEPTION: main
E/AndroidRuntime( 7693): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7693): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7693): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7693): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7693): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7693): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7693): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7693): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7693): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7693): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7693): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7693): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7693): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7693): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7693): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7693): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7693): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7693): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7693): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7693): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 7693): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 7693): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 7693): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7693): ... 10 more
W/TelephonyProvider( 7713): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 7512): GC_FOR_ALLOC freed 231K, 12% free 5267K/5944K, paused 170ms, total 171ms
I/Process ( 7693): Sending signal. PID: 7693 SIG: 9
I/ActivityManager( 7512): Process com.android.inputmethod.latin (pid 7693) has died.
W/ActivityManager( 7512): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
W/ResourceType( 7512): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/dalvikvm( 7512): GC_CONCURRENT freed 543K, 11% free 5409K/6052K, paused 3ms+16ms, total 72ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 62ms
D/dalvikvm( 7512): WAIT_FOR_CONCURRENT_GC blocked 63ms
E/cutils-trace( 7746): Error opening trace file: No such file or directory (2)
I/ActivityManager( 7512): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=7750 uid=10024 gids={50024, 3003, 1015, 1028}
E/BluetoothAdapter( 7512): Bluetooth binder is null
D/AndroidRuntime( 7713): Shutting down VM
W/dalvikvm( 7713): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
D/dalvikvm( 7652): GC_FOR_ALLOC freed 126K, 7% free 2882K/3096K, paused 149ms, total 152ms
E/AndroidRuntime( 7713): FATAL EXCEPTION: main
E/AndroidRuntime( 7713): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7713): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 7713): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 7713): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7713): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7713): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7713): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7713): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7713): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7713): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7713): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7713): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7713): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7713): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7713): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7713): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7713): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7713): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7713): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7713): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7713): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 7713): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 7713): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 7713): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 7713): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 7713): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 7713): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 7713): ... 10 more
I/dalvikvm-heap( 7652): Grow heap (frag case) to 3.506MB for 640016-byte allocation
V/KeyguardHostView( 7512): music state changed: 0
E/BluetoothAdapter( 7512): Bluetooth binder is null
V/WiredAccessoryManager( 7512): init()
I/dalvikvm( 7750): Turning on JNI app bug workarounds for target SDK version 9...
W/dalvikvm( 7512): threadid=41: thread exiting with uncaught exception (group=0x4170e700)
W/WiredAccessoryManager( 7512): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
V/TAG ( 7512): bug 7643792: fitSystemWindows([0,0][0,0])
I/Process ( 7713): Sending signal. PID: 7713 SIG: 9
I/ActivityManager( 7512): Process com.android.phone (pid 7713) has died.
I/ActivityManager( 7512): Start proc com.android.phone for restart com.android.phone: pid=7770 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 7730): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/dalvikvm( 7652): GC_FOR_ALLOC freed 12K, 7% free 3495K/3724K, paused 180ms, total 180ms
D/dalvikvm( 7652): GC_CONCURRENT freed <1K, 7% free 3495K/3724K, paused 2ms+2ms, total 19ms
D/SystemUIService( 7730): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4199cb10
E/AndroidRuntime( 7512): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 7512): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7512): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7512): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7512): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7512): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7512): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7512): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 7512): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 7512): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 7512): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 7512): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7512): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7512): at android.os.HandlerThread.run(HandlerThread.java:61)
I/Choreographer( 7512): Skipped 130 frames! The application may be doing too much work on its main thread.
W/WindowManager( 7512): Window freeze timeout expired.
W/WindowManager( 7512): Force clearing orientation change: Window{41b3b308 u0 Keyguard}
D/dalvikvm( 7652): GC_CONCURRENT freed 642K, 21% free 3241K/4076K, paused 2ms+4ms, total 83ms
D/dalvikvm( 7512): GREF has increased to 301
D/dalvikvm( 7512): GC_FOR_ALLOC freed 502K, 12% free 5383K/6052K, paused 84ms, total 86ms
I/dalvikvm-heap( 7512): Grow heap (frag case) to 5.665MB for 335032-byte allocation
D/dalvikvm( 7512): GC_FOR_ALLOC freed 8K, 11% free 5701K/6380K, paused 62ms, total 62ms
I/StatusBarManagerService( 7512): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b7d6e8
E/cutils-trace( 7804): Error opening trace file: No such file or directory (2)
I/Choreographer( 7512): Skipped 50 frames! The application may be doing too much work on its main thread.
D/PhoneStatusBar( 7730): mSettingsPanelGravity = 8388661
W/TelephonyProvider( 7770): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/AudioService( 7512): Remote Control registerMediaButtonIntent() for PendingIntent{41bc4aa8: PendingIntentRecord{41cda760 com.android.music broadcastIntent}}
I/ActivityManager( 7512): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=7809 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
D/dalvikvm( 7261): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+4ms, total 46ms
V/KeyguardHostView( 7512): hide transport, gen:3
V/KeyguardHostView( 7512): update widget: transport state changed
I/Choreographer( 7512): Skipped 41 frames! The application may be doing too much work on its main thread.
I/Process ( 7512): Sending signal. PID: 7512 SIG: 9
D/dalvikvm( 7261): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 9ms+3ms, total 62ms
D/dalvikvm( 7261): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 9ms+7ms, total 73ms
D/dalvikvm( 7730): GC_FOR_ALLOC freed 186K, 10% free 2705K/2984K, paused 12ms, total 12ms
D/dalvikvm( 7730): GC_FOR_ALLOC freed 4K, 9% free 2975K/3260K, paused 11ms, total 11ms
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/JavaBinder( 7730): !!! FAILED BINDER TRANSACTION !!!
E/DisplayManager( 7730): Could not get display information from display manager.
E/DisplayManager( 7730): android.os.TransactionTooLargeException
E/DisplayManager( 7730): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 7730): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 7730): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 7730): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 7730): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 7730): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/DisplayManager( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 7730): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 7730): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 7730): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 7730): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 7730): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 7730): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 7730): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 7730): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 7730): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 7730): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 7730): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 7730): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 7730): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 7730): Shutting down VM
W/dalvikvm( 7730): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7730): FATAL EXCEPTION: main
E/AndroidRuntime( 7730): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 7730): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7730): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7730): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7730): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7730): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7730): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7730): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7730): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7730): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7730): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7730): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7730): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 7730): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/AndroidRuntime( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 7730): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 7730): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 7730): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 7730): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7730): ... 10 more
E/cutils-trace( 7823): Error opening trace file: No such file or directory (2)
E/SearchManager( 7652): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 7652): getGlobalSearchActivity() failed: android.os.DeadObjectException
W/Settings( 7770): Can't get key preferred_network_mode from content://settings/global
W/Settings( 7770): android.os.DeadObjectException
W/Settings( 7770): at android.os.BinderProxy.transact(Native Method)
W/Settings( 7770): at android.content.ContentProviderProxy.query(ContentProviderNative.java:383)
W/Settings( 7770): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:890)
W/Settings( 7770): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
W/Settings( 7770): at android.provider.Settings$Global.getString(Settings.java:5504)
W/Settings( 7770): at android.provider.Settings$Global.getInt(Settings.java:5560)
W/Settings( 7770): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:107)
W/Settings( 7770): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
W/Settings( 7770): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
W/Settings( 7770): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
W/Settings( 7770): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
W/Settings( 7770): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
W/Settings( 7770): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
W/Settings( 7770): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
W/Settings( 7770): at android.os.Handler.dispatchMessage(Handler.java:99)
W/Settings( 7770): at android.os.Looper.loop(Looper.java:137)
W/Settings( 7770): at android.app.ActivityThread.main(ActivityThread.java:5103)
W/Settings( 7770): at java.lang.reflect.Method.invokeNative(Native Method)
W/Settings( 7770): at java.lang.reflect.Method.invoke(Method.java:525)
W/Settings( 7770): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
W/Settings( 7770): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
W/Settings( 7770): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 7652): Shutting down VM
W/dalvikvm( 7652): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
W/AudioFlinger( 7259): power manager service died !!!
E/ActivityThread( 7750): Failed to find provider info for media
W/AudioFlinger( 7259): Thread AudioOut_2 cannot connect to the power manager service
E/AndroidRuntime( 7730): Error reporting crash
E/AndroidRuntime( 7730): android.os.DeadObjectException
E/AndroidRuntime( 7730): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7730): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7730): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7730): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7730): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7730): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 7730): Sending signal. PID: 7730 SIG: 9
D/AndroidRuntime( 7750): Shutting down VM
W/dalvikvm( 7750): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7652): FATAL EXCEPTION: main
E/AndroidRuntime( 7652): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 7652): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 7652): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 7652): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 7652): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 7652): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7652): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7652): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7652): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7652): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7652): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7652): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7652): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7652): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 7652): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 7652): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 7652): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 7652): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 7652): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 7652): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 7652): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 7652): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 7652): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 7652): ... 11 more
E/AndroidRuntime( 7652): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 7652): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7652): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 7652): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 7652): ... 19 more
E/AndroidRuntime( 7750): FATAL EXCEPTION: main
E/AndroidRuntime( 7750): java.lang.RuntimeException: Unable to create service com.android.music.MediaPlaybackService: java.lang.NullPointerException
E/AndroidRuntime( 7750): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 7750): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 7750): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 7750): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7750): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7750): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7750): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7750): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7750): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7750): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7750): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7750): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 7750): at android.appwidget.AppWidgetManager.getAppWidgetIds(AppWidgetManager.java:812)
E/AndroidRuntime( 7750): at com.android.music.MediaAppWidgetProvider.hasInstances(MediaAppWidgetProvider.java:92)
E/AndroidRuntime( 7750): at com.android.music.MediaAppWidgetProvider.notifyChange(MediaAppWidgetProvider.java:101)
E/AndroidRuntime( 7750): at com.android.music.MediaPlaybackService.notifyChange(MediaPlaybackService.java:820)
E/AndroidRuntime( 7750): at com.android.music.MediaPlaybackService.onCreate(MediaPlaybackService.java:342)
E/AndroidRuntime( 7750): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 7750): ... 10 more
D/AndroidRuntime( 7770): Shutting down VM
E/AndroidRuntime( 7750): Error reporting crash
E/AndroidRuntime( 7750): android.os.DeadObjectException
E/AndroidRuntime( 7750): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7750): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7750): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7750): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7750): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7750): at dalvik.system.NativeStart.main(Native Method)
W/dalvikvm( 7770): threadid=1: thread exiting with uncaught exception (group=0x4170e700)
E/AndroidRuntime( 7770): FATAL EXCEPTION: main
E/AndroidRuntime( 7770): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7770): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 7770): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 7770): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 7770): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7770): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7770): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 7770): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7770): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 7770): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 7770): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 7770): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7770): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 7770): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 7770): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 7770): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 7770): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 7770): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 7770): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7770): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 7770): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 7770): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 7770): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 7770): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 7770): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 7770): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 7770): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 7770): ... 10 more
I/Process ( 7750): Sending signal. PID: 7750 SIG: 9
I/Process ( 7652): Sending signal. PID: 7652 SIG: 9
E/AndroidRuntime( 7652): Error reporting crash
E/AndroidRuntime( 7652): android.os.DeadObjectException
E/AndroidRuntime( 7652): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7652): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7652): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7652): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7652): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7652): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7770): Error reporting crash
E/AndroidRuntime( 7770): android.os.DeadObjectException
E/AndroidRuntime( 7770): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 7770): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 7770): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 7770): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 7770): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 7770): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 7770): Sending signal. PID: 7770 SIG: 9
I/Zygote ( 7261): Exit zygote because system server (7512) has terminated
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/Netd ( 7830): Netd 1.0 starting
W/InterfaceController( 7830): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace( 7845): Error opening trace file: No such file or directory (2)
I/mediaserver( 7829): ServiceManager: 0x40be9230
I/AudioFlinger( 7829): Using default 3000 mSec as standby time.
I/CameraService( 7829): CameraService started (pid=7829)
I/CameraService( 7829): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 7829): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 7829): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 7829): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 7829): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 7829): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 7829): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 7829): out rate 44100
W/audio_hw_primary( 7829): in rate 0, channels 0 format 0
I/AudioFlinger( 7829): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 7829): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 7829): opened out stream...1086237872
I/AudioFlinger( 7829): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 7829): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 7829): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 7831):
D/AndroidRuntime( 7831): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 7831): CheckJNI is ON
I/AndroidRuntime( 7831): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 7831): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 7831): Added shared lib libjavacore.so 0x0
D/dalvikvm( 7831): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 7831): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 7831): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 7831): Profiling disabled.
I/Zygote ( 7831): Preloading classes...
E/cutils-trace( 7892): Error opening trace file: No such file or directory (2)
E/cutils-trace( 7831): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 23ms
D/dalvikvm( 7831): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 8ms
D/dalvikvm( 7831): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 7831): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 13ms
D/dalvikvm( 7831): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 4ms
D/dalvikvm( 7831): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 25ms
D/dalvikvm( 7831): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 15ms
D/dalvikvm( 7831): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 1ms+1ms, total 9ms
D/dalvikvm( 7831): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 2ms+0ms, total 11ms
D/TextLayoutCache( 7831): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 7831): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 7831): register_android_mtp_MtpDevice
I/dalvikvm( 7831): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 7831): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 7831): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 7831): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 15ms
D/dalvikvm( 7831): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+1ms, total 33ms
E/cutils-trace( 7932): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 28ms, total 35ms
D/dalvikvm( 7831): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 1ms+1ms, total 52ms
D/dalvikvm( 7831): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+10ms, total 40ms
D/dalvikvm( 7831): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 2ms+3ms, total 34ms
D/dalvikvm( 7831): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+1ms, total 31ms
D/dalvikvm( 7831): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 2ms+4ms, total 54ms
D/dalvikvm( 7831): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 36ms
E/cutils-trace( 7975): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 53ms
D/dalvikvm( 7831): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 31ms
I/dalvikvm( 7831): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 7831): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 7831): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 34ms
D/dalvikvm( 7831): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 42ms
D/dalvikvm( 7831): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 5ms+3ms, total 55ms
D/dalvikvm( 7831): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 16ms+6ms, total 59ms
D/dalvikvm( 7831): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 50ms
E/cutils-trace( 8017): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 57ms
D/dalvikvm( 7831): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 48ms
D/dalvikvm( 7831): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 46ms
D/dalvikvm( 7831): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 2ms+1ms, total 57ms
D/dalvikvm( 7831): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+2ms, total 65ms
D/dalvikvm( 7831): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+1ms, total 46ms
I/System ( 7831): Loaded time zone names for "" in 321ms (288ms in ICU)
E/Netd ( 7830): Unable to create netlink socket: Protocol not supported
E/Netd ( 7830): Unable to open quota2 logging socket
D/MDnsDS ( 7830): MDnsSdListener::Hander starting up
D/MDnsDS ( 7830): MDnsSdListener starting to monitor
D/MDnsDS ( 7830): Going to poll with pollCount 1
I/System ( 7831): Loaded time zone names for "en_US" in 218ms (180ms in ICU)
D/dalvikvm( 7831): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+2ms, total 25ms
E/cutils-trace( 8063): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 2ms+1ms, total 41ms
D/dalvikvm( 7831): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 11ms+2ms, total 51ms
D/dalvikvm( 7831): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 31ms
D/dalvikvm( 7831): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 36ms
D/dalvikvm( 7831): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+15ms, total 40ms
D/dalvikvm( 7831): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+2ms, total 36ms
I/Zygote ( 7831): ...preloaded 2879 classes in 4778ms.
D/dalvikvm( 7831): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 5ms+2ms, total 38ms
I/Zygote ( 7831): Preloading resources...
W/Resources( 7831): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 7ms+1ms, total 32ms
W/Resources( 7831): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+3ms, total 30ms
W/Resources( 7831): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+5ms, total 40ms
W/Resources( 7831): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+2ms, total 32ms
W/Resources( 7831): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+2ms, total 34ms
W/Resources( 7831): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 1ms+2ms, total 36ms
W/Resources( 7831): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+1ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
E/cutils-trace( 8067): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 6ms+1ms, total 47ms
W/Resources( 7831): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+11ms, total 31ms
W/Resources( 7831): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+12ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+11ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 7831): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 4ms+3ms, total 38ms
W/Resources( 7831): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+2ms, total 26ms
W/Resources( 7831): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 7831): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+1ms, total 27ms
W/Resources( 7831): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+3ms, total 36ms
W/Resources( 7831): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+2ms, total 27ms
W/Resources( 7831): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 21ms
W/Resources( 7831): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
E/cutils-trace( 8071): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 4ms+1ms, total 41ms
W/Resources( 7831): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 5ms+1ms, total 35ms
W/Resources( 7831): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 2ms+21ms, total 40ms
W/Resources( 7831): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+1ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 2ms+1ms, total 42ms
W/Resources( 7831): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 3ms+2ms, total 32ms
W/Resources( 7831): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 27ms
W/Resources( 7831): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+2ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 4ms+2ms, total 29ms
W/Resources( 7831): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 28ms
W/Resources( 7831): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 7831): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+9ms, total 36ms
W/Resources( 7831): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+2ms, total 31ms
W/Resources( 7831): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 1ms+1ms, total 33ms
W/Resources( 7831): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
E/cutils-trace( 8075): Error opening trace file: No such file or directory (2)
W/Resources( 7831): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+1ms, total 30ms
W/Resources( 7831): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 36ms
W/Resources( 7831): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 5ms+1ms, total 43ms
W/Resources( 7831): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 3ms+2ms, total 35ms
W/Resources( 7831): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 7831): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 7831): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 1ms+1ms, total 27ms
W/Resources( 7831): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 1ms+2ms, total 32ms
W/Resources( 7831): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+2ms, total 28ms
W/Resources( 7831): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 7831): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+2ms, total 29ms
W/Resources( 7831): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+2ms, total 35ms
W/Resources( 7831): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 5ms+1ms, total 36ms
W/Resources( 7831): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
E/cutils-trace( 8079): Error opening trace file: No such file or directory (2)
D/dalvikvm( 7831): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+12ms, total 47ms
W/Resources( 7831): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 37ms
W/Resources( 7831): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+12ms, total 39ms
W/Resources( 7831): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 7831): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 7831): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+12ms, total 33ms
W/Resources( 7831): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 7831): ...preloaded 274 resources in 3516ms.
I/Zygote ( 7831): ...preloaded 31 resources in 14ms.
D/dalvikvm( 7831): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 31ms
D/dalvikvm( 7831): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 6ms+2ms, total 33ms
D/dalvikvm( 7831): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 2ms+2ms, total 35ms
I/dalvikvm( 7831): System server process 8082 has been created
I/Zygote ( 7831): Accepting command socket connections
E/BatteryService( 8082): No charger supplies found
I/sysproc ( 8082): Entered system_init()
I/sysproc ( 8082): ServiceManager: 0x594b3b18
D/SensorService( 8082): nuSensorService starting...
E/SensorService( 8082): couldn't load sensors module (No such file or directory)
I/sysproc ( 8082): System server: starting Android runtime.
I/sysproc ( 8082): System server: starting Android services.
I/sysproc ( 8082): System server: entering thread pool.
I/installd( 2102): new connection
I/SystemServer( 8082): Entered the Android system server!
I/SystemServer( 8082): Enabled StrictMode logging for UI Looper
I/SystemServer( 8082): Waiting for installd to be ready.
I/Installer( 8082): connecting...
E/SWITCHPROFILE( 8082): setprop: sys.interactive = active
I/SystemServer( 8082): Power Manager
I/SystemServer( 8082): Activity Manager
I/SystemServer( 8082): Enabled StrictMode logging for WM Looper
I/ActivityManager( 8082): Memory class: 64
W/UsageStats( 8082): Usage stats version changed; dropping
I/AppOps ( 8082): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 8082): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 8082): Display Manager
I/DisplayManagerService( 8082): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 8082): Telephony Registry
I/SystemServer( 8082): Scheduling Policy
I/SystemServer( 8082): Package Manager
D/dalvikvm( 8082): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 8ms+4ms, total 57ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm( 8082): GC_FOR_ALLOC freed 381K, 18% free 2727K/3324K, paused 11ms, total 12ms
D/SELinuxMMAC( 8082): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 8082): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 8105): Error opening trace file: No such file or directory (2)
I/AudioFlinger( 7829): Using module 1 has the primary audio interface
I/AudioFlinger( 7829): AudioFlinger's thread 0x40ba1008 ready to run
W/audio_hw_primary( 7829): out_set_parameters routing=2, ret 1, out 1086237872
I/audio_a2dp_hw( 7829): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 7829): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
W/PackageManager( 8082): Running ENG build: no pre-dexopt!
I/r_submix( 7829): adev_open(name=audio_hw_if)
I/r_submix( 7829): adev_init_check()
I/AudioFlinger( 7829): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 7829): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 7829): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 8082): GC_CONCURRENT freed 258K, 13% free 2908K/3324K, paused 3ms+5ms, total 72ms
W/PackageParser( 8082): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 8082): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 8082): GC_CONCURRENT freed 150K, 7% free 3226K/3464K, paused 12ms+14ms, total 79ms
W/PackageParser( 8082): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 8111): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8082): GC_CONCURRENT freed 238K, 9% free 3439K/3764K, paused 2ms+3ms, total 109ms
D/dalvikvm( 8082): GC_CONCURRENT freed 255K, 9% free 3668K/4008K, paused 3ms+13ms, total 99ms
D/PackageManager( 8082): No files in app dir /vendor/app
W/PackageManager( 8082): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 8082): Time to scan packages: 1.023 seconds
W/PackageManager( 8082): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 8082): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8082): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 8082): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 8082): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
E/cutils-trace( 8115): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8082): GC_EXPLICIT freed 393K, 12% free 3638K/4124K, paused 2ms+2ms, total 58ms
I/SystemServer( 8082): Entropy Mixer
I/EntropyMixer( 8082): Writing entropy...
I/SystemServer( 8082): User Service
I/SystemServer( 8082): Account Manager
I/SystemServer( 8082): Content Manager
I/SystemServer( 8082): System Content Providers
I/lights ( 8082): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 8082): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 8082): Lights Service
I/SystemServer( 8082): Battery Service
I/SystemServer( 8082): Vibrator Service
I/libsuspend( 8082): Selected early suspend
I/libsuspend( 8082): Starting early suspend unblocker thread
I/SWITCHPROFILE( 8082): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 8082): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 8082): Alarm Manager
I/SystemServer( 8082): Init Watchdog
I/SystemServer( 8082): Input Manager
I/InputManager( 8082): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 8082): Window Manager
I/WindowManager( 8082): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 7829): Error opening trace file: No such file or directory (2)
I/InputManager( 8082): Starting input manager
I/SystemServer( 8082): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 8082): Input Method Service
E/EventHub( 8082): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService( 8082): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 8082): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 8082): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 8082): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 8082): GC_CONCURRENT freed 360K, 11% free 3789K/4244K, paused 6ms+3ms, total 178ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 45ms
W/ResourceType( 8082): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 8082): Accessibility Manager
I/ActivityManager( 8082): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 8082): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 8082): Mount Service
D/MountService( 8082): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 8082): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 8082): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 8082): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 8082): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 8082): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 8082): LockSettingsService
I/SystemServer( 8082): Device Policy
I/SystemServer( 8082): Status Bar
I/SystemServer( 8082): Clipboard Service
I/SystemServer( 8082): NetworkManagement Service
D/dalvikvm( 8082): GREF has increased to 201
I/SystemServer( 8082): Text Service Manager Service
I/SystemServer( 8082): NetworkStats Service
D/MountService( 8082): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 8082): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 8082): NetworkPolicy Service
I/PackageManager( 8082): No secure containers on sdcard
I/SystemServer( 8082): Wi-Fi P2pService
W/PackageManager( 8082): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 8082): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8082): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 8082): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 8082): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 8082): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
E/cutils-trace( 8146): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8082): GC_CONCURRENT freed 272K, 9% free 3918K/4284K, paused 3ms+2ms, total 60ms
I/SystemServer( 8082): Wi-Fi Service
I/SystemServer( 8082): Connectivity Service
D/ConnectivityService( 8082): ConnectivityService starting up
D/ConnectivityService( 8082): wifiOnly=false
D/CommandListener( 7830): Setting iface cfg
D/CommandListener( 7830): Trying to bring up eth0
E/CommandListener( 7830): Error upping interface
F/SystemServer( 8082): BOOT FAILURE starting Connectivity Service
F/SystemServer( 8082): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 8082): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 8082): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 8082): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 8082): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 8082): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 8082): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 8082): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 8082): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 8082): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 8082): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 8082): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 8082): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 8082): ... 5 more
W/SystemServer( 8082): ***********************************************
I/SystemServer( 8082): Network Service Discovery Service
D/NsdService( 8082): Network service discovery enabled true
I/SystemServer( 8082): UpdateLock Service
D/WifiHW ( 8082): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 8082): Notification Manager
I/SystemServer( 8082): Device Storage Monitor
I/SystemServer( 8082): Location Manager
I/SystemServer( 8082): Country Detector
I/SystemServer( 8082): Search Service
I/SystemServer( 8082): DropBox Service
I/SystemServer( 8082): Wallpaper Service
I/SystemServer( 8082): Audio Service
I/AudioService( 8082): Remote Control registerMediaButtonIntent() for PendingIntent{41313718: PendingIntentRecord{41313620 android broadcastIntent}}
D/dalvikvm( 8082): GC_CONCURRENT freed 319K, 10% free 4085K/4496K, paused 3ms+31ms, total 132ms
I/SystemServer( 8082): Dock Observer
W/DockObserver( 8082): This kernel does not have dock station support
I/SystemServer( 8082): Wired Accessory Manager
W/WiredAccessoryManager( 8082): This kernel does not have HDMI audio support
I/SystemServer( 8082): USB Service
I/SystemServer( 8082): Serial Service
I/SystemServer( 8082): Twilight Service
I/SystemServer( 8082): UI Mode Manager Service
I/SystemServer( 8082): Backup Service
V/BackupManagerService( 8082): Initializing package tracking
V/BackupManagerService( 8082): No ancestral data
V/BackupManagerService( 8082): addPackageParticipantsLocked: all
I/BackupManagerService( 8082): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 8082): Now staging backup of com.android.calendar
I/BackupManagerService( 8082): Scheduling backup for new app com.android.browser
D/BackupManagerService( 8082): Now staging backup of com.android.browser
I/BackupManagerService( 8082): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 8082): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 8082): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 8082): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 8082): Scheduling backup for new app android
D/BackupManagerService( 8082): Now staging backup of android
I/BackupManagerService( 8082): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 8082): Now staging backup of com.android.providers.settings
V/BackupManagerService( 8082): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41302430
V/BackupManagerService( 8082): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 8082): Google transport not present
I/BackupManagerService( 8082): Found stale backup journal, scheduling
I/BackupManagerService( 8082): com.android.calendar
I/BackupManagerService( 8082): com.android.browser
I/BackupManagerService( 8082): com.android.providers.userdictionary
I/BackupManagerService( 8082): com.android.sharedstoragebackup
I/BackupManagerService( 8082): android
I/BackupManagerService( 8082): com.android.providers.settings
I/BackupManagerService( 8082): Backup enabled => false
I/BackupManagerService( 8082): Opting out of backup
I/SystemServer( 8082): AppWidget Service
I/SystemServer( 8082): Recognition Service
I/SystemServer( 8082): DiskStats Service
I/SystemServer( 8082): SamplingProfiler Service
I/SystemServer( 8082): NetworkTimeUpdateService
I/SystemServer( 8082): CommonTimeManagementService
I/SystemServer( 8082): CertBlacklister
I/SystemServer( 8082): Dreams Service
I/SystemServer( 8082): IdleMaintenanceService
I/WindowManager( 8082): SAFE MODE not enabled
D/dalvikvm( 8082): JIT started for system_server
I/SWITCHPROFILE( 8082): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 8082): setprop: sys.interactive = active
I/ActivityManager( 8082): System now ready
I/SystemServer( 8082): Making services ready
E/cutils-trace( 8162): Error opening trace file: No such file or directory (2)
I/Zygote ( 8082): Process: zygote socket opened
I/ActivityManager( 8082): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=8168 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 8082): enabling bandwidth control
W/MountService( 8082): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/dalvikvm( 8082): GC_CONCURRENT freed 267K, 8% free 4331K/4692K, paused 27ms+161ms, total 554ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 150ms
W/SystemServer( 8082): ***********************************************
F/SystemServer( 8082): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 8082): java.lang.NullPointerException
F/SystemServer( 8082): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 8082): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 8082): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 8082): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 8082): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 8082): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 8082): at com.android.server.ServerThread.run(SystemServer.java:866)
D/SystemUIService( 8168): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 8168): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4114c038
D/dalvikvm( 8082): GC_CONCURRENT freed 267K, 8% free 4576K/4936K, paused 4ms+7ms, total 92ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 43ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 44ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 45ms
I/StatusBarManagerService( 8082): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41308a98
D/PhoneStatusBar( 8168): mSettingsPanelGravity = 8388661
E/cutils-trace( 8213): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8082): GC_CONCURRENT freed 366K, 9% free 4729K/5188K, paused 2ms+33ms, total 214ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 127ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 121ms
D/dalvikvm( 8082): GC_FOR_ALLOC freed 397K, 13% free 4694K/5344K, paused 92ms, total 94ms
D/dalvikvm( 8082): GC_FOR_ALLOC freed 63K, 12% free 4722K/5344K, paused 87ms, total 87ms
D/dalvikvm( 8168): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 74ms, total 79ms
E/cutils-trace( 8217): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8168): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 141ms, total 141ms
D/dalvikvm( 8082): GC_CONCURRENT freed 343K, 9% free 4929K/5372K, paused 3ms+3ms, total 120ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 56ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 57ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 56ms
I/Choreographer( 8082): Skipped 144 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 8168): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 3ms+8ms, total 151ms
D/dalvikvm( 8168): WAIT_FOR_CONCURRENT_GC blocked 34ms
E/cutils-trace( 8221): Error opening trace file: No such file or directory (2)
E/UsbHostManagerJNI( 8082): usb_device_open failed
I/ActivityManager( 8082): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
W/RecognitionManagerService( 8082): no available voice recognition services found for user 0
D/AndroidRuntime( 8168): Shutting down VM
W/dalvikvm( 8168): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8168): FATAL EXCEPTION: main
E/AndroidRuntime( 8168): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8168): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8168): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8168): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8168): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8168): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8168): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8168): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8168): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8168): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8168): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8168): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8168): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8168): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8168): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8168): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8168): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8168): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8168): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8168): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8168): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8168): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8168): ... 10 more
D/dalvikvm( 8082): GC_CONCURRENT freed 536K, 12% free 4992K/5628K, paused 29ms+4ms, total 127ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 63ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 42ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 42ms
I/Process ( 8168): Sending signal. PID: 8168 SIG: 9
I/ActivityManager( 8082): Process com.android.systemui (pid 8168) has died.
W/ActivityManager( 8082): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 8082): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
V/KeyguardHostView( 8082): music state changed: 0
I/ActivityManager( 8082): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=8227 uid=10018 gids={50018, 1028}
I/ActivityManager( 8082): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=8235 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
V/TAG ( 8082): bug 7643792: fitSystemWindows([0,0][0,0])
W/InputMethodManagerService( 8082): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 8082): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 8082): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=8251 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 8082): Adding window token: android.os.Binder@41408568
F/SystemServer( 8082): BOOT FAILURE making Location Service ready
F/SystemServer( 8082): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 8082): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 8082): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 8082): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 8082): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 8082): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 8082): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 8082): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 8082): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 8082): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 8082): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 8082): at com.android.server.ServerThread.run(SystemServer.java:866)
E/cutils-trace( 8261): Error opening trace file: No such file or directory (2)
W/SystemServer( 8082): ***********************************************
D/dalvikvm( 8082): GC_CONCURRENT freed 472K, 10% free 5137K/5708K, paused 25ms+3ms, total 244ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 230ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 140ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 137ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 132ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 125ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 126ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 127ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 124ms
I/CommonTimeManagementService( 8082): No common time service detected on this platform. Common time services will be unavailable.
D/SystemUIService( 8235): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/InputReader( 8082): Reconfiguring input devices. changes=0x00000020
I/InputReader( 8082): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 8082): Start proc com.android.phone for added application com.android.phone: pid=8277 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 8082): Enabled StrictMode for system server main thread.
D/SystemUIService( 8235): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4114e380
I/StatusBarManagerService( 8082): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41321eb8
D/PhoneStatusBar( 8235): mSettingsPanelGravity = 8388661
I/LatinIME( 8251): Hardware accelerated drawing: false
E/cutils-trace( 8292): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 8251): Shutting down VM
W/dalvikvm( 8251): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8251): FATAL EXCEPTION: main
E/AndroidRuntime( 8251): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8251): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8251): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8251): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8251): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8251): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8251): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8251): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8251): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8251): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8251): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8251): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8251): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8251): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8251): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8251): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8251): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8251): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8251): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8251): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 8251): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 8251): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 8251): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8251): ... 10 more
D/dalvikvm( 8082): GC_FOR_ALLOC freed 268K, 11% free 5228K/5864K, paused 257ms, total 258ms
I/Process ( 8251): Sending signal. PID: 8251 SIG: 9
I/ActivityManager( 8082): Process com.android.inputmethod.latin (pid 8251) has died.
W/ActivityManager( 8082): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
I/AudioService( 8082): Remote Control registerMediaButtonIntent() for PendingIntent{41204070: PendingIntentRecord{41313620 android broadcastIntent}}
W/TelephonyProvider( 8277): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
W/ResourceType( 8082): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
E/cutils-trace( 8301): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8235): GC_FOR_ALLOC freed 167K, 9% free 2694K/2952K, paused 107ms, total 133ms
D/dalvikvm( 8235): GC_FOR_ALLOC freed 4K, 9% free 2965K/3228K, paused 65ms, total 65ms
D/dalvikvm( 8082): GC_CONCURRENT freed 544K, 11% free 5361K/6004K, paused 53ms+4ms, total 333ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 236ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 226ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 131ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 132ms
D/dalvikvm( 8082): WAIT_FOR_CONCURRENT_GC blocked 124ms
W/WindowManager( 8082): Window freeze timeout expired.
W/WindowManager( 8082): Force clearing orientation change: Window{412f6c70 u0 Keyguard}
D/AndroidRuntime( 8277): Shutting down VM
W/dalvikvm( 8277): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8277): FATAL EXCEPTION: main
E/AndroidRuntime( 8277): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8277): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 8277): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8277): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8277): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8277): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8277): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8277): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8277): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8277): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8277): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8277): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8277): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8277): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8277): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8277): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8277): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8277): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8277): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8277): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8277): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 8277): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 8277): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8277): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 8277): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 8277): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8277): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 8277): ... 10 more
V/KeyguardHostView( 8082): music state changed: 0
D/dalvikvm( 8082): GREF has increased to 301
V/TAG ( 8082): bug 7643792: fitSystemWindows([0,0][0,0])
I/Process ( 8277): Sending signal. PID: 8277 SIG: 9
E/BluetoothAdapter( 8082): Bluetooth binder is null
E/BluetoothAdapter( 8082): Bluetooth binder is null
V/WiredAccessoryManager( 8082): init()
W/dalvikvm( 8082): threadid=41: thread exiting with uncaught exception (group=0x40ec6700)
I/ActivityManager( 8082): Process com.android.phone (pid 8277) has died.
I/ActivityManager( 8082): Start proc com.android.phone for restart com.android.phone: pid=8310 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
W/WiredAccessoryManager( 8082): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
D/dalvikvm( 8227): GC_CONCURRENT freed 213K, 10% free 2732K/3032K, paused 28ms+183ms, total 232ms
D/dalvikvm( 8235): GC_CONCURRENT freed 395K, 16% free 2988K/3556K, paused 3ms+14ms, total 135ms
D/dalvikvm( 8235): WAIT_FOR_CONCURRENT_GC blocked 50ms
E/cutils-trace( 8332): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8082): GC_CONCURRENT freed 668K, 13% free 5384K/6152K, paused 35ms+197ms, total 670ms
D/AndroidRuntime( 8235): Shutting down VM
W/dalvikvm( 8235): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
I/Choreographer( 8082): Skipped 171 frames! The application may be doing too much work on its main thread.
I/RecoverySystem( 8082): No recovery log file
E/AndroidRuntime( 8235): FATAL EXCEPTION: main
E/AndroidRuntime( 8235): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8235): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8235): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8235): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8235): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8235): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8235): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8235): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8235): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8235): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8235): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8235): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8235): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8235): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8235): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8235): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8235): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8235): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8235): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8235): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8235): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8235): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8235): ... 10 more
I/ActivityManager( 8082): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=8340 uid=10005 gids={50005, 3003, 1028}
I/ActivityManager( 8082): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=8354 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
I/Process ( 8235): Sending signal. PID: 8235 SIG: 9
I/ActivityManager( 8082): Process com.android.systemui (pid 8235) has died.
W/ActivityManager( 8082): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 8082): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 8082): Start proc com.android.systemui for restart com.android.systemui: pid=8367 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 7831): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 1ms+1ms, total 34ms
E/AndroidRuntime( 8082): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 8082): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8082): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8082): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8082): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8082): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8082): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8082): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 8082): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 8082): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 8082): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 8082): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8082): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8082): at android.os.HandlerThread.run(HandlerThread.java:61)
D/dalvikvm( 7831): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 1ms+2ms, total 32ms
D/dalvikvm( 7831): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 1ms+1ms, total 34ms
W/TelephonyProvider( 8310): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 8082): GC_FOR_ALLOC freed 153K, 13% free 5370K/6152K, paused 70ms, total 71ms
I/dalvikvm-heap( 8082): Grow heap (frag case) to 5.653MB for 335032-byte allocation
D/dalvikvm( 8082): GC_FOR_ALLOC freed 2K, 13% free 5695K/6480K, paused 60ms, total 60ms
E/cutils-trace( 8394): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 8310): Shutting down VM
W/dalvikvm( 8310): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8310): FATAL EXCEPTION: main
E/AndroidRuntime( 8310): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8310): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 8310): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8310): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8310): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8310): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8310): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8310): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8310): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8310): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8310): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8310): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8310): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8310): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8310): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8310): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8310): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8310): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8310): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8310): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8310): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 8310): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 8310): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8310): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 8310): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 8310): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8310): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 8310): ... 10 more
D/dalvikvm( 8227): GC_FOR_ALLOC freed 126K, 7% free 2881K/3092K, paused 157ms, total 166ms
I/dalvikvm-heap( 8227): Grow heap (frag case) to 3.505MB for 640016-byte allocation
D/dalvikvm( 8227): GC_CONCURRENT freed 12K, 7% free 3494K/3720K, paused 2ms+1ms, total 40ms
I/Process ( 8310): Sending signal. PID: 8310 SIG: 9
W/ActivityManager( 8082): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 8082): Process com.android.phone (pid 8310) has died.
I/ActivityManager( 8082): Start proc com.android.phone for restart com.android.phone: pid=8401 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/ExtensionsFactory( 8340): No custom extensions.
D/AlertReceiver( 8340): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
I/ActivityManager( 8082): Start proc com.android.providers.calendar for broadcast com.android.providers.calendar/.CalendarReceiver: pid=8411 uid=10006 gids={50006, 3003, 1015, 1028}
D/SystemUIService( 8367): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/Choreographer( 8082): Skipped 81 frames! The application may be doing too much work on its main thread.
D/SystemUIService( 8367): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41154340
D/dalvikvm( 8227): GC_CONCURRENT freed 646K, 21% free 3240K/4072K, paused 4ms+1ms, total 134ms
E/cutils-trace( 8429): Error opening trace file: No such file or directory (2)
I/StatusBarManagerService( 8082): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@414b1ca0
D/AlertService( 8340): 0 Action = android.intent.action.BOOT_COMPLETED
V/KeyguardHostView( 8082): hide transport, gen:3
V/KeyguardHostView( 8082): update widget: transport state changed
D/PhoneStatusBar( 8367): mSettingsPanelGravity = 8388661
D/AlertService( 8340): Scheduling next alarm with AlarmScheduler. sEventReminderReceived: null
I/Process ( 8082): Sending signal. PID: 8082 SIG: 9
D/dalvikvm( 8367): GC_FOR_ALLOC freed 191K, 10% free 2698K/2980K, paused 14ms, total 15ms
D/dalvikvm( 8367): GC_FOR_ALLOC freed 4K, 9% free 2969K/3256K, paused 21ms, total 21ms
E/cutils-trace( 8442): Error opening trace file: No such file or directory (2)
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'telephony.registry' died
W/AudioFlinger( 7829): power manager service died !!!
E/SearchManager( 8227): getGlobalSearchActivity() failed: android.os.DeadObjectException
E/SearchManager( 8227): getGlobalSearchActivity() failed: android.os.DeadObjectException
D/AndroidRuntime( 8227): Shutting down VM
W/dalvikvm( 8227): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8227): FATAL EXCEPTION: main
E/AndroidRuntime( 8227): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 8227): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 8227): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 8227): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 8227): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 8227): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8227): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8227): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8227): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8227): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8227): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8227): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8227): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8227): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 8227): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 8227): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 8227): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 8227): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 8227): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 8227): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 8227): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 8227): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 8227): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 8227): ... 11 more
E/AndroidRuntime( 8227): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 8227): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8227): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 8227): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 8227): ... 19 more
I/Process ( 8227): Sending signal. PID: 8227 SIG: 9
E/AndroidRuntime( 8227): Error reporting crash
E/AndroidRuntime( 8227): android.os.DeadObjectException
E/AndroidRuntime( 8227): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8227): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 8227): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 8227): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 8227): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 8227): at dalvik.system.NativeStart.main(Native Method)
E/ActivityThread( 8340): Failed to find provider info for com.android.calendar
E/DisplayManager( 8367): Could not get display information from display manager.
E/DisplayManager( 8367): android.os.DeadObjectException
E/DisplayManager( 8367): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 8367): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 8367): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 8367): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 8367): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager( 8367): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/DisplayManager( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager( 8367): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 8367): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 8367): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 8367): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 8367): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 8367): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 8367): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 8367): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 8367): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 8367): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 8367): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 8367): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 8367): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 8411): Shutting down VM
W/dalvikvm( 8411): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
D/AndroidRuntime( 8367): Shutting down VM
W/dalvikvm( 8367): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8411): FATAL EXCEPTION: main
E/AndroidRuntime( 8411): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.providers.calendar; is system dying?
E/AndroidRuntime( 8411): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 8411): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 8411): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8411): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8411): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8411): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8411): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8411): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8411): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8411): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8411): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8411): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8411): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.providers.calendar; is system dying?
E/AndroidRuntime( 8411): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 8411): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 8411): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 8411): ... 11 more
E/AndroidRuntime( 8411): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 8411): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8411): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 8411): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 8411): ... 13 more
E/AndroidRuntime( 8367): FATAL EXCEPTION: main
E/AndroidRuntime( 8367): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 8367): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8367): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8367): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8367): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8367): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8367): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8367): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8367): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8367): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8367): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8367): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8367): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 8367): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/AndroidRuntime( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8367): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8367): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8367): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8367): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8367): ... 10 more
D/AndroidRuntime( 8401): Shutting down VM
W/dalvikvm( 8401): threadid=1: thread exiting with uncaught exception (group=0x40ec6700)
E/AndroidRuntime( 8401): FATAL EXCEPTION: main
E/AndroidRuntime( 8401): java.lang.RuntimeException: Unable to instantiate application com.android.phone.PhoneApp: java.lang.IllegalStateException: Unable to get package info for com.android.phone; is system dying?
E/AndroidRuntime( 8401): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 8401): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 8401): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8401): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8401): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8401): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8401): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8401): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8401): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8401): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8401): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8401): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8401): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.phone; is system dying?
E/AndroidRuntime( 8401): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 8401): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 8401): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 8401): ... 11 more
E/AndroidRuntime( 8401): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 8401): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8401): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 8401): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 8401): ... 13 more
I/Process ( 8411): Sending signal. PID: 8411 SIG: 9
E/AndroidRuntime( 8411): Error reporting crash
E/AndroidRuntime( 8411): android.os.DeadObjectException
E/AndroidRuntime( 8411): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8411): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 8411): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 8411): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 8411): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 8411): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 8367): Sending signal. PID: 8367 SIG: 9
E/AndroidRuntime( 8367): Error reporting crash
E/AndroidRuntime( 8367): android.os.DeadObjectException
E/AndroidRuntime( 8367): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8367): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 8367): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 8367): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 8367): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 8367): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 8401): Sending signal. PID: 8401 SIG: 9
E/AndroidRuntime( 8401): Error reporting crash
E/AndroidRuntime( 8401): android.os.DeadObjectException
E/AndroidRuntime( 8401): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8401): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 8401): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 8401): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 8401): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 8401): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 7831): Exit zygote because system server (8082) has terminated
I/Netd ( 8447): Netd 1.0 starting
W/InterfaceController( 8447): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
E/cutils-trace( 8462): Error opening trace file: No such file or directory (2)
I/mediaserver( 8446): ServiceManager: 0x41113230
I/AudioFlinger( 8446): Using default 3000 mSec as standby time.
I/CameraService( 8446): CameraService started (pid=8446)
I/CameraService( 8446): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 8446): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 8446): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 8446): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 8446): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 8446): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 8446): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 8446): out rate 44100
W/audio_hw_primary( 8446): in rate 0, channels 0 format 0
I/AudioFlinger( 8446): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 8446): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 8446): opened out stream...1091653832
I/AudioFlinger( 8446): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 8446): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 8446): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 8448):
D/AndroidRuntime( 8448): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 8448): CheckJNI is ON
I/AndroidRuntime( 8448): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 8448): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 8448): Added shared lib libjavacore.so 0x0
D/dalvikvm( 8448): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 8448): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 8448): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 8448): Profiling disabled.
I/Zygote ( 8448): Preloading classes...
E/cutils-trace( 8509): Error opening trace file: No such file or directory (2)
E/cutils-trace( 8448): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 9ms
D/dalvikvm( 8448): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 3ms
D/dalvikvm( 8448): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 8448): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 25ms
D/dalvikvm( 8448): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+21ms, total 23ms
D/dalvikvm( 8448): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 1ms+0ms, total 25ms
D/dalvikvm( 8448): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+1ms, total 14ms
D/dalvikvm( 8448): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+0ms, total 25ms
D/dalvikvm( 8448): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 1ms+1ms, total 24ms
D/TextLayoutCache( 8448): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 8448): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 8448): register_android_mtp_MtpDevice
I/dalvikvm( 8448): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 8448): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 8448): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 8448): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 2ms+1ms, total 20ms
D/dalvikvm( 8448): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+0ms, total 35ms
E/cutils-trace( 8549): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 27ms, total 43ms
D/dalvikvm( 8448): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 1ms+1ms, total 39ms
D/dalvikvm( 8448): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 2ms+2ms, total 46ms
D/dalvikvm( 8448): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 4ms+3ms, total 42ms
D/dalvikvm( 8448): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 7ms+3ms, total 47ms
D/dalvikvm( 8448): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/dalvikvm( 8448): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 11ms+2ms, total 50ms
D/dalvikvm( 8448): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 49ms
E/cutils-trace( 8589): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 32ms+1ms, total 71ms
D/dalvikvm( 8448): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+22ms, total 44ms
I/dalvikvm( 8448): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 8448): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 8448): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 39ms
D/dalvikvm( 8448): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 45ms
D/dalvikvm( 8448): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 13ms+12ms, total 55ms
D/dalvikvm( 8448): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 8448): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 50ms
E/cutils-trace( 8629): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 42ms
D/dalvikvm( 8448): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 47ms
D/dalvikvm( 8448): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 49ms
D/dalvikvm( 8448): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 56ms
D/dalvikvm( 8448): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 2ms+2ms, total 40ms
D/dalvikvm( 8448): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+1ms, total 53ms
D/dalvikvm( 8448): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+2ms, total 57ms
I/System ( 8448): Loaded time zone names for "" in 319ms (305ms in ICU)
I/System ( 8448): Loaded time zone names for "en_US" in 230ms (194ms in ICU)
E/cutils-trace( 8667): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+30ms, total 54ms
E/Netd ( 8447): Unable to create netlink socket: Protocol not supported
E/Netd ( 8447): Unable to open quota2 logging socket
D/MDnsDS ( 8447): MDnsSdListener::Hander starting up
D/MDnsDS ( 8447): MDnsSdListener starting to monitor
D/MDnsDS ( 8447): Going to poll with pollCount 1
D/dalvikvm( 8448): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 28ms
D/dalvikvm( 8448): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+13ms, total 37ms
D/dalvikvm( 8448): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 27ms
D/dalvikvm( 8448): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 36ms
D/dalvikvm( 8448): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+1ms, total 42ms
D/dalvikvm( 8448): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 8ms+2ms, total 39ms
I/Zygote ( 8448): ...preloaded 2879 classes in 4839ms.
D/dalvikvm( 8448): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 6ms+2ms, total 31ms
I/Zygote ( 8448): Preloading resources...
W/Resources( 8448): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 6ms+2ms, total 35ms
W/Resources( 8448): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 1ms+2ms, total 26ms
W/Resources( 8448): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+2ms, total 37ms
W/Resources( 8448): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 3ms+2ms, total 34ms
W/Resources( 8448): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+2ms, total 30ms
W/Resources( 8448): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 1ms+8ms, total 41ms
W/Resources( 8448): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+2ms, total 18ms
W/Resources( 8448): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
E/cutils-trace( 8684): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+1ms, total 44ms
W/Resources( 8448): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+2ms, total 26ms
W/Resources( 8448): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+2ms, total 40ms
W/Resources( 8448): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 6ms+1ms, total 38ms
W/Resources( 8448): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 1ms+1ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 3ms+2ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+2ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 1ms+2ms, total 27ms
W/Resources( 8448): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+2ms, total 38ms
W/Resources( 8448): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+11ms, total 38ms
W/Resources( 8448): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 6ms+3ms, total 39ms
W/Resources( 8448): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 40ms
W/Resources( 8448): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+2ms, total 35ms
W/Resources( 8448): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
E/cutils-trace( 8688): Error opening trace file: No such file or directory (2)
W/Resources( 8448): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 2ms+2ms, total 40ms
W/Resources( 8448): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 3ms+1ms, total 37ms
W/Resources( 8448): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+1ms, total 38ms
W/Resources( 8448): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+2ms, total 35ms
W/Resources( 8448): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 3ms+2ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 28ms
W/Resources( 8448): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+9ms, total 38ms
W/Resources( 8448): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+3ms, total 32ms
W/Resources( 8448): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 6ms+2ms, total 41ms
W/Resources( 8448): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 6ms+2ms, total 39ms
W/Resources( 8448): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 3ms+2ms, total 31ms
W/Resources( 8448): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+2ms, total 29ms
W/Resources( 8448): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 32ms
W/Resources( 8448): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
E/cutils-trace( 8692): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 1ms+2ms, total 46ms
W/Resources( 8448): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+2ms, total 39ms
W/Resources( 8448): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 31ms
W/Resources( 8448): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 1ms+2ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 44ms
W/Resources( 8448): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+2ms, total 34ms
W/Resources( 8448): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+3ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+1ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 8448): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+3ms, total 39ms
W/Resources( 8448): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 8448): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+2ms, total 32ms
W/Resources( 8448): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 2ms+1ms, total 36ms
W/Resources( 8448): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+1ms, total 25ms
W/Resources( 8448): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
E/cutils-trace( 8696): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8448): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+5ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+1ms, total 39ms
W/Resources( 8448): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 3ms+1ms, total 40ms
W/Resources( 8448): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 8448): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 8448): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 8448): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 8448): ...preloaded 274 resources in 3495ms.
I/Zygote ( 8448): ...preloaded 31 resources in 18ms.
D/dalvikvm( 8448): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 31ms
D/dalvikvm( 8448): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+2ms, total 44ms
D/dalvikvm( 8448): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 2ms+2ms, total 34ms
I/dalvikvm( 8448): System server process 8699 has been created
I/Zygote ( 8448): Accepting command socket connections
E/BatteryService( 8699): No charger supplies found
I/sysproc ( 8699): Entered system_init()
I/sysproc ( 8699): ServiceManager: 0x62b61b18
D/SensorService( 8699): nuSensorService starting...
E/SensorService( 8699): couldn't load sensors module (No such file or directory)
I/sysproc ( 8699): System server: starting Android runtime.
I/sysproc ( 8699): System server: starting Android services.
I/sysproc ( 8699): System server: entering thread pool.
I/SystemServer( 8699): Entered the Android system server!
I/SystemServer( 8699): Enabled StrictMode logging for UI Looper
I/SystemServer( 8699): Waiting for installd to be ready.
I/installd( 2102): new connection
E/SWITCHPROFILE( 8699): setprop: sys.interactive = active
I/Installer( 8699): connecting...
I/SystemServer( 8699): Power Manager
I/SystemServer( 8699): Activity Manager
I/SystemServer( 8699): Enabled StrictMode logging for WM Looper
I/ActivityManager( 8699): Memory class: 64
W/UsageStats( 8699): Usage stats version changed; dropping
I/AppOps ( 8699): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 8699): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 8699): Display Manager
I/DisplayManagerService( 8699): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 8699): Telephony Registry
I/SystemServer( 8699): Scheduling Policy
I/SystemServer( 8699): Package Manager
D/dalvikvm( 8699): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 5ms+2ms, total 47ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 380K, 18% free 2727K/3324K, paused 24ms, total 24ms
D/SELinuxMMAC( 8699): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 8699): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 8722): Error opening trace file: No such file or directory (2)
I/AudioFlinger( 8446): Using module 1 has the primary audio interface
I/AudioFlinger( 8446): AudioFlinger's thread 0x40df2008 ready to run
W/audio_hw_primary( 8446): out_set_parameters routing=2, ret 1, out 1091653832
I/audio_a2dp_hw( 8446): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 8446): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 8446): adev_open(name=audio_hw_if)
I/r_submix( 8446): adev_init_check()
I/AudioFlinger( 8446): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 8446): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 8446): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageManager( 8699): Running ENG build: no pre-dexopt!
D/dalvikvm( 8699): GC_CONCURRENT freed 258K, 13% free 2911K/3324K, paused 8ms+10ms, total 68ms
W/PackageParser( 8699): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 8699): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 8699): GC_CONCURRENT freed 149K, 7% free 3224K/3460K, paused 6ms+13ms, total 75ms
W/PackageParser( 8699): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 8728): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8699): GC_CONCURRENT freed 245K, 9% free 3454K/3788K, paused 3ms+73ms, total 141ms
D/dalvikvm( 8699): GC_CONCURRENT freed 268K, 9% free 3674K/4028K, paused 3ms+10ms, total 100ms
D/PackageManager( 8699): No files in app dir /vendor/app
W/PackageManager( 8699): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 8699): Time to scan packages: 0.987 seconds
W/PackageManager( 8699): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 8699): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8699): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 8699): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 8699): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 8699): GC_EXPLICIT freed 408K, 13% free 3605K/4144K, paused 2ms+3ms, total 58ms
I/SystemServer( 8699): Entropy Mixer
I/EntropyMixer( 8699): Writing entropy...
I/SystemServer( 8699): User Service
I/SystemServer( 8699): Account Manager
I/SystemServer( 8699): Content Manager
I/SystemServer( 8699): System Content Providers
E/cutils-trace( 8732): Error opening trace file: No such file or directory (2)
I/SystemServer( 8699): Lights Service
I/lights ( 8699): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 8699): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 8699): Battery Service
I/SystemServer( 8699): Vibrator Service
I/libsuspend( 8699): Selected early suspend
I/libsuspend( 8699): Starting early suspend unblocker thread
I/SWITCHPROFILE( 8699): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 8699): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 8699): Alarm Manager
I/SystemServer( 8699): Init Watchdog
I/SystemServer( 8699): Input Manager
I/InputManager( 8699): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 8699): Window Manager
I/WindowManager( 8699): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 8446): Error opening trace file: No such file or directory (2)
I/InputManager( 8699): Starting input manager
I/SystemServer( 8699): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 8699): Input Method Service
W/InputMethodManagerService( 8699): Couldn't create dir.: /data/system/inputmethod
E/EventHub( 8699): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub( 8699): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 8699): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 8699): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 8699): GC_CONCURRENT freed 328K, 11% free 3790K/4212K, paused 6ms+18ms, total 190ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 76ms
W/ResourceType( 8699): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 8699): Accessibility Manager
I/ActivityManager( 8699): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader( 8699): Reconfiguring input devices. changes=0x00000004
I/SystemServer( 8699): Mount Service
D/MountService( 8699): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 8699): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 8699): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 8699): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 8699): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 8699): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 8699): LockSettingsService
I/SystemServer( 8699): Device Policy
I/SystemServer( 8699): Status Bar
I/SystemServer( 8699): Clipboard Service
I/SystemServer( 8699): NetworkManagement Service
D/dalvikvm( 8699): GREF has increased to 201
I/SystemServer( 8699): Text Service Manager Service
I/SystemServer( 8699): NetworkStats Service
D/MountService( 8699): volume state changed for /mnt/extsd (null -> removed)
D/MountService( 8699): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 8699): NetworkPolicy Service
I/PackageManager( 8699): No secure containers on sdcard
I/SystemServer( 8699): Wi-Fi P2pService
I/SystemServer( 8699): Wi-Fi Service
W/PackageManager( 8699): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 8699): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8699): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 8699): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 8699): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 8699): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm( 8699): GC_CONCURRENT freed 297K, 10% free 3921K/4312K, paused 3ms+2ms, total 54ms
I/SystemServer( 8699): Connectivity Service
E/cutils-trace( 8766): Error opening trace file: No such file or directory (2)
D/ConnectivityService( 8699): ConnectivityService starting up
D/ConnectivityService( 8699): wifiOnly=false
D/CommandListener( 8447): Setting iface cfg
D/CommandListener( 8447): Trying to bring up eth0
E/CommandListener( 8447): Error upping interface
F/SystemServer( 8699): BOOT FAILURE starting Connectivity Service
F/SystemServer( 8699): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 8699): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 8699): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 8699): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 8699): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 8699): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 8699): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 8699): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 8699): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 8699): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 8699): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 8699): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 8699): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 8699): ... 5 more
W/SystemServer( 8699): ***********************************************
I/SystemServer( 8699): Network Service Discovery Service
D/NsdService( 8699): Network service discovery enabled true
I/SystemServer( 8699): UpdateLock Service
D/WifiHW ( 8699): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 8699): Notification Manager
I/SystemServer( 8699): Device Storage Monitor
I/SystemServer( 8699): Location Manager
I/SystemServer( 8699): Country Detector
I/SystemServer( 8699): Search Service
I/SystemServer( 8699): DropBox Service
I/SystemServer( 8699): Wallpaper Service
I/SystemServer( 8699): Audio Service
I/AudioService( 8699): Remote Control registerMediaButtonIntent() for PendingIntent{4194e7d0: PendingIntentRecord{4194e6d8 android broadcastIntent}}
D/dalvikvm( 8699): GC_CONCURRENT freed 306K, 9% free 4114K/4508K, paused 3ms+19ms, total 145ms
I/SystemServer( 8699): Dock Observer
W/DockObserver( 8699): This kernel does not have dock station support
I/SystemServer( 8699): Wired Accessory Manager
W/WiredAccessoryManager( 8699): This kernel does not have HDMI audio support
I/SystemServer( 8699): USB Service
I/SystemServer( 8699): Serial Service
I/SystemServer( 8699): Twilight Service
I/SystemServer( 8699): UI Mode Manager Service
I/SystemServer( 8699): Backup Service
V/BackupManagerService( 8699): Initializing package tracking
V/BackupManagerService( 8699): No ancestral data
V/BackupManagerService( 8699): addPackageParticipantsLocked: all
I/BackupManagerService( 8699): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 8699): Now staging backup of com.android.calendar
I/BackupManagerService( 8699): Scheduling backup for new app com.android.browser
D/BackupManagerService( 8699): Now staging backup of com.android.browser
I/BackupManagerService( 8699): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 8699): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 8699): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 8699): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 8699): Scheduling backup for new app android
D/BackupManagerService( 8699): Now staging backup of android
I/BackupManagerService( 8699): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 8699): Now staging backup of com.android.providers.settings
V/BackupManagerService( 8699): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@4190cc70
V/BackupManagerService( 8699): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 8699): Google transport not present
I/BackupManagerService( 8699): Found stale backup journal, scheduling
I/BackupManagerService( 8699): com.android.calendar
I/BackupManagerService( 8699): com.android.browser
I/BackupManagerService( 8699): com.android.providers.userdictionary
I/BackupManagerService( 8699): com.android.sharedstoragebackup
I/BackupManagerService( 8699): android
I/BackupManagerService( 8699): com.android.providers.settings
I/BackupManagerService( 8699): Backup enabled => false
I/BackupManagerService( 8699): Opting out of backup
I/SystemServer( 8699): AppWidget Service
I/SystemServer( 8699): Recognition Service
I/SystemServer( 8699): DiskStats Service
I/SystemServer( 8699): SamplingProfiler Service
I/SystemServer( 8699): NetworkTimeUpdateService
I/SystemServer( 8699): CommonTimeManagementService
I/SystemServer( 8699): CertBlacklister
I/SystemServer( 8699): Dreams Service
I/WindowManager( 8699): SAFE MODE not enabled
D/dalvikvm( 8699): JIT started for system_server
I/SystemServer( 8699): IdleMaintenanceService
I/ActivityManager( 8699): System now ready
I/SWITCHPROFILE( 8699): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 8699): setprop: sys.interactive = active
I/SystemServer( 8699): Making services ready
I/Zygote ( 8699): Process: zygote socket opened
I/ActivityManager( 8699): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=8782 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 8699): enabling bandwidth control
W/MountService( 8699): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
E/cutils-trace( 8788): Error opening trace file: No such file or directory (2)
D/SystemUIService( 8782): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 8782): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4178d038
D/dalvikvm( 8699): GC_CONCURRENT freed 290K, 8% free 4334K/4704K, paused 5ms+64ms, total 417ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 388ms
I/StatusBarManagerService( 8699): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@418491d0
D/PhoneStatusBar( 8782): mSettingsPanelGravity = 8388661
W/SystemServer( 8699): ***********************************************
F/SystemServer( 8699): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 8699): java.lang.NullPointerException
F/SystemServer( 8699): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 8699): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 8699): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 8699): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 8699): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 8699): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 8699): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 8699): GC_CONCURRENT freed 256K, 8% free 4591K/4940K, paused 3ms+4ms, total 143ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 101ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 102ms
E/cutils-trace( 8831): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8699): GC_CONCURRENT freed 522K, 12% free 4593K/5208K, paused 2ms+26ms, total 261ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 166ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 168ms
D/dalvikvm( 8782): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 115ms, total 117ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 87K, 12% free 4611K/5208K, paused 93ms, total 95ms
I/dalvikvm-heap( 8699): Grow heap (frag case) to 4.649MB for 59552-byte allocation
D/dalvikvm( 8782): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 68ms, total 68ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 2K, 12% free 4667K/5268K, paused 78ms, total 78ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 58K, 12% free 4642K/5268K, paused 75ms, total 75ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 9K, 11% free 4707K/5268K, paused 99ms, total 99ms
E/cutils-trace( 8835): Error opening trace file: No such file or directory (2)
D/dalvikvm( 8782): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+1ms, total 95ms
D/dalvikvm( 8782): WAIT_FOR_CONCURRENT_GC blocked 71ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 121K, 12% free 4724K/5352K, paused 145ms, total 146ms
D/AndroidRuntime( 8782): Shutting down VM
W/dalvikvm( 8782): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8782): FATAL EXCEPTION: main
E/AndroidRuntime( 8782): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8782): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8782): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8782): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8782): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8782): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8782): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8782): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8782): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8782): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8782): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8782): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8782): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8782): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8782): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8782): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8782): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8782): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8782): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8782): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8782): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8782): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8782): ... 10 more
I/Process ( 8782): Sending signal. PID: 8782 SIG: 9
I/ActivityManager( 8699): Process com.android.systemui (pid 8782) has died.
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 8699): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 8699): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=8839 uid=10018 gids={50018, 1028}
I/ActivityManager( 8699): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=8844 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 8699): GC_CONCURRENT freed 313K, 8% free 4960K/5372K, paused 4ms+3ms, total 151ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 85ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 82ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 31ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 31ms
E/cutils-trace( 8866): Error opening trace file: No such file or directory (2)
I/ActivityManager( 8699): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 8699): usb_device_open failed
D/SystemUIService( 8844): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 8844): running: com.android.systemui.statusbar.phone.PhoneStatusBar@4178ec20
W/RecognitionManagerService( 8699): no available voice recognition services found for user 0
I/Choreographer( 8699): Skipped 202 frames! The application may be doing too much work on its main thread.
I/StatusBarManagerService( 8699): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@419dbe80
E/cutils-trace( 8873): Error opening trace file: No such file or directory (2)
V/KeyguardHostView( 8699): music state changed: 0
V/TAG ( 8699): bug 7643792: fitSystemWindows([0,0][0,0])
W/InputMethodManagerService( 8699): Ignoring setImeWindowStatus of uid 1000 token: null
D/PhoneStatusBar( 8844): mSettingsPanelGravity = 8388661
V/TAG ( 8699): bug 7643792: fitSystemWindows([0,0][0,0])
W/ResourceType( 8699): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 8699): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=8879 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 8699): Adding window token: android.os.Binder@41a6fa90
W/SystemServer( 8699): ***********************************************
F/SystemServer( 8699): BOOT FAILURE making Location Service ready
F/SystemServer( 8699): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 8699): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 8699): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 8699): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 8699): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 8699): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 8699): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 8699): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 8699): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 8699): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 8699): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 8699): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 8699): GC_CONCURRENT freed 536K, 12% free 5038K/5668K, paused 58ms+33ms, total 443ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 130ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 99ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 89ms
I/CommonTimeManagementService( 8699): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 8699): Reconfiguring input devices. changes=0x00000020
E/cutils-trace( 8895): Error opening trace file: No such file or directory (2)
I/InputReader( 8699): Reconfiguring input devices. changes=0x00000010
I/ActivityManager( 8699): Start proc com.android.phone for added application com.android.phone: pid=8900 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 8699): Enabled StrictMode for system server main thread.
D/dalvikvm( 8839): GC_CONCURRENT freed 213K, 10% free 2739K/3040K, paused 9ms+73ms, total 99ms
D/dalvikvm( 8699): GC_FOR_ALLOC freed 124K, 12% free 5022K/5668K, paused 204ms, total 205ms
I/dalvikvm-heap( 8699): Grow heap (frag case) to 5.312MB for 335032-byte allocation
D/dalvikvm( 8699): GC_FOR_ALLOC freed 1K, 11% free 5347K/5996K, paused 140ms, total 140ms
D/dalvikvm( 8844): GC_FOR_ALLOC freed 168K, 9% free 2694K/2956K, paused 102ms, total 162ms
I/Choreographer( 8699): Skipped 51 frames! The application may be doing too much work on its main thread.
I/LatinIME( 8879): Hardware accelerated drawing: false
D/dalvikvm( 8844): GC_FOR_ALLOC freed 4K, 9% free 2965K/3232K, paused 166ms, total 166ms
W/TelephonyProvider( 8900): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/AndroidRuntime( 8879): Shutting down VM
W/dalvikvm( 8879): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8879): FATAL EXCEPTION: main
E/AndroidRuntime( 8879): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8879): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8879): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8879): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8879): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8879): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8879): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8879): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8879): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8879): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8879): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8879): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8879): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8879): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8879): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8879): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8879): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8879): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8879): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8879): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 8879): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 8879): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 8879): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8879): ... 10 more
I/Process ( 8879): Sending signal. PID: 8879 SIG: 9
D/dalvikvm( 8699): GREF has increased to 301
I/ActivityManager( 8699): Process com.android.inputmethod.latin (pid 8879) has died.
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
W/ResourceType( 8699): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ProcessStats( 8699): Skipping unknown process pid 8879
W/ProcessStats( 8699): Skipping unknown process pid 8895
E/cutils-trace( 8917): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 8900): Shutting down VM
W/dalvikvm( 8900): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8900): FATAL EXCEPTION: main
E/AndroidRuntime( 8900): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8900): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 8900): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8900): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8900): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8900): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8900): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8900): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8900): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8900): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8900): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8900): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8900): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8900): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8900): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8900): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8900): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8900): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8900): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8900): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8900): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 8900): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 8900): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8900): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 8900): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 8900): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8900): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 8900): ... 10 more
I/Process ( 8900): Sending signal. PID: 8900 SIG: 9
I/ActivityManager( 8699): Process com.android.phone (pid 8900) has died.
I/Choreographer( 8699): Skipped 35 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 8699): Start proc com.android.phone for restart com.android.phone: pid=8922 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 8844): GC_CONCURRENT freed 395K, 17% free 2985K/3560K, paused 2ms+1ms, total 115ms
D/dalvikvm( 8844): WAIT_FOR_CONCURRENT_GC blocked 100ms
D/dalvikvm( 8699): GC_CONCURRENT freed 955K, 18% free 5098K/6152K, paused 3ms+5ms, total 165ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 126ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 88ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 43ms
D/AndroidRuntime( 8844): Shutting down VM
W/dalvikvm( 8844): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8844): FATAL EXCEPTION: main
E/AndroidRuntime( 8844): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8844): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8844): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8844): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8844): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8844): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8844): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8844): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8844): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8844): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8844): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8844): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8844): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8844): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8844): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8844): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8844): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8844): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8844): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8844): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8844): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8844): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8844): ... 10 more
I/Process ( 8844): Sending signal. PID: 8844 SIG: 9
I/ActivityManager( 8699): Process com.android.systemui (pid 8844) has died.
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 8699): Start proc com.android.systemui for restart com.android.systemui: pid=8938 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/TelephonyProvider( 8922): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 8839): GC_CONCURRENT freed 267K, 11% free 2939K/3296K, paused 2ms+4ms, total 95ms
D/dalvikvm( 8839): WAIT_FOR_CONCURRENT_GC blocked 64ms
I/dalvikvm-heap( 8839): Grow heap (frag case) to 3.562MB for 640016-byte allocation
I/AudioService( 8699): Remote Control registerMediaButtonIntent() for PendingIntent{418ea508: PendingIntentRecord{4194e6d8 android broadcastIntent}}
E/cutils-trace( 8953): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 8922): Shutting down VM
W/dalvikvm( 8922): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8922): FATAL EXCEPTION: main
E/AndroidRuntime( 8922): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8922): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 8922): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8922): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8922): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8922): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8922): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8922): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8922): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8922): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8922): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8922): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8922): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8922): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8922): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8922): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8922): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8922): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8922): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8922): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8922): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 8922): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 8922): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8922): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 8922): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 8922): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8922): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 8922): ... 10 more
W/ActivityManager( 8699): Process com.android.phone has crashed too many times: killing!
E/BluetoothAdapter( 8699): Bluetooth binder is null
D/dalvikvm( 8839): GC_FOR_ALLOC freed 28K, 10% free 3535K/3924K, paused 71ms, total 71ms
D/dalvikvm( 8839): GC_FOR_ALLOC freed 0K, 10% free 3535K/3924K, paused 102ms, total 102ms
I/dalvikvm-heap( 8839): Grow heap (frag case) to 3.877MB for 360016-byte allocation
D/dalvikvm( 8839): GC_FOR_ALLOC freed 0K, 10% free 3887K/4276K, paused 75ms, total 75ms
I/Process ( 8922): Sending signal. PID: 8922 SIG: 9
E/BluetoothAdapter( 8699): Bluetooth binder is null
V/WiredAccessoryManager( 8699): init()
I/ActivityManager( 8699): Process com.android.phone (pid 8922) has died.
W/WiredAccessoryManager( 8699): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/ActivityManager( 8699): Start proc com.android.phone for restart com.android.phone: pid=8980 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService( 8938): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 8938): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41796038
D/dalvikvm( 8699): GC_CONCURRENT freed 654K, 18% free 5093K/6152K, paused 101ms+9ms, total 392ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 135ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 117ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 117ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 76ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 76ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 39ms
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 39ms
V/KeyguardHostView( 8699): hide transport, gen:3
V/KeyguardHostView( 8699): update widget: transport state changed
D/dalvikvm( 8699): WAIT_FOR_CONCURRENT_GC blocked 31ms
I/StatusBarManagerService( 8699): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41a2dc50
E/cutils-trace( 8998): Error opening trace file: No such file or directory (2)
D/PhoneStatusBar( 8938): mSettingsPanelGravity = 8388661
W/dalvikvm( 8699): threadid=41: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8699): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 8699): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8699): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8699): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8699): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8699): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8699): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8699): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 8699): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 8699): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 8699): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 8699): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8699): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8699): at android.os.HandlerThread.run(HandlerThread.java:61)
W/TelephonyProvider( 8980): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
W/WindowManager( 8699): App freeze timeout expired.
W/WindowManager( 8699): Force clearing freeze: AppWindowToken{4181bce8 token=Token{4191a758 ActivityRecord{4196f678 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/WindowManager( 8699): Screen frozen for +5s336ms due to AppWindowToken{4181bce8 token=Token{4191a758 ActivityRecord{4196f678 u0 com.android.launcher/com.android.launcher2.Launcher}}}
D/dalvikvm( 8938): GC_FOR_ALLOC freed 190K, 10% free 2705K/2988K, paused 28ms, total 29ms
D/dalvikvm( 8938): GC_FOR_ALLOC freed 4K, 9% free 2975K/3264K, paused 31ms, total 31ms
D/AndroidRuntime( 8980): Shutting down VM
W/dalvikvm( 8980): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 8980): FATAL EXCEPTION: main
E/AndroidRuntime( 8980): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8980): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 8980): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 8980): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 8980): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8980): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8980): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8980): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8980): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8980): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8980): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8980): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8980): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8980): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8980): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8980): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8980): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8980): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8980): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8980): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8980): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 8980): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 8980): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8980): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 8980): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 8980): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8980): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 8980): ... 10 more
I/Process ( 8980): Sending signal. PID: 8980 SIG: 9
W/ActivityManager( 8699): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 8699): Process com.android.phone (pid 8980) has died.
I/ActivityManager( 8699): Start proc com.android.phone for restart com.android.phone: pid=9004 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm( 8448): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 2ms+5ms, total 52ms
D/dalvikvm( 8448): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 1ms+8ms, total 62ms
D/dalvikvm( 8448): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 3ms+9ms, total 53ms
D/dalvikvm( 8938): GC_CONCURRENT freed 393K, 17% free 2973K/3560K, paused 2ms+1ms, total 42ms
D/dalvikvm( 8938): WAIT_FOR_CONCURRENT_GC blocked 26ms
W/TelephonyProvider( 9004): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace( 9019): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 9004): Shutting down VM
W/dalvikvm( 9004): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 9004): FATAL EXCEPTION: main
E/AndroidRuntime( 9004): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9004): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 9004): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9004): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9004): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9004): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9004): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9004): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9004): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9004): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9004): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9004): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9004): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9004): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9004): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9004): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9004): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9004): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9004): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9004): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9004): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 9004): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 9004): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 9004): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 9004): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 9004): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 9004): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 9004): ... 10 more
I/Process ( 9004): Sending signal. PID: 9004 SIG: 9
W/ActivityManager( 8699): Process com.android.phone has crashed too many times: killing!
I/RecoverySystem( 8699): No recovery log file
I/ActivityManager( 8699): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=9025 uid=10005 gids={50005, 3003, 1028}
I/ActivityManager( 8699): Process com.android.phone (pid 9004) has died.
D/AndroidRuntime( 8938): Shutting down VM
W/dalvikvm( 8938): threadid=1: thread exiting with uncaught exception (group=0x41507700)
I/ActivityManager( 8699): Start proc com.android.phone for restart com.android.phone: pid=9032 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/AndroidRuntime( 8938): FATAL EXCEPTION: main
E/AndroidRuntime( 8938): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8938): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 8938): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 8938): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 8938): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8938): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8938): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8938): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8938): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8938): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8938): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8938): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8938): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 8938): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 8938): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 8938): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 8938): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 8938): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 8938): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 8938): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 8938): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 8938): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 8938): ... 10 more
I/Process ( 8938): Sending signal. PID: 8938 SIG: 9
W/ActivityManager( 8699): Process com.android.systemui has crashed too many times: killing!
I/ActivityManager( 8699): Process com.android.systemui (pid 8938) has died.
W/WallpaperService( 8699): Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
W/WallpaperService( 8699): Reverting to built-in wallpaper!
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 8699): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 8699): Start proc com.android.systemui for restart com.android.systemui: pid=9053 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
I/ActivityManager( 8699): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=9067 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
I/Process ( 8699): Sending signal. PID: 8699 SIG: 9
W/TelephonyProvider( 9032): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/ExtensionsFactory( 9025): No custom extensions.
D/AlertReceiver( 9025): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
E/JavaBinder( 9032): !!! FAILED BINDER TRANSACTION !!!
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/SearchManager( 8839): getGlobalSearchActivity() failed: android.os.DeadObjectException
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
W/AudioFlinger( 8446): power manager service died !!!
E/SearchManager( 8839): getGlobalSearchActivity() failed: android.os.DeadObjectException
D/AndroidRuntime( 9032): Shutting down VM
W/dalvikvm( 9032): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/ActivityThread( 9032): Failed to find provider info for settings
D/AndroidRuntime( 8839): Shutting down VM
W/dalvikvm( 8839): threadid=1: thread exiting with uncaught exception (group=0x41507700)
D/AndroidRuntime( 9053): Shutting down VM
W/dalvikvm( 9053): threadid=1: thread exiting with uncaught exception (group=0x41507700)
E/AndroidRuntime( 9032): FATAL EXCEPTION: main
E/AndroidRuntime( 9032): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException
E/AndroidRuntime( 9032): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 9032): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9032): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9032): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9032): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9032): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9032): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9032): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9032): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9032): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9032): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9032): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9032): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 9032): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 9032): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 9032): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 9032): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:107)
E/AndroidRuntime( 9032): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 9032): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 9032): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 9032): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 9032): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 9032): ... 10 more
E/AndroidRuntime( 9032): Error reporting crash
E/AndroidRuntime( 9032): android.os.DeadObjectException
E/AndroidRuntime( 9032): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9032): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9032): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9032): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9032): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9032): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 9032): Sending signal. PID: 9032 SIG: 9
E/AndroidRuntime( 9053): FATAL EXCEPTION: main
E/AndroidRuntime( 9053): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime( 9053): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 9053): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime( 9053): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9053): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9053): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9053): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9053): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9053): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9053): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9053): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9053): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9053): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9053): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime( 9053): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime( 9053): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime( 9053): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime( 9053): ... 11 more
E/AndroidRuntime( 9053): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 9053): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9053): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime( 9053): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 9053): ... 13 more
E/AndroidRuntime( 8839): FATAL EXCEPTION: main
E/AndroidRuntime( 8839): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 8839): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 8839): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 8839): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 8839): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 8839): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8839): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8839): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 8839): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8839): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 8839): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 8839): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 8839): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8839): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 8839): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime( 8839): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime( 8839): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime( 8839): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime( 8839): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime( 8839): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime( 8839): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 8839): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 8839): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 8839): ... 11 more
E/AndroidRuntime( 8839): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 8839): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8839): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime( 8839): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime( 8839): ... 19 more
I/Process ( 9053): Sending signal. PID: 9053 SIG: 9
E/AndroidRuntime( 9053): Error reporting crash
E/AndroidRuntime( 9053): android.os.DeadObjectException
E/AndroidRuntime( 9053): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9053): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9053): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9053): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9053): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9053): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 8839): Sending signal. PID: 8839 SIG: 9
I/Zygote ( 8448): Exit zygote because system server (8699) has terminated
E/AndroidRuntime( 8839): Error reporting crash
E/AndroidRuntime( 8839): android.os.DeadObjectException
E/AndroidRuntime( 8839): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 8839): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 8839): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 8839): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 8839): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 8839): at dalvik.system.NativeStart.main(Native Method)
I/Netd ( 9085): Netd 1.0 starting
W/InterfaceController( 9085): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
E/cutils-trace( 9094): Error opening trace file: No such file or directory (2)
I/mediaserver( 9084): ServiceManager: 0x40b41fb8
I/AudioFlinger( 9084): Using default 3000 mSec as standby time.
I/CameraService( 9084): CameraService started (pid=9084)
I/CameraService( 9084): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 9084): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 9084): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 9084): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 9084): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 9084): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 9084): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 9084): out rate 44100
W/audio_hw_primary( 9084): in rate 0, channels 0 format 0
I/AudioFlinger( 9084): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 9084): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 9084): opened out stream...1073975800
I/AudioFlinger( 9084): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 9084): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 9084): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 9086):
D/AndroidRuntime( 9086): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 9086): CheckJNI is ON
I/AndroidRuntime( 9086): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 9086): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 9086): Added shared lib libjavacore.so 0x0
D/dalvikvm( 9086): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 9086): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 9086): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace( 9142): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration( 9086): Profiling disabled.
I/Zygote ( 9086): Preloading classes...
E/cutils-trace( 9086): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 4ms
D/dalvikvm( 9086): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 1ms+1ms, total 10ms
D/dalvikvm( 9086): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 9086): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 17ms
D/dalvikvm( 9086): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 18ms
D/dalvikvm( 9086): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+1ms, total 25ms
D/dalvikvm( 9086): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+1ms, total 26ms
D/dalvikvm( 9086): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 0ms+0ms, total 22ms
D/dalvikvm( 9086): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 1ms+1ms, total 14ms
D/TextLayoutCache( 9086): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 9086): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 9086): register_android_mtp_MtpDevice
I/dalvikvm( 9086): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 9086): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 9086): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 9086): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 18ms
E/cutils-trace( 9182): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+0ms, total 25ms
D/dalvikvm( 9086): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 28ms, total 28ms
D/dalvikvm( 9086): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 28ms+2ms, total 62ms
D/dalvikvm( 9086): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+3ms, total 36ms
D/dalvikvm( 9086): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+2ms, total 33ms
D/dalvikvm( 9086): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 6ms+1ms, total 40ms
D/dalvikvm( 9086): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 4ms+3ms, total 47ms
D/dalvikvm( 9086): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 39ms
E/cutils-trace( 9226): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 52ms
D/dalvikvm( 9086): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 63ms
I/dalvikvm( 9086): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 9086): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 9086): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 58ms
D/dalvikvm( 9086): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+2ms, total 52ms
D/dalvikvm( 9086): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 41ms
D/dalvikvm( 9086): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 52ms
D/dalvikvm( 9086): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 52ms
E/cutils-trace( 9266): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+21ms, total 54ms
D/dalvikvm( 9086): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 48ms
D/dalvikvm( 9086): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 49ms
D/dalvikvm( 9086): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+1ms, total 57ms
D/dalvikvm( 9086): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+2ms, total 56ms
D/dalvikvm( 9086): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+1ms, total 49ms
I/System ( 9086): Loaded time zone names for "" in 336ms (289ms in ICU)
I/System ( 9086): Loaded time zone names for "en_US" in 233ms (200ms in ICU)
E/cutils-trace( 9306): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+1ms, total 56ms
E/Netd ( 9085): Unable to create netlink socket: Protocol not supported
E/Netd ( 9085): Unable to open quota2 logging socket
D/MDnsDS ( 9085): MDnsSdListener::Hander starting up
D/MDnsDS ( 9085): MDnsSdListener starting to monitor
D/MDnsDS ( 9085): Going to poll with pollCount 1
D/dalvikvm( 9086): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 35ms
D/dalvikvm( 9086): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 40ms
D/dalvikvm( 9086): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+2ms, total 37ms
D/dalvikvm( 9086): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 29ms
D/dalvikvm( 9086): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+1ms, total 38ms
D/dalvikvm( 9086): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 9ms+2ms, total 40ms
I/Zygote ( 9086): ...preloaded 2879 classes in 4800ms.
D/dalvikvm( 9086): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+2ms, total 35ms
I/Zygote ( 9086): Preloading resources...
W/Resources( 9086): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 3ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 4ms+1ms, total 30ms
W/Resources( 9086): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+2ms, total 30ms
W/Resources( 9086): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+2ms, total 31ms
W/Resources( 9086): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 9086): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+7ms, total 23ms
W/Resources( 9086): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
E/cutils-trace( 9322): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 5ms+1ms, total 32ms
W/Resources( 9086): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 35ms
W/Resources( 9086): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+1ms, total 35ms
W/Resources( 9086): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 3ms+1ms, total 34ms
W/Resources( 9086): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 5ms+11ms, total 41ms
W/Resources( 9086): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+2ms, total 36ms
W/Resources( 9086): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+6ms, total 37ms
W/Resources( 9086): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+1ms, total 22ms
W/Resources( 9086): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+4ms, total 37ms
W/Resources( 9086): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 2ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+1ms, total 26ms
W/Resources( 9086): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 1ms+2ms, total 19ms
W/Resources( 9086): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
E/cutils-trace( 9326): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9086): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 6ms+2ms, total 41ms
W/Resources( 9086): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 4ms+1ms, total 39ms
W/Resources( 9086): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+1ms, total 37ms
W/Resources( 9086): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 2ms+12ms, total 33ms
W/Resources( 9086): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+3ms, total 32ms
W/Resources( 9086): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 30ms
W/Resources( 9086): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+2ms, total 31ms
W/Resources( 9086): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 35ms
W/Resources( 9086): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 1ms+3ms, total 38ms
W/Resources( 9086): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 1ms+2ms, total 30ms
W/Resources( 9086): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 32ms
W/Resources( 9086): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+2ms, total 36ms
W/Resources( 9086): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 6ms+1ms, total 38ms
W/Resources( 9086): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
E/cutils-trace( 9330): Error opening trace file: No such file or directory (2)
W/Resources( 9086): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 40ms
W/Resources( 9086): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 1ms+2ms, total 36ms
W/Resources( 9086): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 2ms+12ms, total 40ms
W/Resources( 9086): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 2ms+2ms, total 39ms
W/Resources( 9086): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 6ms+8ms, total 44ms
W/Resources( 9086): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 3ms+2ms, total 34ms
W/Resources( 9086): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 4ms+2ms, total 31ms
W/Resources( 9086): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 6ms+2ms, total 35ms
W/Resources( 9086): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+6ms, total 33ms
W/Resources( 9086): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 9086): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+2ms, total 28ms
W/Resources( 9086): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+2ms, total 34ms
W/Resources( 9086): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+2ms, total 31ms
W/Resources( 9086): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 3ms+2ms, total 36ms
W/Resources( 9086): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
E/cutils-trace( 9334): Error opening trace file: No such file or directory (2)
W/Resources( 9086): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+2ms, total 35ms
W/Resources( 9086): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 9086): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm( 9086): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 9086): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 9086): ...preloaded 274 resources in 3466ms.
I/Zygote ( 9086): ...preloaded 31 resources in 21ms.
D/dalvikvm( 9086): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 37ms
D/dalvikvm( 9086): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+2ms, total 37ms
D/dalvikvm( 9086): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 2ms+1ms, total 30ms
I/dalvikvm( 9086): System server process 9337 has been created
I/Zygote ( 9086): Accepting command socket connections
E/BatteryService( 9337): No charger supplies found
I/sysproc ( 9337): Entered system_init()
I/sysproc ( 9337): ServiceManager: 0x59482990
D/SensorService( 9337): nuSensorService starting...
E/SensorService( 9337): couldn't load sensors module (No such file or directory)
I/sysproc ( 9337): System server: starting Android runtime.
I/sysproc ( 9337): System server: starting Android services.
I/SystemServer( 9337): Entered the Android system server!
I/sysproc ( 9337): System server: entering thread pool.
I/installd( 2102): new connection
E/SWITCHPROFILE( 9337): setprop: sys.interactive = active
I/SystemServer( 9337): Enabled StrictMode logging for UI Looper
I/SystemServer( 9337): Waiting for installd to be ready.
I/Installer( 9337): connecting...
I/SystemServer( 9337): Power Manager
I/SystemServer( 9337): Activity Manager
I/SystemServer( 9337): Enabled StrictMode logging for WM Looper
I/ActivityManager( 9337): Memory class: 64
W/UsageStats( 9337): Usage stats version changed; dropping
I/AppOps ( 9337): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 9337): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 9337): Display Manager
I/DisplayManagerService( 9337): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 9337): Telephony Registry
I/SystemServer( 9337): Scheduling Policy
I/SystemServer( 9337): Package Manager
D/dalvikvm( 9337): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 3ms+2ms, total 44ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm( 9337): GC_FOR_ALLOC freed 381K, 18% free 2727K/3324K, paused 20ms, total 21ms
D/SELinuxMMAC( 9337): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 9337): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 9360): Error opening trace file: No such file or directory (2)
I/AudioFlinger( 9084): Using module 1 has the primary audio interface
I/AudioFlinger( 9084): AudioFlinger's thread 0x40aa1008 ready to run
W/audio_hw_primary( 9084): out_set_parameters routing=2, ret 1, out 1073975800
I/audio_a2dp_hw( 9084): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 9084): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 9084): adev_open(name=audio_hw_if)
I/r_submix( 9084): adev_init_check()
I/AudioFlinger( 9084): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 9084): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 9084): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageManager( 9337): Running ENG build: no pre-dexopt!
D/dalvikvm( 9337): GC_CONCURRENT freed 258K, 13% free 2909K/3324K, paused 2ms+11ms, total 81ms
W/PackageParser( 9337): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 9337): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 9337): GC_CONCURRENT freed 149K, 7% free 3226K/3464K, paused 2ms+10ms, total 67ms
W/PackageParser( 9337): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 9366): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9337): GC_CONCURRENT freed 245K, 9% free 3498K/3820K, paused 2ms+50ms, total 201ms
D/dalvikvm( 9337): GC_CONCURRENT freed 280K, 10% free 3687K/4052K, paused 3ms+15ms, total 96ms
D/PackageManager( 9337): No files in app dir /vendor/app
W/PackageManager( 9337): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 9337): Time to scan packages: 1.032 seconds
W/PackageManager( 9337): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 9337): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9337): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 9337): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 9337): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 9337): GC_EXPLICIT freed 406K, 14% free 3594K/4168K, paused 1ms+15ms, total 50ms
I/SystemServer( 9337): Entropy Mixer
I/EntropyMixer( 9337): Writing entropy...
E/cutils-trace( 9370): Error opening trace file: No such file or directory (2)
I/SystemServer( 9337): User Service
I/SystemServer( 9337): Account Manager
I/SystemServer( 9337): Content Manager
I/SystemServer( 9337): System Content Providers
I/lights ( 9337): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 9337): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 9337): Lights Service
I/SystemServer( 9337): Battery Service
I/SystemServer( 9337): Vibrator Service
I/libsuspend( 9337): Selected early suspend
I/libsuspend( 9337): Starting early suspend unblocker thread
I/SWITCHPROFILE( 9337): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 9337): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 9337): Alarm Manager
I/SystemServer( 9337): Init Watchdog
I/SystemServer( 9337): Input Manager
I/InputManager( 9337): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 9337): Window Manager
I/WindowManager( 9337): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 9084): Error opening trace file: No such file or directory (2)
I/InputManager( 9337): Starting input manager
I/SystemServer( 9337): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 9337): Input Method Service
E/EventHub( 9337): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService( 9337): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 9337): New device: id=1, fd=86, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 9337): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 9337): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 9337): GC_CONCURRENT freed 317K, 10% free 3788K/4200K, paused 3ms+12ms, total 186ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 56ms
W/ResourceType( 9337): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 9337): Accessibility Manager
I/InputReader( 9337): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 9337): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 9337): Mount Service
D/MountService( 9337): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 9337): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 9337): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 9337): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 9337): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 9337): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 9337): LockSettingsService
I/SystemServer( 9337): Device Policy
I/SystemServer( 9337): Status Bar
I/SystemServer( 9337): Clipboard Service
I/SystemServer( 9337): NetworkManagement Service
D/dalvikvm( 9337): GREF has increased to 201
I/SystemServer( 9337): Text Service Manager Service
I/SystemServer( 9337): NetworkStats Service
I/SystemServer( 9337): NetworkPolicy Service
D/MountService( 9337): volume state changed for /mnt/extsd (null -> removed)
I/PackageManager( 9337): No secure containers on sdcard
D/MountService( 9337): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 9337): Wi-Fi P2pService
W/PackageManager( 9337): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
I/SystemServer( 9337): Wi-Fi Service
W/PackageManager( 9337): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9337): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 9337): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 9337): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 9337): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
E/cutils-trace( 9403): Error opening trace file: No such file or directory (2)
I/SystemServer( 9337): Connectivity Service
D/ConnectivityService( 9337): ConnectivityService starting up
D/ConnectivityService( 9337): wifiOnly=false
D/dalvikvm( 9337): GC_CONCURRENT freed 323K, 10% free 3980K/4396K, paused 13ms+3ms, total 205ms
D/CommandListener( 9085): Setting iface cfg
D/CommandListener( 9085): Trying to bring up eth0
E/CommandListener( 9085): Error upping interface
W/SystemServer( 9337): ***********************************************
F/SystemServer( 9337): BOOT FAILURE starting Connectivity Service
F/SystemServer( 9337): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 9337): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 9337): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 9337): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 9337): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 9337): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 9337): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 9337): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 9337): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 9337): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 9337): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 9337): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 9337): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 9337): ... 5 more
I/SystemServer( 9337): Network Service Discovery Service
D/NsdService( 9337): Network service discovery enabled true
I/SystemServer( 9337): UpdateLock Service
D/WifiHW ( 9337): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 9337): Notification Manager
I/SystemServer( 9337): Device Storage Monitor
I/SystemServer( 9337): Location Manager
I/SystemServer( 9337): Country Detector
I/SystemServer( 9337): Search Service
I/SystemServer( 9337): DropBox Service
I/SystemServer( 9337): Wallpaper Service
I/SystemServer( 9337): Audio Service
I/AudioService( 9337): Remote Control registerMediaButtonIntent() for PendingIntent{4114e8c0: PendingIntentRecord{4125b158 android broadcastIntent}}
I/SystemServer( 9337): Dock Observer
W/DockObserver( 9337): This kernel does not have dock station support
I/SystemServer( 9337): Wired Accessory Manager
W/WiredAccessoryManager( 9337): This kernel does not have HDMI audio support
I/SystemServer( 9337): USB Service
I/SystemServer( 9337): Serial Service
I/SystemServer( 9337): Twilight Service
I/SystemServer( 9337): UI Mode Manager Service
I/SystemServer( 9337): Backup Service
D/dalvikvm( 9337): GC_CONCURRENT freed 378K, 11% free 4112K/4584K, paused 5ms+4ms, total 114ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 8ms
V/BackupManagerService( 9337): Initializing package tracking
V/BackupManagerService( 9337): No ancestral data
V/BackupManagerService( 9337): addPackageParticipantsLocked: all
I/BackupManagerService( 9337): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 9337): Now staging backup of com.android.calendar
I/BackupManagerService( 9337): Scheduling backup for new app com.android.browser
D/BackupManagerService( 9337): Now staging backup of com.android.browser
I/BackupManagerService( 9337): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 9337): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 9337): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 9337): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 9337): Scheduling backup for new app android
D/BackupManagerService( 9337): Now staging backup of android
I/BackupManagerService( 9337): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 9337): Now staging backup of com.android.providers.settings
V/BackupManagerService( 9337): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41132160
V/BackupManagerService( 9337): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 9337): Google transport not present
I/BackupManagerService( 9337): Found stale backup journal, scheduling
I/BackupManagerService( 9337): com.android.calendar
I/BackupManagerService( 9337): com.android.browser
I/BackupManagerService( 9337): com.android.providers.userdictionary
I/BackupManagerService( 9337): com.android.sharedstoragebackup
I/BackupManagerService( 9337): android
I/BackupManagerService( 9337): com.android.providers.settings
I/BackupManagerService( 9337): Backup enabled => false
I/BackupManagerService( 9337): Opting out of backup
I/SystemServer( 9337): AppWidget Service
I/SystemServer( 9337): Recognition Service
I/SystemServer( 9337): DiskStats Service
I/SystemServer( 9337): SamplingProfiler Service
I/SystemServer( 9337): NetworkTimeUpdateService
I/SystemServer( 9337): CommonTimeManagementService
I/SystemServer( 9337): CertBlacklister
I/SystemServer( 9337): Dreams Service
I/SystemServer( 9337): IdleMaintenanceService
I/WindowManager( 9337): SAFE MODE not enabled
D/dalvikvm( 9337): JIT started for system_server
I/SWITCHPROFILE( 9337): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 9337): setprop: sys.interactive = active
I/ActivityManager( 9337): System now ready
I/SystemServer( 9337): Making services ready
I/Zygote ( 9337): Process: zygote socket opened
I/ActivityManager( 9337): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=9422 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService( 9337): enabling bandwidth control
E/cutils-trace( 9419): Error opening trace file: No such file or directory (2)
W/MountService( 9337): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/SystemUIService( 9422): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 9422): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410a0038
W/SystemServer( 9337): ***********************************************
F/SystemServer( 9337): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 9337): java.lang.NullPointerException
F/SystemServer( 9337): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 9337): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 9337): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 9337): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 9337): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 9337): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 9337): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm( 9337): GC_CONCURRENT freed 228K, 7% free 4399K/4720K, paused 3ms+3ms, total 349ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 17ms
I/StatusBarManagerService( 9337): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4120bc30
D/PhoneStatusBar( 9422): mSettingsPanelGravity = 8388661
D/dalvikvm( 9337): GC_CONCURRENT freed 334K, 9% free 4577K/5004K, paused 14ms+3ms, total 122ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 93ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 97ms
E/cutils-trace( 9469): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9337): GC_CONCURRENT freed 348K, 9% free 4747K/5188K, paused 5ms+16ms, total 266ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 171ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 127ms
D/dalvikvm( 9422): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 60ms, total 61ms
D/dalvikvm( 9337): GC_FOR_ALLOC freed 276K, 13% free 4689K/5380K, paused 83ms, total 88ms
D/dalvikvm( 9422): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 81ms, total 81ms
D/dalvikvm( 9337): GC_FOR_ALLOC freed 60K, 12% free 4765K/5380K, paused 85ms, total 85ms
E/cutils-trace( 9473): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9422): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+2ms, total 120ms
D/dalvikvm( 9422): WAIT_FOR_CONCURRENT_GC blocked 109ms
D/dalvikvm( 9337): GC_CONCURRENT freed 379K, 9% free 4944K/5424K, paused 2ms+16ms, total 180ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 130ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 123ms
D/AndroidRuntime( 9422): Shutting down VM
W/dalvikvm( 9422): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/AndroidRuntime( 9422): FATAL EXCEPTION: main
E/AndroidRuntime( 9422): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9422): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9422): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9422): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9422): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9422): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9422): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9422): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9422): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9422): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9422): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9422): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9422): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9422): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9422): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9422): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9422): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9422): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9422): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 9422): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 9422): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 9422): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9422): ... 10 more
I/Process ( 9422): Sending signal. PID: 9422 SIG: 9
I/ActivityManager( 9337): Process com.android.systemui (pid 9422) has died.
W/ActivityManager( 9337): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/Choreographer( 9337): Skipped 146 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 9337): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 9337): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=9478 uid=10018 gids={50018, 1028}
I/ActivityManager( 9337): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=9482 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 9501): Error opening trace file: No such file or directory (2)
I/ActivityManager( 9337): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI( 9337): usb_device_open failed
D/dalvikvm( 9337): GC_CONCURRENT freed 529K, 12% free 5020K/5648K, paused 36ms+16ms, total 215ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 168ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 75ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 36ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 9ms
W/RecognitionManagerService( 9337): no available voice recognition services found for user 0
V/KeyguardHostView( 9337): music state changed: 0
W/InputMethodManagerService( 9337): Ignoring setImeWindowStatus of uid 1000 token: null
V/TAG ( 9337): bug 7643792: fitSystemWindows([0,0][0,0])
D/SystemUIService( 9482): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 9482): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410a2340
W/ResourceType( 9337): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 9337): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=9510 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 9337): Adding window token: android.os.Binder@412b9570
W/SystemServer( 9337): ***********************************************
I/StatusBarManagerService( 9337): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4128bad0
F/SystemServer( 9337): BOOT FAILURE making Location Service ready
F/SystemServer( 9337): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 9337): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 9337): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 9337): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 9337): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 9337): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 9337): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 9337): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 9337): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 9337): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 9337): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 9337): at com.android.server.ServerThread.run(SystemServer.java:866)
D/PhoneStatusBar( 9482): mSettingsPanelGravity = 8388661
I/CommonTimeManagementService( 9337): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 9337): Reconfiguring input devices. changes=0x00000020
I/InputReader( 9337): Reconfiguring input devices. changes=0x00000010
E/cutils-trace( 9526): Error opening trace file: No such file or directory (2)
I/ActivityManager( 9337): Start proc com.android.phone for added application com.android.phone: pid=9528 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/SystemServer( 9337): Enabled StrictMode for system server main thread.
D/dalvikvm( 9337): GC_CONCURRENT freed 502K, 11% free 5144K/5744K, paused 97ms+25ms, total 370ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 253ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 114ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 108ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 63ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 159ms
I/AudioService( 9337): Remote Control registerMediaButtonIntent() for PendingIntent{4119c3c8: PendingIntentRecord{4125b158 android broadcastIntent}}
W/TelephonyProvider( 9528): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/LatinIME( 9510): Hardware accelerated drawing: false
E/cutils-trace( 9549): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9337): GREF has increased to 301
D/AndroidRuntime( 9510): Shutting down VM
W/dalvikvm( 9510): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/AndroidRuntime( 9510): FATAL EXCEPTION: main
E/AndroidRuntime( 9510): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9510): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9510): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9510): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9510): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9510): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9510): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9510): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9510): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9510): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9510): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9510): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9510): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9510): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9510): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9510): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9510): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9510): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9510): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9510): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime( 9510): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime( 9510): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime( 9510): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9510): ... 10 more
D/dalvikvm( 9482): GC_FOR_ALLOC freed 167K, 9% free 2693K/2952K, paused 112ms, total 166ms
D/dalvikvm( 9482): GC_FOR_ALLOC freed 4K, 9% free 2964K/3228K, paused 80ms, total 80ms
D/dalvikvm( 9337): GC_CONCURRENT freed 514K, 11% free 5288K/5900K, paused 26ms+12ms, total 276ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 254ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 246ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 247ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 205ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 160ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 151ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 132ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 116ms
I/Process ( 9510): Sending signal. PID: 9510 SIG: 9
I/ActivityManager( 9337): Process com.android.inputmethod.latin (pid 9510) has died.
W/ActivityManager( 9337): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
D/AndroidRuntime( 9528): Shutting down VM
W/dalvikvm( 9528): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/AndroidRuntime( 9528): FATAL EXCEPTION: main
E/AndroidRuntime( 9528): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9528): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 9528): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9528): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9528): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9528): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9528): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9528): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9528): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9528): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9528): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9528): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9528): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9528): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9528): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9528): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9528): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9528): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9528): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9528): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9528): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 9528): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 9528): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 9528): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 9528): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 9528): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 9528): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 9528): ... 10 more
W/ResourceType( 9337): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/dalvikvm( 9478): GC_CONCURRENT freed 212K, 10% free 2730K/3028K, paused 3ms+10ms, total 77ms
D/dalvikvm( 9337): GC_CONCURRENT freed 567K, 11% free 5410K/6076K, paused 26ms+7ms, total 242ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 138ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 138ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 133ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 134ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 134ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 124ms
D/dalvikvm( 9337): WAIT_FOR_CONCURRENT_GC blocked 111ms
I/Process ( 9528): Sending signal. PID: 9528 SIG: 9
I/ActivityManager( 9337): Process com.android.phone (pid 9528) has died.
E/cutils-trace( 9559): Error opening trace file: No such file or directory (2)
I/ActivityManager( 9337): Start proc com.android.phone for restart com.android.phone: pid=9560 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
W/ProcessStats( 9337): Skipping unknown process pid 9528
I/ActivityManager( 9337): Start proc com.android.music for broadcast com.android.music/.MediaButtonIntentReceiver: pid=9568 uid=10024 gids={50024, 3003, 1015, 1028}
E/BluetoothAdapter( 9337): Bluetooth binder is null
E/BluetoothAdapter( 9337): Bluetooth binder is null
V/WiredAccessoryManager( 9337): init()
W/WiredAccessoryManager( 9337): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
I/dalvikvm( 9568): Turning on JNI app bug workarounds for target SDK version 9...
V/KeyguardHostView( 9337): music state changed: 0
D/dalvikvm( 9482): GC_CONCURRENT freed 395K, 17% free 2984K/3556K, paused 2ms+2ms, total 120ms
V/TAG ( 9337): bug 7643792: fitSystemWindows([0,0][0,0])
D/dalvikvm( 9482): WAIT_FOR_CONCURRENT_GC blocked 120ms
W/dalvikvm( 9337): threadid=41: thread exiting with uncaught exception (group=0x40e1a700)
W/WindowManager( 9337): Window freeze timeout expired.
W/WindowManager( 9337): Force clearing orientation change: Window{41091690 u0 Keyguard}
W/TelephonyProvider( 9560): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/AudioService( 9337): Remote Control registerMediaButtonIntent() for PendingIntent{412dfc60: PendingIntentRecord{4125dc78 com.android.music broadcastIntent}}
I/Choreographer( 9337): Skipped 158 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 9482): Shutting down VM
W/dalvikvm( 9482): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
I/ActivityManager( 9337): Start proc android.process.media for content provider com.android.providers.media/.MediaProvider: pid=9610 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
E/AndroidRuntime( 9337): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 9337): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9337): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9337): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9337): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9337): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9337): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9337): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 9337): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 9337): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 9337): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 9337): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9337): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9337): at android.os.HandlerThread.run(HandlerThread.java:61)
E/AndroidRuntime( 9482): FATAL EXCEPTION: main
E/AndroidRuntime( 9482): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9482): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9482): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9482): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9482): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9482): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9482): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9482): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9482): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9482): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9482): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9482): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9482): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9482): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9482): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9482): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9482): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9482): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9482): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime( 9482): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 9482): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 9482): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9482): ... 10 more
E/cutils-trace( 9622): Error opening trace file: No such file or directory (2)
D/AndroidRuntime( 9560): Shutting down VM
W/dalvikvm( 9560): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/AndroidRuntime( 9560): FATAL EXCEPTION: main
E/AndroidRuntime( 9560): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9560): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 9560): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9560): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9560): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9560): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9560): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9560): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9560): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9560): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9560): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9560): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9560): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9560): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9560): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9560): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9560): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9560): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9560): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9560): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime( 9560): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime( 9560): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime( 9560): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 9560): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 9560): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 9560): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 9560): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 9560): ... 10 more
D/dalvikvm( 9337): GC_FOR_ALLOC freed 434K, 12% free 5382K/6076K, paused 152ms, total 159ms
I/dalvikvm-heap( 9337): Grow heap (frag case) to 5.665MB for 335032-byte allocation
D/dalvikvm( 9337): GC_FOR_ALLOC freed 9K, 11% free 5700K/6404K, paused 66ms, total 66ms
W/ActivityManager( 9337): Process com.android.phone has crashed too many times: killing!
I/Process ( 9482): Sending signal. PID: 9482 SIG: 9
I/Process ( 9560): Sending signal. PID: 9560 SIG: 9
I/ActivityManager( 9337): Process com.android.phone (pid 9560) has died.
I/ActivityManager( 9337): Start proc com.android.phone for restart com.android.phone: pid=9637 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
I/ActivityManager( 9337): Process com.android.systemui (pid 9482) has died.
W/ActivityManager( 9337): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 9337): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
D/dalvikvm( 9086): GC_EXPLICIT freed 36K, 5% free 2519K/2644K, paused 2ms+6ms, total 60ms
D/dalvikvm( 9086): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 2ms+5ms, total 63ms
D/dalvikvm( 9086): GC_EXPLICIT freed <1K, 5% free 2519K/2644K, paused 5ms+5ms, total 75ms
I/ActivityManager( 9337): Start proc com.android.systemui for restart com.android.systemui: pid=9648 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
E/cutils-trace( 9654): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9478): GC_FOR_ALLOC freed 126K, 7% free 2881K/3096K, paused 237ms, total 241ms
I/dalvikvm-heap( 9478): Grow heap (frag case) to 3.505MB for 640016-byte allocation
D/dalvikvm( 9478): GC_CONCURRENT freed 12K, 7% free 3494K/3724K, paused 23ms+1ms, total 114ms
I/Choreographer( 9337): Skipped 87 frames! The application may be doing too much work on its main thread.
V/KeyguardHostView( 9337): hide transport, gen:4
V/KeyguardHostView( 9337): update widget: transport state changed
E/cutils-trace( 9670): Error opening trace file: No such file or directory (2)
W/TelephonyProvider( 9637): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/dalvikvm( 9478): GC_CONCURRENT freed 646K, 21% free 3239K/4076K, paused 1ms+1ms, total 104ms
D/SystemUIService( 9648): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/Process ( 9337): Sending signal. PID: 9337 SIG: 9
D/SystemUIService( 9648): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410a0e68
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
W/AudioFlinger( 9084): power manager service died !!!
E/ActivityThread( 9568): Failed to find provider info for media
E/ActivityThread( 9637): Failed to find provider info for settings
D/AndroidRuntime( 9478): Shutting down VM
D/AndroidRuntime( 9637): Shutting down VM
W/dalvikvm( 9478): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
W/dalvikvm( 9637): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
W/ActivityThread( 9610): Unable to get context for package com.android.providers.drm while loading content provider com.android.providers.drm.DrmProvider
E/DisplayManager( 9648): Could not get display information from display manager.
E/DisplayManager( 9648): android.os.DeadObjectException
E/DisplayManager( 9648): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 9648): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 9648): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 9648): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 9648): at android.hardware.display.DisplayManager.getOrCreateDisplayLocked(DisplayManager.java:159)
E/DisplayManager( 9648): at android.hardware.display.DisplayManager.getDisplay(DisplayManager.java:98)
E/DisplayManager( 9648): at android.app.ContextImpl$38.getService(ContextImpl.java:521)
E/DisplayManager( 9648): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/DisplayManager( 9648): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/DisplayManager( 9648): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:309)
E/DisplayManager( 9648): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 9648): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 9648): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 9648): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 9648): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 9648): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 9648): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 9648): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 9648): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 9648): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 9648): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 9648): at dalvik.system.NativeStart.main(Native Method)
W/AudioFlinger( 9084): Thread AudioOut_2 cannot connect to the power manager service
E/AndroidRuntime( 9637): FATAL EXCEPTION: main
E/AndroidRuntime( 9637): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException
E/AndroidRuntime( 9637): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime( 9637): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime( 9637): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime( 9637): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9637): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9637): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9637): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9637): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9637): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9637): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9637): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9637): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9637): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 9637): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 9637): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 9637): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 9637): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:107)
E/AndroidRuntime( 9637): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 9637): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime( 9637): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 9637): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 9637): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime( 9637): ... 10 more
E/DisplayManager( 9648): Could not get display information from display manager.
E/DisplayManager( 9648): android.os.DeadObjectException
E/DisplayManager( 9648): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager( 9648): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager( 9648): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager( 9648): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager( 9648): at android.hardware.display.DisplayManager.getOrCreateDisplayLocked(DisplayManager.java:159)
E/DisplayManager( 9648): at android.hardware.display.DisplayManager.getDisplay(DisplayManager.java:98)
E/DisplayManager( 9648): at android.app.ContextImpl$38.getService(ContextImpl.java:521)
E/DisplayManager( 9648): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/DisplayManager( 9648): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/DisplayManager( 9648): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:200)
E/DisplayManager( 9648): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager( 9648): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager( 9648): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager( 9648): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager( 9648): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager( 9648): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager( 9648): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager( 9648): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager( 9648): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager( 9648): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager( 9648): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager( 9648): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager( 9648): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9478): FATAL EXCEPTION: main
E/AndroidRuntime( 9478): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 9478): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime( 9478): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 9478): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 9478): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 9478): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9478): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9478): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9478): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9478): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9478): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9478): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9478): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9478): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 9478): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:223)
E/AndroidRuntime( 9478): at android.appwidget.AppWidgetHostView.getDefaultPaddingForWidget(AppWidgetHostView.java:187)
E/AndroidRuntime( 9478): at com.android.launcher2.Launcher.getSpanForWidget(Launcher.java:1142)
E/AndroidRuntime( 9478): at com.android.launcher2.Launcher.getMinSpanForWidget(Launcher.java:1155)
E/AndroidRuntime( 9478): at com.android.launcher2.AppsCustomizePagedView.onPackagesUpdated(AppsCustomizePagedView.java:456)
E/AndroidRuntime( 9478): at com.android.launcher2.Launcher.onCreate(Launcher.java:395)
E/AndroidRuntime( 9478): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime( 9478): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 9478): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime( 9478): ... 11 more
E/AndroidRuntime( 9478): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 9478): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9478): at android.content.pm.IPackageManager$Stub$Proxy.getApplicationInfo(IPackageManager.java:1576)
E/AndroidRuntime( 9478): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:218)
E/AndroidRuntime( 9478): ... 19 more
D/AndroidRuntime( 9568): Shutting down VM
D/AndroidRuntime( 9648): Shutting down VM
W/dalvikvm( 9568): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
I/Process ( 9637): Sending signal. PID: 9637 SIG: 9
W/dalvikvm( 9648): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/ActivityThread( 9648): Failed to find provider info for settings
E/AndroidRuntime( 9637): Error reporting crash
E/AndroidRuntime( 9637): android.os.DeadObjectException
E/AndroidRuntime( 9637): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9637): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9637): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9637): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9637): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9637): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 9610): Shutting down VM
W/dalvikvm( 9610): threadid=1: thread exiting with uncaught exception (group=0x40e1a700)
E/AndroidRuntime( 9648): FATAL EXCEPTION: main
E/AndroidRuntime( 9648): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime( 9648): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9648): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9648): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9648): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9648): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9648): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9648): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9648): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9648): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9648): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9648): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9648): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9648): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:865)
E/AndroidRuntime( 9648): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
E/AndroidRuntime( 9648): at android.provider.Settings$Global.getString(Settings.java:5504)
E/AndroidRuntime( 9648): at android.provider.Settings$Global.getInt(Settings.java:5560)
E/AndroidRuntime( 9648): at com.android.systemui.statusbar.BaseStatusBar$1.onChange(BaseStatusBar.java:158)
E/AndroidRuntime( 9648): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:204)
E/AndroidRuntime( 9648): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime( 9648): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime( 9648): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9648): ... 10 more
E/AndroidRuntime( 9568): FATAL EXCEPTION: main
E/AndroidRuntime( 9568): java.lang.RuntimeException: Unable to create service com.android.music.MediaPlaybackService: java.lang.NullPointerException
E/AndroidRuntime( 9568): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9568): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9568): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9568): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9568): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9568): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9568): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9568): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9568): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9568): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9568): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9568): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9568): at android.appwidget.AppWidgetManager.getAppWidgetIds(AppWidgetManager.java:812)
E/AndroidRuntime( 9568): at com.android.music.MediaAppWidgetProvider.hasInstances(MediaAppWidgetProvider.java:92)
E/AndroidRuntime( 9568): at com.android.music.MediaAppWidgetProvider.notifyChange(MediaAppWidgetProvider.java:101)
E/AndroidRuntime( 9568): at com.android.music.MediaPlaybackService.notifyChange(MediaPlaybackService.java:820)
E/AndroidRuntime( 9568): at com.android.music.MediaPlaybackService.onCreate(MediaPlaybackService.java:342)
E/AndroidRuntime( 9568): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9568): ... 10 more
E/AndroidRuntime( 9610): FATAL EXCEPTION: main
E/AndroidRuntime( 9610): java.lang.RuntimeException: Unable to create service com.android.providers.downloads.DownloadService: java.lang.NullPointerException
E/AndroidRuntime( 9610): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime( 9610): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime( 9610): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime( 9610): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9610): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9610): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 9610): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9610): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 9610): at android.app.NotificationManager.cancelAll(NotificationManager.java:220)
E/AndroidRuntime( 9610): at com.android.providers.downloads.DownloadNotifier.cancelAll(DownloadNotifier.java:95)
E/AndroidRuntime( 9610): at com.android.providers.downloads.DownloadService.onCreate(DownloadService.java:169)
E/AndroidRuntime( 9610): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime( 9610): ... 10 more
E/AndroidRuntime( 9648): Error reporting crash
E/AndroidRuntime( 9648): android.os.DeadObjectException
E/AndroidRuntime( 9648): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9648): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9648): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9648): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9648): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9648): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 9648): Sending signal. PID: 9648 SIG: 9
E/AndroidRuntime( 9478): Error reporting crash
E/AndroidRuntime( 9478): android.os.DeadObjectException
E/AndroidRuntime( 9478): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9478): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9478): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9478): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9478): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9478): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 9478): Sending signal. PID: 9478 SIG: 9
I/Process ( 9610): Sending signal. PID: 9610 SIG: 9
E/AndroidRuntime( 9610): Error reporting crash
E/AndroidRuntime( 9610): android.os.DeadObjectException
E/AndroidRuntime( 9610): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9610): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9610): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9610): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9610): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9610): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 9568): Sending signal. PID: 9568 SIG: 9
E/AndroidRuntime( 9568): Error reporting crash
E/AndroidRuntime( 9568): android.os.DeadObjectException
E/AndroidRuntime( 9568): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 9568): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime( 9568): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 9568): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 9568): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 9568): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 9086): Exit zygote because system server (9337) has terminated
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
I/Netd ( 9678): Netd 1.0 starting
W/InterfaceController( 9678): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace( 9687): Error opening trace file: No such file or directory (2)
I/mediaserver( 9677): ServiceManager: 0x40c2cfb8
I/AudioFlinger( 9677): Using default 3000 mSec as standby time.
I/CameraService( 9677): CameraService started (pid=9677)
I/CameraService( 9677): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL( 9677): Face Back Camera is csi, orient is 0
I/FslCameraHAL( 9677): Face Front Camera is uvc, orient is 0
I/FslCameraHAL( 9677): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL( 9677): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase( 9677): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary( 9677): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary( 9677): out rate 44100
W/audio_hw_primary( 9677): in rate 0, channels 0 format 0
I/AudioFlinger( 9677): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary( 9677): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary( 9677): opened out stream...1073803768
I/AudioFlinger( 9677): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer( 9677): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 9677): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 9680):
D/AndroidRuntime( 9680): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 9680): CheckJNI is ON
I/AndroidRuntime( 9680): JNI options: '-Xjniopts:warnonly'
D/dalvikvm( 9680): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 9680): Added shared lib libjavacore.so 0x0
D/dalvikvm( 9680): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 9680): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 9680): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace( 9738): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration( 9680): Profiling disabled.
I/Zygote ( 9680): Preloading classes...
E/cutils-trace( 9680): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 5ms
D/dalvikvm( 9680): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 22ms+0ms, total 31ms
D/dalvikvm( 9680): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 9680): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 13ms+0ms, total 23ms
D/dalvikvm( 9680): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+0ms, total 23ms
D/dalvikvm( 9680): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 1ms+0ms, total 18ms
D/dalvikvm( 9680): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 24ms
D/dalvikvm( 9680): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 1ms+1ms, total 7ms
D/dalvikvm( 9680): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+3ms, total 9ms
D/TextLayoutCache( 9680): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 9680): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 9680): register_android_mtp_MtpDevice
I/dalvikvm( 9680): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 9680): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 9680): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 9680): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+1ms, total 25ms
E/cutils-trace( 9778): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+1ms, total 34ms
D/dalvikvm( 9680): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 27ms, total 27ms
D/dalvikvm( 9680): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 1ms+14ms, total 81ms
D/dalvikvm( 9680): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 1ms+3ms, total 23ms
D/dalvikvm( 9680): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 41ms
D/dalvikvm( 9680): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 2ms+2ms, total 32ms
D/dalvikvm( 9680): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 6ms+22ms, total 44ms
E/cutils-trace( 9818): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+31ms, total 72ms
D/dalvikvm( 9680): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 47ms
D/dalvikvm( 9680): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+2ms, total 44ms
I/dalvikvm( 9680): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 9680): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 9680): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 48ms
D/dalvikvm( 9680): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+6ms, total 68ms
D/dalvikvm( 9680): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 8ms+1ms, total 50ms
D/dalvikvm( 9680): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 62ms
E/cutils-trace( 9858): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 55ms
D/dalvikvm( 9680): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 28ms+1ms, total 61ms
D/dalvikvm( 9680): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+21ms, total 58ms
D/dalvikvm( 9680): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 48ms
D/dalvikvm( 9680): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+1ms, total 57ms
D/dalvikvm( 9680): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+25ms, total 61ms
D/dalvikvm( 9680): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 3ms+2ms, total 59ms
I/System ( 9680): Loaded time zone names for "" in 336ms (311ms in ICU)
E/cutils-trace( 9898): Error opening trace file: No such file or directory (2)
I/System ( 9680): Loaded time zone names for "en_US" in 174ms (167ms in ICU)
E/Netd ( 9678): Unable to create netlink socket: Protocol not supported
E/Netd ( 9678): Unable to open quota2 logging socket
D/MDnsDS ( 9678): MDnsSdListener::Hander starting up
D/MDnsDS ( 9678): MDnsSdListener starting to monitor
D/MDnsDS ( 9678): Going to poll with pollCount 1
D/dalvikvm( 9680): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+1ms, total 34ms
D/dalvikvm( 9680): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 30ms
D/dalvikvm( 9680): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 25ms
D/dalvikvm( 9680): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+2ms, total 36ms
D/dalvikvm( 9680): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 2ms+2ms, total 46ms
D/dalvikvm( 9680): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 1ms+2ms, total 35ms
D/dalvikvm( 9680): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+2ms, total 31ms
I/Zygote ( 9680): ...preloaded 2879 classes in 4784ms.
D/dalvikvm( 9680): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+2ms, total 32ms
I/Zygote ( 9680): Preloading resources...
W/Resources( 9680): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+2ms, total 27ms
W/Resources( 9680): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 3ms+3ms, total 29ms
W/Resources( 9680): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+5ms, total 32ms
W/Resources( 9680): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 6ms+4ms, total 35ms
W/Resources( 9680): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+2ms, total 27ms
W/Resources( 9680): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+1ms, total 22ms
W/Resources( 9680): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 2ms+1ms, total 40ms
W/Resources( 9680): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
E/cutils-trace( 9915): Error opening trace file: No such file or directory (2)
W/Resources( 9680): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+2ms, total 40ms
W/Resources( 9680): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 39ms
W/Resources( 9680): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+11ms, total 33ms
W/Resources( 9680): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+12ms, total 33ms
W/Resources( 9680): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 35ms
W/Resources( 9680): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+2ms, total 34ms
W/Resources( 9680): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+2ms, total 26ms
W/Resources( 9680): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 1ms+2ms, total 29ms
W/Resources( 9680): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+2ms, total 29ms
W/Resources( 9680): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 1ms+2ms, total 32ms
W/Resources( 9680): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 2ms+2ms, total 34ms
W/Resources( 9680): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 35ms
W/Resources( 9680): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+2ms, total 23ms
W/Resources( 9680): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
E/cutils-trace( 9919): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 2ms+1ms, total 42ms
W/Resources( 9680): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 6ms+2ms, total 34ms
W/Resources( 9680): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+1ms, total 39ms
W/Resources( 9680): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+11ms, total 40ms
W/Resources( 9680): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+3ms, total 35ms
W/Resources( 9680): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+4ms, total 42ms
W/Resources( 9680): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 6ms+2ms, total 28ms
W/Resources( 9680): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+2ms, total 26ms
W/Resources( 9680): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 28ms
W/Resources( 9680): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 33ms
W/Resources( 9680): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 9680): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 3ms+1ms, total 29ms
W/Resources( 9680): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 9680): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+1ms, total 38ms
W/Resources( 9680): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 20ms
W/Resources( 9680): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 37ms
W/Resources( 9680): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
E/cutils-trace( 9923): Error opening trace file: No such file or directory (2)
W/Resources( 9680): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 34ms
W/Resources( 9680): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+1ms, total 39ms
W/Resources( 9680): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 5ms+1ms, total 41ms
W/Resources( 9680): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 1ms+1ms, total 36ms
W/Resources( 9680): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 3ms+1ms, total 44ms
W/Resources( 9680): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 30ms
W/Resources( 9680): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+5ms, total 36ms
W/Resources( 9680): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+4ms, total 38ms
W/Resources( 9680): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 2ms+6ms, total 32ms
W/Resources( 9680): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 2ms+2ms, total 31ms
W/Resources( 9680): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+8ms, total 35ms
W/Resources( 9680): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 1ms+2ms, total 30ms
W/Resources( 9680): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 27ms
W/Resources( 9680): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm( 9680): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+1ms, total 23ms
W/Resources( 9680): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources( 9680): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
E/cutils-trace( 9927): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9680): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 2ms+1ms, total 33ms
W/Resources( 9680): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote ( 9680): ...preloaded 274 resources in 3333ms.
I/Zygote ( 9680): ...preloaded 31 resources in 32ms.
D/dalvikvm( 9680): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 32ms
D/dalvikvm( 9680): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+1ms, total 32ms
D/dalvikvm( 9680): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+7ms, total 34ms
I/dalvikvm( 9680): System server process 9930 has been created
I/Zygote ( 9680): Accepting command socket connections
E/BatteryService( 9930): No charger supplies found
I/sysproc ( 9930): Entered system_init()
I/sysproc ( 9930): ServiceManager: 0x40d809d0
D/SensorService( 9930): nuSensorService starting...
E/SensorService( 9930): couldn't load sensors module (No such file or directory)
I/sysproc ( 9930): System server: starting Android runtime.
I/sysproc ( 9930): System server: starting Android services.
I/sysproc ( 9930): System server: entering thread pool.
I/SystemServer( 9930): Entered the Android system server!
I/SystemServer( 9930): Enabled StrictMode logging for UI Looper
I/SystemServer( 9930): Waiting for installd to be ready.
I/installd( 2102): new connection
E/SWITCHPROFILE( 9930): setprop: sys.interactive = active
I/Installer( 9930): connecting...
I/SystemServer( 9930): Power Manager
I/SystemServer( 9930): Activity Manager
I/SystemServer( 9930): Enabled StrictMode logging for WM Looper
I/ActivityManager( 9930): Memory class: 64
W/UsageStats( 9930): Usage stats version changed; dropping
I/AppOps ( 9930): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager( 9930): Enabled StrictMode logging for AThread's Looper
I/SystemServer( 9930): Display Manager
I/DisplayManagerService( 9930): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 9930): Telephony Registry
I/SystemServer( 9930): Scheduling Policy
I/SystemServer( 9930): Package Manager
D/dalvikvm( 9930): GC_CONCURRENT freed 291K, 13% free 2728K/3108K, paused 3ms+1ms, total 52ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 380K, 18% free 2727K/3324K, paused 27ms, total 27ms
D/SELinuxMMAC( 9930): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC( 9930): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace( 9953): Error opening trace file: No such file or directory (2)
W/PackageManager( 9930): Running ENG build: no pre-dexopt!
D/dalvikvm( 9930): GC_CONCURRENT freed 258K, 12% free 2925K/3324K, paused 5ms+38ms, total 124ms
I/AudioFlinger( 9677): Using module 1 has the primary audio interface
I/AudioFlinger( 9677): AudioFlinger's thread 0x40a70008 ready to run
W/audio_hw_primary( 9677): out_set_parameters routing=2, ret 1, out 1073803768
I/audio_a2dp_hw( 9677): adev_open: adev_open in A2dp_hw module
I/AudioFlinger( 9677): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix( 9677): adev_open(name=audio_hw_if)
I/r_submix( 9677): adev_init_check()
I/AudioFlinger( 9677): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger( 9677): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService( 9677): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser( 9930): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser( 9930): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm( 9930): GC_CONCURRENT freed 155K, 8% free 3232K/3476K, paused 3ms+15ms, total 66ms
W/PackageParser( 9930): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace( 9959): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9930): GC_CONCURRENT freed 242K, 9% free 3485K/3816K, paused 3ms+42ms, total 122ms
D/dalvikvm( 9930): GC_CONCURRENT freed 272K, 9% free 3689K/4040K, paused 3ms+14ms, total 92ms
D/PackageManager( 9930): No files in app dir /vendor/app
W/PackageManager( 9930): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager( 9930): Time to scan packages: 1.145 seconds
W/PackageManager( 9930): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 9930): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9930): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 9930): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 9930): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm( 9930): GC_EXPLICIT freed 407K, 14% free 3599K/4156K, paused 2ms+2ms, total 54ms
I/SystemServer( 9930): Entropy Mixer
I/EntropyMixer( 9930): Writing entropy...
I/SystemServer( 9930): User Service
I/SystemServer( 9930): Account Manager
I/SystemServer( 9930): Content Manager
I/SystemServer( 9930): System Content Providers
E/cutils-trace( 9963): Error opening trace file: No such file or directory (2)
I/SystemServer( 9930): Lights Service
I/lights ( 9930): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights ( 9930): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer( 9930): Battery Service
I/SystemServer( 9930): Vibrator Service
I/libsuspend( 9930): Selected early suspend
I/libsuspend( 9930): Starting early suspend unblocker thread
I/SWITCHPROFILE( 9930): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 9930): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer( 9930): Alarm Manager
I/SystemServer( 9930): Init Watchdog
I/SystemServer( 9930): Input Manager
I/InputManager( 9930): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer( 9930): Window Manager
I/WindowManager( 9930): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace( 9677): Error opening trace file: No such file or directory (2)
I/InputManager( 9930): Starting input manager
I/SystemServer( 9930): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer( 9930): Input Method Service
E/EventHub( 9930): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService( 9930): Couldn't create dir.: /data/system/inputmethod
I/EventHub( 9930): New device: id=1, fd=87, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 9930): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 9930): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm( 9930): GC_CONCURRENT freed 320K, 10% free 3789K/4204K, paused 3ms+3ms, total 170ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 58ms
W/ResourceType( 9930): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer( 9930): Accessibility Manager
I/InputReader( 9930): Reconfiguring input devices. changes=0x00000004
I/ActivityManager( 9930): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 9930): Mount Service
D/MountService( 9930): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService( 9930): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService( 9930): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 9930): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService( 9930): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService( 9930): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer( 9930): LockSettingsService
I/SystemServer( 9930): Device Policy
I/SystemServer( 9930): Status Bar
I/SystemServer( 9930): Clipboard Service
I/SystemServer( 9930): NetworkManagement Service
I/SystemServer( 9930): Text Service Manager Service
I/SystemServer( 9930): NetworkStats Service
D/dalvikvm( 9930): GREF has increased to 201
D/MountService( 9930): volume state changed for /mnt/extsd (null -> removed)
I/SystemServer( 9930): NetworkPolicy Service
D/MountService( 9930): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer( 9930): Wi-Fi P2pService
I/PackageManager( 9930): No secure containers on sdcard
I/SystemServer( 9930): Wi-Fi Service
W/PackageManager( 9930): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 9930): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9930): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 9930): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager( 9930): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager( 9930): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm( 9930): GC_CONCURRENT freed 299K, 10% free 3920K/4316K, paused 3ms+2ms, total 57ms
I/SystemServer( 9930): Connectivity Service
D/ConnectivityService( 9930): ConnectivityService starting up
D/ConnectivityService( 9930): wifiOnly=false
E/cutils-trace( 9997): Error opening trace file: No such file or directory (2)
D/CommandListener( 9678): Setting iface cfg
D/CommandListener( 9678): Trying to bring up eth0
E/CommandListener( 9678): Error upping interface
F/SystemServer( 9930): BOOT FAILURE starting Connectivity Service
F/SystemServer( 9930): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 9930): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer( 9930): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer( 9930): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer( 9930): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer( 9930): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer( 9930): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer( 9930): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer( 9930): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer( 9930): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer( 9930): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer( 9930): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer( 9930): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer( 9930): ... 5 more
W/SystemServer( 9930): ***********************************************
I/SystemServer( 9930): Network Service Discovery Service
D/NsdService( 9930): Network service discovery enabled true
I/SystemServer( 9930): UpdateLock Service
I/SystemServer( 9930): Notification Manager
I/SystemServer( 9930): Device Storage Monitor
I/SystemServer( 9930): Location Manager
I/SystemServer( 9930): Country Detector
I/SystemServer( 9930): Search Service
I/SystemServer( 9930): DropBox Service
I/SystemServer( 9930): Wallpaper Service
D/WifiHW ( 9930): Unable to unload driver module "8723as": No such file or directory
I/SystemServer( 9930): Audio Service
I/AudioService( 9930): Remote Control registerMediaButtonIntent() for PendingIntent{410c2b08: PendingIntentRecord{4127f470 android broadcastIntent}}
D/dalvikvm( 9930): GC_CONCURRENT freed 302K, 9% free 4110K/4508K, paused 3ms+22ms, total 151ms
I/SystemServer( 9930): Dock Observer
W/DockObserver( 9930): This kernel does not have dock station support
I/SystemServer( 9930): Wired Accessory Manager
W/WiredAccessoryManager( 9930): This kernel does not have HDMI audio support
I/SystemServer( 9930): USB Service
I/SystemServer( 9930): Serial Service
I/SystemServer( 9930): Twilight Service
I/SystemServer( 9930): UI Mode Manager Service
I/SystemServer( 9930): Backup Service
V/BackupManagerService( 9930): Initializing package tracking
V/BackupManagerService( 9930): No ancestral data
V/BackupManagerService( 9930): addPackageParticipantsLocked: all
I/BackupManagerService( 9930): Scheduling backup for new app com.android.calendar
D/BackupManagerService( 9930): Now staging backup of com.android.calendar
I/BackupManagerService( 9930): Scheduling backup for new app com.android.browser
D/BackupManagerService( 9930): Now staging backup of com.android.browser
I/BackupManagerService( 9930): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService( 9930): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 9930): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService( 9930): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService( 9930): Scheduling backup for new app android
D/BackupManagerService( 9930): Now staging backup of android
I/BackupManagerService( 9930): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService( 9930): Now staging backup of com.android.providers.settings
V/BackupManagerService( 9930): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@4127bfd0
V/BackupManagerService( 9930): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService( 9930): Google transport not present
I/BackupManagerService( 9930): Found stale backup journal, scheduling
I/BackupManagerService( 9930): com.android.calendar
I/BackupManagerService( 9930): com.android.browser
I/BackupManagerService( 9930): com.android.providers.userdictionary
I/BackupManagerService( 9930): com.android.sharedstoragebackup
I/BackupManagerService( 9930): android
I/BackupManagerService( 9930): com.android.providers.settings
I/BackupManagerService( 9930): Backup enabled => false
I/BackupManagerService( 9930): Opting out of backup
I/SystemServer( 9930): AppWidget Service
I/SystemServer( 9930): Recognition Service
I/SystemServer( 9930): DiskStats Service
I/SystemServer( 9930): SamplingProfiler Service
I/SystemServer( 9930): NetworkTimeUpdateService
I/SystemServer( 9930): CommonTimeManagementService
I/SystemServer( 9930): CertBlacklister
I/SystemServer( 9930): Dreams Service
I/WindowManager( 9930): SAFE MODE not enabled
D/dalvikvm( 9930): JIT started for system_server
I/SystemServer( 9930): IdleMaintenanceService
I/SWITCHPROFILE( 9930): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE( 9930): setprop: sys.interactive = active
I/ActivityManager( 9930): System now ready
I/SystemServer( 9930): Making services ready
I/Zygote ( 9930): Process: zygote socket opened
I/ActivityManager( 9930): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=10013 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService( 9930): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService( 9930): enabling bandwidth control
E/cutils-trace(10030): Error opening trace file: No such file or directory (2)
E/NetdConnector( 9930): NDC Command {4 bandwidth enable} took too long (513ms)
D/SystemUIService(10013): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(10013): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410be038
D/dalvikvm( 9930): GC_CONCURRENT freed 298K, 9% free 4327K/4716K, paused 41ms+88ms, total 527ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 309ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 35ms
I/StatusBarManagerService( 9930): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4119dc98
D/PhoneStatusBar(10013): mSettingsPanelGravity = 8388661
F/SystemServer( 9930): BOOT FAILURE making Network Stats Service ready
F/SystemServer( 9930): java.lang.NullPointerException
F/SystemServer( 9930): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer( 9930): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer( 9930): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer( 9930): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer( 9930): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer( 9930): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 9930): at com.android.server.ServerThread.run(SystemServer.java:866)
W/SystemServer( 9930): ***********************************************
D/dalvikvm( 9930): GC_CONCURRENT freed 256K, 8% free 4583K/4932K, paused 12ms+13ms, total 149ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 106ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 107ms
E/cutils-trace(10062): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9930): GC_CONCURRENT freed 497K, 12% free 4606K/5196K, paused 26ms+56ms, total 269ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 195ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 191ms
D/dalvikvm(10013): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 149ms, total 149ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 108K, 12% free 4612K/5196K, paused 87ms, total 88ms
I/dalvikvm-heap( 9930): Grow heap (frag case) to 4.650MB for 59552-byte allocation
D/dalvikvm(10013): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 61ms, total 61ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 1K, 12% free 4668K/5256K, paused 88ms, total 88ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 59K, 12% free 4643K/5256K, paused 63ms, total 64ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 9K, 11% free 4708K/5256K, paused 101ms, total 101ms
E/cutils-trace(10066): Error opening trace file: No such file or directory (2)
D/dalvikvm(10013): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 3ms+2ms, total 92ms
D/dalvikvm(10013): WAIT_FOR_CONCURRENT_GC blocked 51ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 124K, 12% free 4728K/5340K, paused 172ms, total 172ms
D/AndroidRuntime(10013): Shutting down VM
W/dalvikvm(10013): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10013): FATAL EXCEPTION: main
E/AndroidRuntime(10013): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10013): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10013): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10013): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10013): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10013): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10013): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10013): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10013): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10013): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10013): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10013): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10013): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10013): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10013): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10013): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10013): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10013): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10013): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(10013): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(10013): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(10013): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10013): ... 10 more
I/Process (10013): Sending signal. PID: 10013 SIG: 9
I/ActivityManager( 9930): Process com.android.systemui (pid 10013) has died.
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager( 9930): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 9930): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=10070 uid=10018 gids={50018, 1028}
I/ActivityManager( 9930): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=10075 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/dalvikvm( 9930): GC_CONCURRENT freed 314K, 8% free 4962K/5376K, paused 4ms+5ms, total 164ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 120ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 89ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 46ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 43ms
E/cutils-trace(10097): Error opening trace file: No such file or directory (2)
D/SystemUIService(10075): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
I/Choreographer( 9930): Skipped 177 frames! The application may be doing too much work on its main thread.
D/SystemUIService(10075): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410bfaf0
I/StatusBarManagerService( 9930): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41315268
E/UsbHostManagerJNI( 9930): usb_device_open failed
D/PhoneStatusBar(10075): mSettingsPanelGravity = 8388661
I/ActivityManager( 9930): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
D/dalvikvm( 9930): GC_CONCURRENT freed 547K, 12% free 5027K/5672K, paused 18ms+10ms, total 312ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 218ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 216ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 179ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 68ms
E/cutils-trace(10105): Error opening trace file: No such file or directory (2)
V/KeyguardHostView( 9930): music state changed: 0
V/TAG ( 9930): bug 7643792: fitSystemWindows([0,0][0,0])
W/RecognitionManagerService( 9930): no available voice recognition services found for user 0
D/dalvikvm(10075): GC_FOR_ALLOC freed 167K, 9% free 2687K/2948K, paused 135ms, total 135ms
D/dalvikvm(10075): GC_FOR_ALLOC freed 4K, 9% free 2958K/3224K, paused 65ms, total 65ms
W/InputMethodManagerService( 9930): Ignoring setImeWindowStatus of uid 1000 token: null
W/ResourceType( 9930): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/ActivityManager( 9930): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=10114 uid=10017 gids={50017, 1015, 1028}
V/InputMethodManagerService( 9930): Adding window token: android.os.Binder@412fa4f8
W/SystemServer( 9930): ***********************************************
F/SystemServer( 9930): BOOT FAILURE making Location Service ready
F/SystemServer( 9930): java.lang.NullPointerException: missing IConnectivityManager
F/SystemServer( 9930): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
F/SystemServer( 9930): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
F/SystemServer( 9930): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
F/SystemServer( 9930): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
F/SystemServer( 9930): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
F/SystemServer( 9930): at com.android.server.location.GpsLocationProvider.<init>(GpsLocationProvider.java:452)
F/SystemServer( 9930): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:346)
F/SystemServer( 9930): at com.android.server.LocationManagerService.systemReady(LocationManagerService.java:236)
F/SystemServer( 9930): at com.android.server.ServerThread$3.run(SystemServer.java:952)
F/SystemServer( 9930): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer( 9930): at com.android.server.ServerThread.run(SystemServer.java:866)
I/CommonTimeManagementService( 9930): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 9930): Reconfiguring input devices. changes=0x00000020
D/dalvikvm( 9930): GC_CONCURRENT freed 512K, 11% free 5142K/5752K, paused 24ms+7ms, total 211ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 167ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 140ms
I/InputReader( 9930): Reconfiguring input devices. changes=0x00000010
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 140ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 141ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 130ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 87ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 111ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 82ms
I/ActivityManager( 9930): Start proc com.android.phone for added application com.android.phone: pid=10133 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
E/cutils-trace(10131): Error opening trace file: No such file or directory (2)
I/SystemServer( 9930): Enabled StrictMode for system server main thread.
D/dalvikvm(10075): GC_CONCURRENT freed 395K, 16% free 2985K/3552K, paused 2ms+1ms, total 27ms
D/dalvikvm(10075): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm(10070): GC_CONCURRENT freed 213K, 10% free 2737K/3040K, paused 3ms+8ms, total 50ms
I/LatinIME(10114): Hardware accelerated drawing: false
D/dalvikvm( 9930): GREF has increased to 301
D/AndroidRuntime(10075): Shutting down VM
W/dalvikvm(10075): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10075): FATAL EXCEPTION: main
E/AndroidRuntime(10075): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10075): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10075): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10075): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10075): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10075): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10075): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10075): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10075): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10075): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10075): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10075): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10075): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10075): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10075): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10075): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10075): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10075): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10075): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(10075): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(10075): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(10075): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10075): ... 10 more
D/dalvikvm( 9930): GC_FOR_ALLOC freed 203K, 12% free 5191K/5848K, paused 199ms, total 200ms
D/AndroidRuntime(10114): Shutting down VM
W/dalvikvm(10114): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10114): FATAL EXCEPTION: main
E/AndroidRuntime(10114): java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10114): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10114): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10114): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10114): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10114): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10114): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10114): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10114): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10114): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10114): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10114): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10114): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10114): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10114): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10114): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10114): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10114): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10114): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10114): at com.android.inputmethod.latin.SubtypeSwitcher.initialize(SubtypeSwitcher.java:97)
E/AndroidRuntime(10114): at com.android.inputmethod.latin.SubtypeSwitcher.init(SubtypeSwitcher.java:84)
E/AndroidRuntime(10114): at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:435)
E/AndroidRuntime(10114): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10114): ... 10 more
I/Process (10075): Sending signal. PID: 10075 SIG: 9
D/dalvikvm( 9930): GC_FOR_ALLOC freed 152K, 11% free 5334K/5944K, paused 132ms, total 133ms
W/ResourceType( 9930): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/TelephonyProvider(10133): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityManager( 9930): Process com.android.systemui (pid 10075) has died.
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 9930): Start proc com.android.systemui for restart com.android.systemui: pid=10152 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
I/Process (10114): Sending signal. PID: 10114 SIG: 9
I/ActivityManager( 9930): Process com.android.inputmethod.latin (pid 10114) has died.
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.inputmethod.latin/.LatinIME in 5000ms
E/cutils-trace(10165): Error opening trace file: No such file or directory (2)
D/AndroidRuntime(10133): Shutting down VM
W/dalvikvm(10133): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10133): FATAL EXCEPTION: main
E/AndroidRuntime(10133): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10133): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime(10133): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10133): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10133): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10133): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10133): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10133): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10133): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10133): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10133): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10133): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10133): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10133): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10133): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10133): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10133): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10133): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10133): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10133): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10133): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime(10133): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime(10133): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime(10133): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime(10133): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime(10133): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime(10133): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime(10133): ... 10 more
V/KeyguardHostView( 9930): music state changed: 0
I/AudioService( 9930): Remote Control registerMediaButtonIntent() for PendingIntent{412888a8: PendingIntentRecord{4127f470 android broadcastIntent}}
D/dalvikvm( 9930): GC_CONCURRENT freed 595K, 12% free 5442K/6136K, paused 27ms+3ms, total 266ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 220ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 221ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 222ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 222ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 223ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 216ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 162ms
D/dalvikvm( 9930): WAIT_FOR_CONCURRENT_GC blocked 66ms
I/Process (10133): Sending signal. PID: 10133 SIG: 9
V/TAG ( 9930): bug 7643792: fitSystemWindows([0,0][0,0])
I/ActivityManager( 9930): Process com.android.phone (pid 10133) has died.
I/ActivityManager( 9930): Start proc com.android.phone for restart com.android.phone: pid=10173 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/SystemUIService(10152): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
W/WindowManager( 9930): Window freeze timeout expired.
W/WindowManager( 9930): Force clearing orientation change: Window{41219558 u0 Keyguard}
D/SystemUIService(10152): running: com.android.systemui.statusbar.phone.PhoneStatusBar@410c3778
I/Choreographer( 9930): Skipped 136 frames! The application may be doing too much work on its main thread.
I/StatusBarManagerService( 9930): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41238318
D/PhoneStatusBar(10152): mSettingsPanelGravity = 8388661
D/dalvikvm(10070): GC_CONCURRENT freed 277K, 12% free 2955K/3324K, paused 2ms+18ms, total 148ms
D/dalvikvm(10070): WAIT_FOR_CONCURRENT_GC blocked 97ms
I/dalvikvm-heap(10070): Grow heap (frag case) to 3.577MB for 640016-byte allocation
W/TelephonyProvider(10173): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace(10188): Error opening trace file: No such file or directory (2)
D/dalvikvm( 9930): GC_FOR_ALLOC freed 684K, 13% free 5350K/6136K, paused 213ms, total 214ms
I/dalvikvm-heap( 9930): Grow heap (frag case) to 5.633MB for 335032-byte allocation
D/dalvikvm(10070): GC_FOR_ALLOC freed 40K, 11% free 3539K/3952K, paused 175ms, total 175ms
D/dalvikvm( 9930): GC_FOR_ALLOC freed 2K, 13% free 5674K/6464K, paused 218ms, total 218ms
E/BluetoothAdapter( 9930): Bluetooth binder is null
E/BluetoothAdapter( 9930): Bluetooth binder is null
V/WiredAccessoryManager( 9930): init()
D/dalvikvm(10070): GC_FOR_ALLOC freed 0K, 11% free 3539K/3952K, paused 165ms, total 165ms
W/WiredAccessoryManager( 9930): /sys/class/switch/usb_audio/state not found while attempting to determine initial switch state
W/dalvikvm( 9930): threadid=41: thread exiting with uncaught exception (group=0x40e38700)
I/dalvikvm-heap(10070): Grow heap (frag case) to 3.880MB for 360016-byte allocation
D/AndroidRuntime(10173): Shutting down VM
W/dalvikvm(10173): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10173): FATAL EXCEPTION: main
E/AndroidRuntime(10173): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10173): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime(10173): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10173): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10173): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10173): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10173): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10173): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10173): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10173): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10173): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10173): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10173): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10173): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10173): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10173): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10173): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10173): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10173): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10173): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10173): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime(10173): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime(10173): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime(10173): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime(10173): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime(10173): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime(10173): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime(10173): ... 10 more
W/ActivityManager( 9930): Process com.android.phone has crashed too many times: killing!
E/AndroidRuntime( 9930): *** FATAL EXCEPTION IN SYSTEM PROCESS: SyncHandlerThread
E/AndroidRuntime( 9930): java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 9930): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 9930): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime( 9930): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime( 9930): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime( 9930): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime( 9930): at com.android.server.content.SyncManager.getConnectivityManager(SyncManager.java:356)
E/AndroidRuntime( 9930): at com.android.server.content.SyncManager.readDataConnectionState(SyncManager.java:319)
E/AndroidRuntime( 9930): at com.android.server.content.SyncManager.access$500(SyncManager.java:104)
E/AndroidRuntime( 9930): at com.android.server.content.SyncManager$SyncHandler.handleMessage(SyncManager.java:1823)
E/AndroidRuntime( 9930): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9930): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9930): at android.os.HandlerThread.run(HandlerThread.java:61)
I/ActivityManager( 9930): Applications Memory Usage (kB):
I/ActivityManager( 9930): Uptime: 301410 Realtime: 301409
I/ActivityManager( 9930): Total PSS by OOM adjustment:
I/ActivityManager( 9930): 20893 kB: System
I/ActivityManager( 9930): 20893 kB: system (pid 9930)
I/ActivityManager( 9930): 24 kB: Persistent
I/ActivityManager( 9930): 24 kB: com.android.phone (pid 10133)
I/ActivityManager( 9930): 8073 kB: Foreground
I/ActivityManager( 9930): 8073 kB: com.android.launcher (pid 10070)
I/ActivityManager( 9930):
I/ActivityManager( 9930): Total PSS: 28990 kB
I/ActivityManager( 9930): KSM: 0 kB saved from shared 0 kB
I/ActivityManager( 9930): 0 kB unshared; 0 kB volatile
D/dalvikvm(10070): GC_FOR_ALLOC freed 0K, 10% free 3891K/4304K, paused 87ms, total 87ms
I/Process (10173): Sending signal. PID: 10173 SIG: 9
I/Choreographer( 9930): Skipped 59 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 9930): Process com.android.phone (pid 10173) has died.
I/ActivityManager( 9930): Start proc com.android.phone for restart com.android.phone: pid=10205 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/dalvikvm(10152): GC_FOR_ALLOC freed 180K, 10% free 2698K/2972K, paused 326ms, total 327ms
D/dalvikvm(10152): GC_FOR_ALLOC freed 4K, 9% free 2969K/3248K, paused 95ms, total 95ms
E/cutils-trace(10229): Error opening trace file: No such file or directory (2)
D/dalvikvm(10152): GC_CONCURRENT freed 395K, 17% free 2988K/3560K, paused 2ms+1ms, total 100ms
D/dalvikvm(10152): WAIT_FOR_CONCURRENT_GC blocked 86ms
W/WindowManager( 9930): App freeze timeout expired.
W/WindowManager( 9930): Force clearing freeze: AppWindowToken{412a3978 token=Token{41233dc0 ActivityRecord{4129c190 u0 com.android.launcher/com.android.launcher2.Launcher}}}
I/WindowManager( 9930): Screen frozen for +5s449ms due to AppWindowToken{412a3978 token=Token{41233dc0 ActivityRecord{4129c190 u0 com.android.launcher/com.android.launcher2.Launcher}}}
D/AndroidRuntime(10152): Shutting down VM
W/dalvikvm(10152): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
I/ActivityManager( 9930): Start proc com.android.calendar for broadcast com.android.calendar/.alerts.AlertReceiver: pid=10238 uid=10005 gids={50005, 3003, 1028}
D/dalvikvm( 9680): GC_EXPLICIT freed 35K, 5% free 2519K/2640K, paused 2ms+2ms, total 67ms
I/RecoverySystem( 9930): No recovery log file
D/dalvikvm( 9680): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 6ms+7ms, total 72ms
D/dalvikvm( 9680): GC_EXPLICIT freed <1K, 5% free 2519K/2640K, paused 5ms+6ms, total 75ms
E/AndroidRuntime(10152): FATAL EXCEPTION: main
E/AndroidRuntime(10152): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10152): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10152): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10152): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10152): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10152): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10152): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10152): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10152): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10152): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10152): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10152): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10152): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10152): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10152): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10152): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10152): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10152): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10152): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(10152): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(10152): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(10152): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10152): ... 10 more
I/ActivityManager( 9930): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=10250 uid=10013 gids={50013, 1015, 1023, 1024, 1028, 1006, 2001, 3003, 3007}
W/ActivityManager( 9930): Process com.android.systemui has crashed too many times: killing!
I/Process (10152): Sending signal. PID: 10152 SIG: 9
W/TelephonyProvider(10205): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
E/cutils-trace(10260): Error opening trace file: No such file or directory (2)
I/ActivityManager( 9930): Process com.android.systemui (pid 10152) has died.
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/ActivityManager( 9930): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
I/ActivityManager( 9930): Start proc com.android.systemui for restart com.android.systemui: pid=10269 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
I/Choreographer( 9930): Skipped 41 frames! The application may be doing too much work on its main thread.
V/KeyguardHostView( 9930): hide transport, gen:3
V/KeyguardHostView( 9930): update widget: transport state changed
D/AndroidRuntime(10205): Shutting down VM
W/dalvikvm(10205): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10205): FATAL EXCEPTION: main
E/AndroidRuntime(10205): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10205): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime(10205): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10205): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10205): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10205): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10205): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10205): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10205): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10205): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10205): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10205): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10205): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10205): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10205): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10205): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10205): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10205): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10205): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10205): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10205): at com.android.internal.telephony.RIL.<init>(RIL.java:645)
E/AndroidRuntime(10205): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:138)
E/AndroidRuntime(10205): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime(10205): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:446)
E/AndroidRuntime(10205): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime(10205): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime(10205): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime(10205): ... 10 more
I/Process ( 9930): Sending signal. PID: 9930 SIG: 9
I/Process (10205): Sending signal. PID: 10205 SIG: 9
W/ActivityManager( 9930): Process com.android.phone has crashed too many times: killing!
D/ExtensionsFactory(10238): No custom extensions.
D/AlertReceiver(10238): onReceive: a=android.intent.action.BOOT_COMPLETED Intent { act=android.intent.action.BOOT_COMPLETED flg=0x10 cmp=com.android.calendar/.alerts.AlertReceiver (has extras) }
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
E/SearchManager(10070): getGlobalSearchActivity() failed: android.os.DeadObjectException
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
W/AudioFlinger( 9677): power manager service died !!!
D/AndroidRuntime(10250): Shutting down VM
E/SearchManager(10070): getGlobalSearchActivity() failed: android.os.DeadObjectException
W/dalvikvm(10250): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10250): FATAL EXCEPTION: main
E/AndroidRuntime(10250): java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaProvider: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime(10250): at android.app.ActivityThread.installProvider(ActivityThread.java:4882)
E/AndroidRuntime(10250): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4485)
E/AndroidRuntime(10250): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4425)
E/AndroidRuntime(10250): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10250): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10250): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10250): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10250): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10250): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10250): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10250): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10250): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10250): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10250): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime(10250): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:78)
E/AndroidRuntime(10250): at com.android.providers.media.MediaProvider.getDatabaseVersion(MediaProvider.java:533)
E/AndroidRuntime(10250): at com.android.providers.media.MediaProvider$DatabaseHelper.<init>(MediaProvider.java:349)
E/AndroidRuntime(10250): at com.android.providers.media.MediaProvider.attachVolume(MediaProvider.java:5013)
E/AndroidRuntime(10250): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.java:564)
E/AndroidRuntime(10250): at android.content.ContentProvider.attachInfo(ContentProvider.java:1214)
E/AndroidRuntime(10250): at android.content.ContentProvider.attachInfo(ContentProvider.java:1189)
E/AndroidRuntime(10250): at android.app.ActivityThread.installProvider(ActivityThread.java:4879)
E/AndroidRuntime(10250): ... 12 more
E/AndroidRuntime(10250): Caused by: android.os.DeadObjectException
E/AndroidRuntime(10250): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10250): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime(10250): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:73)
E/AndroidRuntime(10250): ... 19 more
D/AndroidRuntime(10269): Shutting down VM
W/dalvikvm(10269): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10269): FATAL EXCEPTION: main
E/AndroidRuntime(10269): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(10269): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime(10269): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime(10269): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10269): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10269): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10269): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10269): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10269): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10269): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10269): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10269): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10269): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10269): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(10269): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime(10269): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime(10269): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime(10269): ... 11 more
E/AndroidRuntime(10269): Caused by: android.os.DeadObjectException
E/AndroidRuntime(10269): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10269): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime(10269): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime(10269): ... 13 more
D/AndroidRuntime(10070): Shutting down VM
W/dalvikvm(10070): threadid=1: thread exiting with uncaught exception (group=0x40e38700)
E/AndroidRuntime(10250): Error reporting crash
E/AndroidRuntime(10250): android.os.DeadObjectException
E/AndroidRuntime(10250): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10250): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(10250): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(10250): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10250): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10250): at dalvik.system.NativeStart.main(Native Method)
I/Process (10250): Sending signal. PID: 10250 SIG: 9
E/AndroidRuntime(10070): FATAL EXCEPTION: main
E/AndroidRuntime(10070): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.launcher/com.android.launcher2.Launcher}: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime(10070): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
E/AndroidRuntime(10070): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime(10070): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime(10070): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime(10070): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10070): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10070): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10070): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10070): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10070): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10070): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10070): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10070): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime(10070): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:477)
E/AndroidRuntime(10070): at android.app.ApplicationPackageManager.resolveActivity(ApplicationPackageManager.java:465)
E/AndroidRuntime(10070): at android.content.Intent.resolveActivity(Intent.java:4909)
E/AndroidRuntime(10070): at com.android.launcher2.Launcher.updateVoiceSearchIcon(Launcher.java:3198)
E/AndroidRuntime(10070): at com.android.launcher2.Launcher.updateGlobalIcons(Launcher.java:447)
E/AndroidRuntime(10070): at com.android.launcher2.Launcher.onCreate(Launcher.java:427)
E/AndroidRuntime(10070): at android.app.Activity.performCreate(Activity.java:5133)
E/AndroidRuntime(10070): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime(10070): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
E/AndroidRuntime(10070): ... 11 more
E/AndroidRuntime(10070): Caused by: android.os.DeadObjectException
E/AndroidRuntime(10070): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10070): at android.content.pm.IPackageManager$Stub$Proxy.resolveIntent(IPackageManager.java:1951)
E/AndroidRuntime(10070): at android.app.ApplicationPackageManager.resolveActivityAsUser(ApplicationPackageManager.java:471)
E/AndroidRuntime(10070): ... 19 more
I/Process (10269): Sending signal. PID: 10269 SIG: 9
E/AndroidRuntime(10269): Error reporting crash
E/AndroidRuntime(10269): android.os.DeadObjectException
E/AndroidRuntime(10269): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10269): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(10269): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(10269): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10269): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10269): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 9680): Exit zygote because system server (9930) has terminated
E/AndroidRuntime(10070): Error reporting crash
E/AndroidRuntime(10070): android.os.DeadObjectException
E/AndroidRuntime(10070): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10070): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(10070): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(10070): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10070): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10070): at dalvik.system.NativeStart.main(Native Method)
I/Process (10070): Sending signal. PID: 10070 SIG: 9
I/Netd (10294): Netd 1.0 starting
W/InterfaceController(10294): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
E/cutils-trace(10299): Error opening trace file: No such file or directory (2)
I/mediaserver(10293): ServiceManager: 0x4150b230
I/AudioFlinger(10293): Using default 3000 mSec as standby time.
I/CameraService(10293): CameraService started (pid=10293)
I/CameraService(10293): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(10293): Face Back Camera is csi, orient is 0
I/FslCameraHAL(10293): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(10293): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(10293): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(10293): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(10293): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(10293): out rate 44100
W/audio_hw_primary(10293): in rate 0, channels 0 format 0
I/AudioFlinger(10293): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(10293): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(10293): opened out stream...1095815336
I/AudioFlinger(10293): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(10293): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(10293): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(10295):
D/AndroidRuntime(10295): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10295): CheckJNI is ON
I/AndroidRuntime(10295): JNI options: '-Xjniopts:warnonly'
D/dalvikvm(10295): Trying to load lib libjavacore.so 0x0
D/dalvikvm(10295): Added shared lib libjavacore.so 0x0
D/dalvikvm(10295): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(10295): Added shared lib libnativehelper.so 0x0
W/dalvikvm(10295): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace(10348): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration(10295): Profiling disabled.
I/Zygote (10295): Preloading classes...
E/cutils-trace(10295): Error opening trace file: No such file or directory (2)
D/dalvikvm(10295): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+1ms, total 5ms
D/dalvikvm(10295): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 9ms
D/dalvikvm(10295): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm(10295): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 1ms+0ms, total 23ms
D/dalvikvm(10295): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+1ms, total 21ms
D/dalvikvm(10295): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 24ms
D/dalvikvm(10295): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+0ms, total 15ms
D/dalvikvm(10295): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 3ms+1ms, total 21ms
D/dalvikvm(10295): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 1ms+1ms, total 19ms
D/TextLayoutCache(10295): Using debug level = 0 - Debug Enabled = 0
E/cutils-trace(10389): Error opening trace file: No such file or directory (2)
I/dalvikvm(10295): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(10295): register_android_mtp_MtpDevice
I/dalvikvm(10295): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(10295): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(10295): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(10295): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 1ms+0ms, total 18ms
D/dalvikvm(10295): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+1ms, total 16ms
D/dalvikvm(10295): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 27ms, total 52ms
D/dalvikvm(10295): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 2ms+1ms, total 39ms
D/dalvikvm(10295): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 5ms+3ms, total 40ms
D/dalvikvm(10295): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 2ms+1ms, total 18ms
D/dalvikvm(10295): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+0ms, total 45ms
E/cutils-trace(10432): Error opening trace file: No such file or directory (2)
D/dalvikvm(10295): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 47ms
D/dalvikvm(10295): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 46ms
D/dalvikvm(10295): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 54ms
D/dalvikvm(10295): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 65ms
I/dalvikvm(10295): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(10295): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm(10295): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 12ms+2ms, total 48ms
D/dalvikvm(10295): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 12ms+11ms, total 57ms
D/dalvikvm(10295): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 47ms
E/cutils-trace(10472): Error opening trace file: No such file or directory (2)
D/dalvikvm(10295): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 46ms
D/dalvikvm(10295): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 64ms
D/dalvikvm(10295): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 57ms
D/dalvikvm(10295): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 48ms
D/dalvikvm(10295): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 40ms
D/dalvikvm(10295): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+2ms, total 54ms
D/dalvikvm(10295): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 2ms+13ms, total 59ms
D/dalvikvm(10295): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 12ms+2ms, total 72ms
I/System (10295): Loaded time zone names for "" in 291ms (262ms in ICU)
E/cutils-trace(10513): Error opening trace file: No such file or directory (2)
E/Netd (10294): Unable to create netlink socket: Protocol not supported
E/Netd (10294): Unable to open quota2 logging socket
D/MDnsDS (10294): MDnsSdListener::Hander starting up
D/MDnsDS (10294): MDnsSdListener starting to monitor
D/MDnsDS (10294): Going to poll with pollCount 1
I/System (10295): Loaded time zone names for "en_US" in 173ms (153ms in ICU)
D/dalvikvm(10295): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+2ms, total 25ms
D/dalvikvm(10295): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+1ms, total 28ms
D/dalvikvm(10295): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 36ms
D/dalvikvm(10295): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 42ms
D/dalvikvm(10295): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 2ms+1ms, total 29ms
D/dalvikvm(10295): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+2ms, total 30ms
D/dalvikvm(10295): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+3ms, total 35ms
I/Zygote (10295): ...preloaded 2879 classes in 4811ms.
D/dalvikvm(10295): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+2ms, total 27ms
I/Zygote (10295): Preloading resources...
W/Resources(10295): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+1ms, total 32ms
W/Resources(10295): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+6ms, total 31ms
W/Resources(10295): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+1ms, total 28ms
W/Resources(10295): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 28ms
W/Resources(10295): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+1ms, total 28ms
W/Resources(10295): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
E/cutils-trace(10531): Error opening trace file: No such file or directory (2)
D/dalvikvm(10295): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 54ms
W/Resources(10295): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 5ms+1ms, total 33ms
W/Resources(10295): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 5ms+1ms, total 41ms
W/Resources(10295): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+1ms, total 40ms
W/Resources(10295): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+12ms, total 32ms
W/Resources(10295): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 7ms+2ms, total 43ms
W/Resources(10295): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+4ms, total 36ms
W/Resources(10295): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+2ms, total 27ms
W/Resources(10295): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 1ms+6ms, total 29ms
W/Resources(10295): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 1ms+2ms, total 26ms
W/Resources(10295): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+6ms, total 33ms
W/Resources(10295): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+2ms, total 27ms
W/Resources(10295): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 37ms
W/Resources(10295): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
E/cutils-trace(10535): Error opening trace file: No such file or directory (2)
W/Resources(10295): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 5ms+1ms, total 42ms
W/Resources(10295): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+1ms, total 33ms
W/Resources(10295): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 1ms+2ms, total 30ms
W/Resources(10295): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 1ms+1ms, total 36ms
W/Resources(10295): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 4ms+3ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 6ms+2ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+2ms, total 29ms
W/Resources(10295): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+2ms, total 27ms
W/Resources(10295): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+2ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 1ms+2ms, total 26ms
W/Resources(10295): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+3ms, total 27ms
W/Resources(10295): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 39ms
W/Resources(10295): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+2ms, total 32ms
W/Resources(10295): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 1ms+2ms, total 38ms
W/Resources(10295): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
E/cutils-trace(10539): Error opening trace file: No such file or directory (2)
W/Resources(10295): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+2ms, total 37ms
W/Resources(10295): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 35ms
W/Resources(10295): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 38ms
W/Resources(10295): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 3ms+1ms, total 41ms
W/Resources(10295): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 2ms+2ms, total 39ms
W/Resources(10295): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 2ms+5ms, total 32ms
W/Resources(10295): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 2ms+2ms, total 28ms
W/Resources(10295): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+1ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+6ms, total 32ms
W/Resources(10295): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 5ms+2ms, total 33ms
W/Resources(10295): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+6ms, total 37ms
W/Resources(10295): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+2ms, total 26ms
W/Resources(10295): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+6ms, total 31ms
W/Resources(10295): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 5ms+2ms, total 41ms
W/Resources(10295): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+1ms, total 38ms
W/Resources(10295): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
E/cutils-trace(10543): Error opening trace file: No such file or directory (2)
D/dalvikvm(10295): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+1ms, total 50ms
W/Resources(10295): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+2ms, total 39ms
W/Resources(10295): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources(10295): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm(10295): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 34ms
W/Resources(10295): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote (10295): ...preloaded 274 resources in 3431ms.
I/Zygote (10295): ...preloaded 31 resources in 20ms.
D/dalvikvm(10295): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 35ms
D/dalvikvm(10295): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+1ms, total 37ms
D/dalvikvm(10295): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 32ms
I/dalvikvm(10295): System server process 10546 has been created
I/Zygote (10295): Accepting command socket connections
E/BatteryService(10546): No charger supplies found
I/sysproc (10546): Entered system_init()
I/sysproc (10546): ServiceManager: 0x412ebb18
D/SensorService(10546): nuSensorService starting...
E/SensorService(10546): couldn't load sensors module (No such file or directory)
I/sysproc (10546): System server: starting Android runtime.
I/sysproc (10546): System server: starting Android services.
I/sysproc (10546): System server: entering thread pool.
I/installd( 2102): new connection
E/SWITCHPROFILE(10546): setprop: sys.interactive = active
I/SystemServer(10546): Entered the Android system server!
I/SystemServer(10546): Enabled StrictMode logging for UI Looper
I/SystemServer(10546): Waiting for installd to be ready.
I/Installer(10546): connecting...
I/SystemServer(10546): Power Manager
I/SystemServer(10546): Activity Manager
I/SystemServer(10546): Enabled StrictMode logging for WM Looper
I/ActivityManager(10546): Memory class: 64
W/UsageStats(10546): Usage stats version changed; dropping
I/AppOps (10546): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager(10546): Enabled StrictMode logging for AThread's Looper
I/SystemServer(10546): Display Manager
I/DisplayManagerService(10546): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer(10546): Telephony Registry
I/SystemServer(10546): Scheduling Policy
I/SystemServer(10546): Package Manager
D/dalvikvm(10546): GC_CONCURRENT freed 290K, 13% free 2727K/3108K, paused 3ms+2ms, total 55ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm(10546): GC_FOR_ALLOC freed 380K, 18% free 2726K/3324K, paused 23ms, total 24ms
D/SELinuxMMAC(10546): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC(10546): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace(10569): Error opening trace file: No such file or directory (2)
W/PackageManager(10546): Running ENG build: no pre-dexopt!
I/AudioFlinger(10293): Using module 1 has the primary audio interface
I/AudioFlinger(10293): AudioFlinger's thread 0x40d99008 ready to run
W/audio_hw_primary(10293): out_set_parameters routing=2, ret 1, out 1095815336
I/audio_a2dp_hw(10293): adev_open: adev_open in A2dp_hw module
I/AudioFlinger(10293): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(10293): adev_open(name=audio_hw_if)
I/r_submix(10293): adev_init_check()
I/AudioFlinger(10293): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(10293): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(10293): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm(10546): GC_CONCURRENT freed 257K, 13% free 2906K/3324K, paused 6ms+13ms, total 68ms
W/PackageParser(10546): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser(10546): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm(10546): GC_CONCURRENT freed 150K, 7% free 3221K/3456K, paused 3ms+19ms, total 76ms
W/PackageParser(10546): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace(10575): Error opening trace file: No such file or directory (2)
D/dalvikvm(10546): GC_CONCURRENT freed 236K, 9% free 3448K/3772K, paused 2ms+38ms, total 88ms
D/dalvikvm(10546): GC_CONCURRENT freed 255K, 9% free 3669K/4012K, paused 3ms+15ms, total 101ms
D/PackageManager(10546): No files in app dir /vendor/app
W/PackageManager(10546): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(10546): Time to scan packages: 1.026 seconds
W/PackageManager(10546): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(10546): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10546): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(10546): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(10546): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(10546): GC_EXPLICIT freed 397K, 12% free 3635K/4128K, paused 6ms+3ms, total 33ms
I/SystemServer(10546): Entropy Mixer
I/EntropyMixer(10546): Writing entropy...
I/SystemServer(10546): User Service
I/SystemServer(10546): Account Manager
I/SystemServer(10546): Content Manager
I/SystemServer(10546): System Content Providers
E/cutils-trace(10580): Error opening trace file: No such file or directory (2)
I/lights (10546): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/SystemServer(10546): Lights Service
I/lights (10546): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(10546): Battery Service
I/SystemServer(10546): Vibrator Service
I/libsuspend(10546): Selected early suspend
I/libsuspend(10546): Starting early suspend unblocker thread
I/SWITCHPROFILE(10546): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(10546): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer(10546): Alarm Manager
I/SystemServer(10546): Init Watchdog
I/SystemServer(10546): Input Manager
I/InputManager(10546): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(10546): Window Manager
I/WindowManager(10546): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace(10293): Error opening trace file: No such file or directory (2)
I/InputManager(10546): Starting input manager
I/SystemServer(10546): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(10546): Input Method Service
E/EventHub(10546): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService(10546): Couldn't create dir.: /data/system/inputmethod
I/EventHub(10546): New device: id=1, fd=87, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader(10546): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(10546): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm(10546): GC_CONCURRENT freed 358K, 11% free 3788K/4240K, paused 3ms+4ms, total 154ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 35ms
W/ResourceType(10546): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(10546): Accessibility Manager
I/ActivityManager(10546): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader(10546): Reconfiguring input devices. changes=0x00000004
I/SystemServer(10546): Mount Service
D/MountService(10546): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(10546): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService(10546): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(10546): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService(10546): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(10546): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer(10546): LockSettingsService
I/SystemServer(10546): Device Policy
I/SystemServer(10546): Status Bar
I/SystemServer(10546): Clipboard Service
I/SystemServer(10546): NetworkManagement Service
D/dalvikvm(10546): GREF has increased to 201
I/SystemServer(10546): Text Service Manager Service
I/SystemServer(10546): NetworkStats Service
D/MountService(10546): volume state changed for /mnt/extsd (null -> removed)
D/MountService(10546): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer(10546): NetworkPolicy Service
I/PackageManager(10546): No secure containers on sdcard
I/SystemServer(10546): Wi-Fi P2pService
W/PackageManager(10546): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(10546): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10546): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(10546): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(10546): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(10546): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
I/SystemServer(10546): Wi-Fi Service
E/cutils-trace(10610): Error opening trace file: No such file or directory (2)
D/dalvikvm(10546): GC_CONCURRENT freed 280K, 9% free 3968K/4344K, paused 3ms+3ms, total 85ms
I/SystemServer(10546): Connectivity Service
D/ConnectivityService(10546): ConnectivityService starting up
D/ConnectivityService(10546): wifiOnly=false
D/CommandListener(10294): Setting iface cfg
D/CommandListener(10294): Trying to bring up eth0
E/CommandListener(10294): Error upping interface
W/SystemServer(10546): ***********************************************
F/SystemServer(10546): BOOT FAILURE starting Connectivity Service
F/SystemServer(10546): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(10546): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer(10546): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer(10546): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer(10546): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer(10546): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer(10546): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer(10546): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(10546): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer(10546): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer(10546): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer(10546): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer(10546): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer(10546): ... 5 more
I/SystemServer(10546): Network Service Discovery Service
D/NsdService(10546): Network service discovery enabled true
I/SystemServer(10546): UpdateLock Service
D/WifiHW (10546): Unable to unload driver module "8723as": No such file or directory
I/SystemServer(10546): Notification Manager
I/SystemServer(10546): Device Storage Monitor
I/SystemServer(10546): Location Manager
I/SystemServer(10546): Country Detector
I/SystemServer(10546): Search Service
I/SystemServer(10546): DropBox Service
I/SystemServer(10546): Wallpaper Service
I/SystemServer(10546): Audio Service
I/AudioService(10546): Remote Control registerMediaButtonIntent() for PendingIntent{4166a808: PendingIntentRecord{41815728 android broadcastIntent}}
I/SystemServer(10546): Dock Observer
W/DockObserver(10546): This kernel does not have dock station support
I/SystemServer(10546): Wired Accessory Manager
W/WiredAccessoryManager(10546): This kernel does not have HDMI audio support
I/SystemServer(10546): USB Service
D/dalvikvm(10546): GC_CONCURRENT freed 378K, 11% free 4098K/4572K, paused 7ms+15ms, total 149ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 2ms
I/SystemServer(10546): Serial Service
I/SystemServer(10546): Twilight Service
I/SystemServer(10546): UI Mode Manager Service
I/SystemServer(10546): Backup Service
V/BackupManagerService(10546): Initializing package tracking
V/BackupManagerService(10546): No ancestral data
V/BackupManagerService(10546): addPackageParticipantsLocked: all
I/BackupManagerService(10546): Scheduling backup for new app com.android.calendar
D/BackupManagerService(10546): Now staging backup of com.android.calendar
I/BackupManagerService(10546): Scheduling backup for new app com.android.browser
D/BackupManagerService(10546): Now staging backup of com.android.browser
I/BackupManagerService(10546): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(10546): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(10546): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(10546): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(10546): Scheduling backup for new app android
D/BackupManagerService(10546): Now staging backup of android
I/BackupManagerService(10546): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(10546): Now staging backup of com.android.providers.settings
V/BackupManagerService(10546): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@417f4648
V/BackupManagerService(10546): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(10546): Google transport not present
I/BackupManagerService(10546): Found stale backup journal, scheduling
I/BackupManagerService(10546): com.android.calendar
I/BackupManagerService(10546): com.android.browser
I/BackupManagerService(10546): com.android.providers.userdictionary
I/BackupManagerService(10546): com.android.sharedstoragebackup
I/BackupManagerService(10546): android
I/BackupManagerService(10546): com.android.providers.settings
I/BackupManagerService(10546): Backup enabled => false
I/BackupManagerService(10546): Opting out of backup
I/SystemServer(10546): AppWidget Service
I/SystemServer(10546): Recognition Service
I/SystemServer(10546): DiskStats Service
I/SystemServer(10546): SamplingProfiler Service
I/SystemServer(10546): NetworkTimeUpdateService
I/SystemServer(10546): CommonTimeManagementService
I/SystemServer(10546): CertBlacklister
I/SystemServer(10546): Dreams Service
I/WindowManager(10546): SAFE MODE not enabled
D/dalvikvm(10546): JIT started for system_server
I/SystemServer(10546): IdleMaintenanceService
I/SWITCHPROFILE(10546): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(10546): setprop: sys.interactive = active
I/ActivityManager(10546): System now ready
I/SystemServer(10546): Making services ready
I/Zygote (10546): Process: zygote socket opened
I/ActivityManager(10546): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=10628 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService(10546): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService(10546): enabling bandwidth control
E/cutils-trace(10636): Error opening trace file: No such file or directory (2)
D/SystemUIService(10628): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(10628): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41650038
D/dalvikvm(10546): GC_CONCURRENT freed 208K, 7% free 4393K/4692K, paused 11ms+46ms, total 435ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 340ms
I/StatusBarManagerService(10546): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4182bb30
D/PhoneStatusBar(10628): mSettingsPanelGravity = 8388661
W/SystemServer(10546): ***********************************************
F/SystemServer(10546): BOOT FAILURE making Network Stats Service ready
F/SystemServer(10546): java.lang.NullPointerException
F/SystemServer(10546): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer(10546): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer(10546): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer(10546): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer(10546): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer(10546): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer(10546): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm(10546): GC_CONCURRENT freed 305K, 8% free 4602K/5000K, paused 6ms+13ms, total 139ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 113ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 113ms
E/cutils-trace(10677): Error opening trace file: No such file or directory (2)
D/dalvikvm(10546): GC_CONCURRENT freed 497K, 12% free 4630K/5220K, paused 18ms+3ms, total 234ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 221ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 210ms
D/dalvikvm(10628): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 103ms, total 164ms
D/dalvikvm(10628): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 58ms, total 58ms
D/dalvikvm(10546): GC_FOR_ALLOC freed 82K, 12% free 4605K/5220K, paused 89ms, total 90ms
I/dalvikvm-heap(10546): Grow heap (frag case) to 4.643MB for 59552-byte allocation
D/dalvikvm(10546): GC_FOR_ALLOC freed 3K, 12% free 4660K/5280K, paused 88ms, total 88ms
D/dalvikvm(10546): GC_FOR_ALLOC freed 58K, 13% free 4636K/5280K, paused 51ms, total 55ms
D/dalvikvm(10628): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+1ms, total 59ms
D/dalvikvm(10628): WAIT_FOR_CONCURRENT_GC blocked 35ms
E/cutils-trace(10681): Error opening trace file: No such file or directory (2)
D/dalvikvm(10546): GC_FOR_ALLOC freed 76K, 12% free 4685K/5280K, paused 105ms, total 106ms
D/dalvikvm(10546): GC_FOR_ALLOC freed 65K, 12% free 4723K/5308K, paused 158ms, total 158ms
D/AndroidRuntime(10628): Shutting down VM
W/dalvikvm(10628): threadid=1: thread exiting with uncaught exception (group=0x413ca700)
E/AndroidRuntime(10628): FATAL EXCEPTION: main
E/AndroidRuntime(10628): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10628): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10628): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10628): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10628): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10628): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10628): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10628): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10628): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10628): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10628): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10628): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10628): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(10628): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(10628): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(10628): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(10628): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(10628): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(10628): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(10628): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(10628): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(10628): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10628): ... 10 more
I/Process (10628): Sending signal. PID: 10628 SIG: 9
I/ActivityManager(10546): Process com.android.systemui (pid 10628) has died.
W/ActivityManager(10546): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager(10546): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(10546): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=10686 uid=10018 gids={50018, 1028}
I/ActivityManager(10546): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=10691 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/dalvikvm(10546): threadid=51: thread exiting with uncaught exception (group=0x413ca700)
E/AndroidRuntime(10546): *** FATAL EXCEPTION IN SYSTEM PROCESS: Thread-60
E/AndroidRuntime(10546): java.lang.NullPointerException: fd == null
E/AndroidRuntime(10546): at java.io.FileOutputStream.<init>(FileOutputStream.java:100)
E/AndroidRuntime(10546): at android.app.ActivityThread$ApplicationThread.dumpMemInfo(ActivityThread.java:900)
E/AndroidRuntime(10546): at com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(ActivityManagerService.java:10722)
E/AndroidRuntime(10546): at com.android.server.am.ActivityManagerService$2$1.run(ActivityManagerService.java:1330)
D/dalvikvm(10546): GC_CONCURRENT freed 336K, 9% free 4938K/5372K, paused 6ms+4ms, total 124ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 58ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 48ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 47ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 64ms
E/cutils-trace(10714): Error opening trace file: No such file or directory (2)
I/Choreographer(10546): Skipped 172 frames! The application may be doing too much work on its main thread.
D/SystemUIService(10691): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(10691): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41651af0
E/UsbHostManagerJNI(10546): usb_device_open failed
I/ActivityManager(10546): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
D/dalvikvm(10546): GC_CONCURRENT freed 521K, 11% free 5022K/5640K, paused 4ms+16ms, total 291ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 223ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 207ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 166ms
D/dalvikvm(10546): WAIT_FOR_CONCURRENT_GC blocked 42ms
I/Process (10546): Sending signal. PID: 10546 SIG: 9
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
W/AudioFlinger(10293): power manager service died !!!
W/Settings(10691): Can't get key device_provisioned from content://settings/global
W/Settings(10691): android.os.DeadObjectException
W/Settings(10691): at android.os.BinderProxy.transact(Native Method)
W/Settings(10691): at android.content.ContentProviderProxy.query(ContentProviderNative.java:383)
W/Settings(10691): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:890)
W/Settings(10691): at android.provider.Settings$Global.getStringForUser(Settings.java:5510)
W/Settings(10691): at android.provider.Settings$Global.getString(Settings.java:5504)
W/Settings(10691): at android.provider.Settings$Global.getInt(Settings.java:5560)
W/Settings(10691): at com.android.systemui.statusbar.BaseStatusBar$1.onChange(BaseStatusBar.java:158)
W/Settings(10691): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:204)
W/Settings(10691): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
W/Settings(10691): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
W/Settings(10691): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
W/Settings(10691): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
W/Settings(10691): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
W/Settings(10691): at android.os.Handler.dispatchMessage(Handler.java:99)
W/Settings(10691): at android.os.Looper.loop(Looper.java:137)
W/Settings(10691): at android.app.ActivityThread.main(ActivityThread.java:5103)
W/Settings(10691): at java.lang.reflect.Method.invokeNative(Native Method)
W/Settings(10691): at java.lang.reflect.Method.invoke(Method.java:525)
W/Settings(10691): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
W/Settings(10691): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
W/Settings(10691): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime(10686): Shutting down VM
W/dalvikvm(10686): threadid=1: thread exiting with uncaught exception (group=0x413ca700)
D/AndroidRuntime(10691): Shutting down VM
E/AndroidRuntime(10686): FATAL EXCEPTION: main
E/AndroidRuntime(10686): java.lang.RuntimeException: Unable to create application com.android.launcher2.LauncherApplication: java.lang.NullPointerException
E/AndroidRuntime(10686): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime(10686): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(10686): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(10686): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10686): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10686): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10686): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10686): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10686): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10686): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10686): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10686): Caused by: java.lang.NullPointerException
E/AndroidRuntime(10686): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1278)
E/AndroidRuntime(10686): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1270)
E/AndroidRuntime(10686): at com.android.launcher2.LauncherApplication.onCreate(LauncherApplication.java:76)
E/AndroidRuntime(10686): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime(10686): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime(10686): ... 10 more
E/cutils-trace(10720): Error opening trace file: No such file or directory (2)
W/dalvikvm(10691): threadid=1: thread exiting with uncaught exception (group=0x413ca700)
E/AndroidRuntime(10691): FATAL EXCEPTION: main
E/AndroidRuntime(10691): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime(10691): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(10691): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(10691): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(10691): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10691): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(10691): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(10691): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10691): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(10691): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(10691): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(10691): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10691): Caused by: java.lang.NullPointerException
E/AndroidRuntime(10691): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1278)
E/AndroidRuntime(10691): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1270)
E/AndroidRuntime(10691): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:205)
E/AndroidRuntime(10691): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(10691): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(10691): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(10691): ... 10 more
I/Process (10686): Sending signal. PID: 10686 SIG: 9
E/AndroidRuntime(10686): Error reporting crash
E/AndroidRuntime(10686): android.os.DeadObjectException
E/AndroidRuntime(10686): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10686): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(10686): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(10686): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10686): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10686): at dalvik.system.NativeStart.main(Native Method)
I/Process (10691): Sending signal. PID: 10691 SIG: 9
I/Zygote (10295): Exit zygote because system server (10546) has terminated
E/AndroidRuntime(10691): Error reporting crash
E/AndroidRuntime(10691): android.os.DeadObjectException
E/AndroidRuntime(10691): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(10691): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(10691): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(10691): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10691): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10691): at dalvik.system.NativeStart.main(Native Method)
I/Netd (10724): Netd 1.0 starting
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
W/InterfaceController(10724): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver(10723): ServiceManager: 0x41a85230
I/AudioFlinger(10723): Using default 3000 mSec as standby time.
I/CameraService(10723): CameraService started (pid=10723)
I/CameraService(10723): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(10723): Face Back Camera is csi, orient is 0
I/FslCameraHAL(10723): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(10723): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(10723): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(10723): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(10723): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(10723): out rate 44100
W/audio_hw_primary(10723): in rate 0, channels 0 format 0
I/AudioFlinger(10723): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(10723): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(10723): opened out stream...1101557920
I/AudioFlinger(10723): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(10723): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(10723): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(10725):
D/AndroidRuntime(10725): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10725): CheckJNI is ON
I/AndroidRuntime(10725): JNI options: '-Xjniopts:warnonly'
D/dalvikvm(10725): Trying to load lib libjavacore.so 0x0
E/cutils-trace(10757): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): Added shared lib libjavacore.so 0x0
D/dalvikvm(10725): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(10725): Added shared lib libnativehelper.so 0x0
W/dalvikvm(10725): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration(10725): Profiling disabled.
I/Zygote (10725): Preloading classes...
E/cutils-trace(10725): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+2ms, total 10ms
D/dalvikvm(10725): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+3ms, total 11ms
D/dalvikvm(10725): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm(10725): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 1ms+0ms, total 7ms
D/dalvikvm(10725): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 6ms
D/dalvikvm(10725): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 1ms+1ms, total 6ms
D/dalvikvm(10725): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 3ms+0ms, total 21ms
E/cutils-trace(10800): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 1ms+1ms, total 28ms
D/dalvikvm(10725): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+1ms, total 51ms
D/TextLayoutCache(10725): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm(10725): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(10725): register_android_mtp_MtpDevice
I/dalvikvm(10725): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(10725): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(10725): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(10725): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 1ms+0ms, total 7ms
D/dalvikvm(10725): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+3ms, total 21ms
D/dalvikvm(10725): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 14ms, total 14ms
E/cutils-trace(10840): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 0ms+0ms, total 61ms
D/dalvikvm(10725): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 0ms+0ms, total 24ms
D/dalvikvm(10725): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+1ms, total 44ms
D/dalvikvm(10725): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 1ms+1ms, total 30ms
D/dalvikvm(10725): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 42ms
D/dalvikvm(10725): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 4ms+6ms, total 62ms
D/dalvikvm(10725): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 7ms+1ms, total 56ms
D/dalvikvm(10725): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 3ms+2ms, total 52ms
I/dalvikvm(10725): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(10725): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
E/cutils-trace(10880): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 34ms
D/dalvikvm(10725): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 1ms+1ms, total 49ms
D/dalvikvm(10725): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 58ms
D/dalvikvm(10725): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 12ms+3ms, total 55ms
D/dalvikvm(10725): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 4ms+2ms, total 54ms
D/dalvikvm(10725): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 5ms+2ms, total 45ms
D/dalvikvm(10725): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 2ms+4ms, total 63ms
D/dalvikvm(10725): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+8ms, total 48ms
D/dalvikvm(10725): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+1ms, total 54ms
E/cutils-trace(10921): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 2ms+1ms, total 56ms
D/dalvikvm(10725): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 1ms+2ms, total 66ms
I/System (10725): Loaded time zone names for "" in 215ms (208ms in ICU)
E/Netd (10724): Unable to create netlink socket: Protocol not supported
E/Netd (10724): Unable to open quota2 logging socket
D/MDnsDS (10724): MDnsSdListener::Hander starting up
I/System (10725): Loaded time zone names for "en_US" in 189ms (168ms in ICU)
D/MDnsDS (10724): MDnsSdListener starting to monitor
D/MDnsDS (10724): Going to poll with pollCount 1
D/dalvikvm(10725): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 5ms+2ms, total 30ms
D/dalvikvm(10725): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 2ms+2ms, total 33ms
D/dalvikvm(10725): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm(10725): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+2ms, total 29ms
D/dalvikvm(10725): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+2ms, total 28ms
D/dalvikvm(10725): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 32ms
D/dalvikvm(10725): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 2ms+2ms, total 35ms
D/dalvikvm(10725): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+1ms, total 30ms
I/Zygote (10725): ...preloaded 2879 classes in 4813ms.
D/dalvikvm(10725): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+1ms, total 24ms
I/Zygote (10725): Preloading resources...
W/Resources(10725): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+1ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
E/cutils-trace(10957): Error opening trace file: No such file or directory (2)
W/Resources(10725): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 1ms+1ms, total 42ms
W/Resources(10725): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+1ms, total 35ms
W/Resources(10725): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 33ms
W/Resources(10725): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 2ms+1ms, total 39ms
W/Resources(10725): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 29ms
W/Resources(10725): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+2ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+1ms, total 27ms
W/Resources(10725): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 2ms+2ms, total 35ms
W/Resources(10725): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+2ms, total 21ms
W/Resources(10725): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
E/cutils-trace(10961): Error opening trace file: No such file or directory (2)
D/dalvikvm(10725): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 5ms+1ms, total 50ms
W/Resources(10725): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 1ms+1ms, total 33ms
W/Resources(10725): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 2ms+1ms, total 35ms
W/Resources(10725): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+12ms, total 37ms
W/Resources(10725): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 1ms+2ms, total 37ms
W/Resources(10725): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+2ms, total 27ms
W/Resources(10725): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 2ms+5ms, total 40ms
W/Resources(10725): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 2ms+2ms, total 30ms
W/Resources(10725): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+2ms, total 32ms
W/Resources(10725): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+1ms, total 28ms
W/Resources(10725): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 2ms+2ms, total 38ms
W/Resources(10725): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+2ms, total 20ms
W/Resources(10725): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 2ms+2ms, total 39ms
W/Resources(10725): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
E/cutils-trace(10965): Error opening trace file: No such file or directory (2)
W/Resources(10725): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+18ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 5ms+2ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 5ms+2ms, total 37ms
W/Resources(10725): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+1ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 38ms
W/Resources(10725): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 2ms+2ms, total 33ms
W/Resources(10725): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 29ms
W/Resources(10725): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 41ms
W/Resources(10725): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 31ms
W/Resources(10725): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 1ms+2ms, total 29ms
W/Resources(10725): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 3ms+2ms, total 28ms
W/Resources(10725): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+9ms, total 38ms
W/Resources(10725): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+2ms, total 28ms
W/Resources(10725): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 1ms+1ms, total 20ms
W/Resources(10725): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 1ms+2ms, total 35ms
W/Resources(10725): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
E/cutils-trace(10969): Error opening trace file: No such file or directory (2)
W/Resources(10725): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 5ms+2ms, total 38ms
W/Resources(10725): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 6ms+2ms, total 35ms
W/Resources(10725): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+1ms, total 34ms
W/Resources(10725): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+12ms, total 32ms
W/Resources(10725): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 3ms+2ms, total 42ms
W/Resources(10725): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+2ms, total 26ms
W/Resources(10725): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources(10725): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm(10725): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+2ms, total 22ms
W/Resources(10725): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote (10725): ...preloaded 274 resources in 3425ms.
I/Zygote (10725): ...preloaded 31 resources in 15ms.
D/dalvikvm(10725): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 2ms+2ms, total 28ms
D/dalvikvm(10725): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 8ms+1ms, total 36ms
D/dalvikvm(10725): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+2ms, total 27ms
I/dalvikvm(10725): System server process 10972 has been created
I/Zygote (10725): Accepting command socket connections
E/BatteryService(10972): No charger supplies found
I/sysproc (10972): Entered system_init()
I/sysproc (10972): ServiceManager: 0x65189b18
D/SensorService(10972): nuSensorService starting...
E/SensorService(10972): couldn't load sensors module (No such file or directory)
I/sysproc (10972): System server: starting Android runtime.
I/sysproc (10972): System server: starting Android services.
I/SystemServer(10972): Entered the Android system server!
I/sysproc (10972): System server: entering thread pool.
I/installd( 2102): new connection
I/SystemServer(10972): Enabled StrictMode logging for UI Looper
I/SystemServer(10972): Waiting for installd to be ready.
I/Installer(10972): connecting...
I/SystemServer(10972): Power Manager
E/SWITCHPROFILE(10972): setprop: sys.interactive = active
I/SystemServer(10972): Activity Manager
I/SystemServer(10972): Enabled StrictMode logging for WM Looper
I/ActivityManager(10972): Memory class: 64
W/UsageStats(10972): Usage stats version changed; dropping
I/AppOps (10972): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager(10972): Enabled StrictMode logging for AThread's Looper
I/SystemServer(10972): Display Manager
I/DisplayManagerService(10972): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer(10972): Telephony Registry
I/SystemServer(10972): Scheduling Policy
I/SystemServer(10972): Package Manager
E/cutils-trace(10994): Error opening trace file: No such file or directory (2)
D/dalvikvm(10972): GC_CONCURRENT freed 290K, 13% free 2727K/3108K, paused 10ms+2ms, total 56ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 12ms
D/dalvikvm(10972): GC_FOR_ALLOC freed 380K, 18% free 2726K/3324K, paused 65ms, total 81ms
D/SELinuxMMAC(10972): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC(10972): Using install policy file /system/etc/security/mac_permissions.xml
W/PackageManager(10972): Running ENG build: no pre-dexopt!
D/dalvikvm(10972): GC_CONCURRENT freed 257K, 13% free 2910K/3324K, paused 2ms+7ms, total 64ms
I/AudioFlinger(10723): Using module 1 has the primary audio interface
I/AudioFlinger(10723): AudioFlinger's thread 0x40baf008 ready to run
W/audio_hw_primary(10723): out_set_parameters routing=2, ret 1, out 1101557920
I/audio_a2dp_hw(10723): adev_open: adev_open in A2dp_hw module
I/AudioFlinger(10723): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(10723): adev_open(name=audio_hw_if)
I/r_submix(10723): adev_init_check()
I/AudioFlinger(10723): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(10723): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(10723): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser(10972): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser(10972): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
E/cutils-trace(11001): Error opening trace file: No such file or directory (2)
D/dalvikvm(10972): GC_CONCURRENT freed 145K, 7% free 3249K/3480K, paused 2ms+20ms, total 74ms
W/PackageParser(10972): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
D/dalvikvm(10972): GC_CONCURRENT freed 249K, 9% free 3475K/3808K, paused 3ms+12ms, total 94ms
D/dalvikvm(10972): GC_CONCURRENT freed 271K, 9% free 3688K/4048K, paused 3ms+20ms, total 94ms
D/PackageManager(10972): No files in app dir /vendor/app
W/PackageManager(10972): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(10972): Time to scan packages: 1.022 seconds
W/PackageManager(10972): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(10972): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10972): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(10972): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
E/cutils-trace(11005): Error opening trace file: No such file or directory (2)
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(10972): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(10972): GC_EXPLICIT freed 413K, 14% free 3597K/4164K, paused 1ms+2ms, total 88ms
I/SystemServer(10972): Entropy Mixer
I/EntropyMixer(10972): Writing entropy...
I/SystemServer(10972): User Service
I/SystemServer(10972): Account Manager
I/SystemServer(10972): Content Manager
I/SystemServer(10972): System Content Providers
I/lights (10972): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights (10972): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(10972): Lights Service
I/SystemServer(10972): Battery Service
I/SystemServer(10972): Vibrator Service
I/libsuspend(10972): Selected early suspend
I/libsuspend(10972): Starting early suspend unblocker thread
I/SWITCHPROFILE(10972): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(10972): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer(10972): Alarm Manager
I/SystemServer(10972): Init Watchdog
I/SystemServer(10972): Input Manager
I/InputManager(10972): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(10972): Window Manager
I/WindowManager(10972): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace(10723): Error opening trace file: No such file or directory (2)
I/InputManager(10972): Starting input manager
I/SystemServer(10972): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(10972): Input Method Service
W/InputMethodManagerService(10972): Couldn't create dir.: /data/system/inputmethod
E/EventHub(10972): could not get driver version for /dev/input/mice, Not a typewriter
I/EventHub(10972): New device: id=1, fd=87, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader(10972): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(10972): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm(10972): GC_CONCURRENT freed 319K, 10% free 3789K/4204K, paused 3ms+3ms, total 170ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 51ms
W/ResourceType(10972): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(10972): Accessibility Manager
I/InputReader(10972): Reconfiguring input devices. changes=0x00000004
I/ActivityManager(10972): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer(10972): Mount Service
D/MountService(10972): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(10972): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService(10972): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(10972): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService(10972): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(10972): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer(10972): LockSettingsService
I/SystemServer(10972): Device Policy
I/SystemServer(10972): Status Bar
I/SystemServer(10972): Clipboard Service
I/SystemServer(10972): NetworkManagement Service
D/dalvikvm(10972): GREF has increased to 201
I/SystemServer(10972): Text Service Manager Service
I/SystemServer(10972): NetworkStats Service
D/MountService(10972): volume state changed for /mnt/extsd (null -> removed)
D/MountService(10972): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer(10972): NetworkPolicy Service
I/PackageManager(10972): No secure containers on sdcard
W/PackageManager(10972): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(10972): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
E/cutils-trace(11032): Error opening trace file: No such file or directory (2)
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10972): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(10972): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
I/SystemServer(10972): Wi-Fi P2pService
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(10972): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(10972): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm(10972): GC_CONCURRENT freed 273K, 9% free 3917K/4284K, paused 3ms+5ms, total 69ms
I/SystemServer(10972): Wi-Fi Service
I/SystemServer(10972): Connectivity Service
D/ConnectivityService(10972): ConnectivityService starting up
D/ConnectivityService(10972): wifiOnly=false
D/CommandListener(10724): Setting iface cfg
D/CommandListener(10724): Trying to bring up eth0
E/CommandListener(10724): Error upping interface
F/SystemServer(10972): BOOT FAILURE starting Connectivity Service
F/SystemServer(10972): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(10972): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer(10972): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer(10972): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer(10972): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer(10972): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer(10972): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer(10972): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(10972): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer(10972): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer(10972): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer(10972): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer(10972): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer(10972): ... 5 more
W/SystemServer(10972): ***********************************************
I/SystemServer(10972): Network Service Discovery Service
D/NsdService(10972): Network service discovery enabled true
I/SystemServer(10972): UpdateLock Service
I/SystemServer(10972): Notification Manager
I/SystemServer(10972): Device Storage Monitor
I/SystemServer(10972): Location Manager
I/SystemServer(10972): Country Detector
I/SystemServer(10972): Search Service
I/SystemServer(10972): DropBox Service
I/SystemServer(10972): Wallpaper Service
I/SystemServer(10972): Audio Service
D/WifiHW (10972): Unable to unload driver module "8723as": No such file or directory
I/AudioService(10972): Remote Control registerMediaButtonIntent() for PendingIntent{414a77a0: PendingIntentRecord{414a76a8 android broadcastIntent}}
D/dalvikvm(10972): GC_CONCURRENT freed 327K, 10% free 4104K/4524K, paused 7ms+16ms, total 149ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 2ms
I/SystemServer(10972): Dock Observer
W/DockObserver(10972): This kernel does not have dock station support
I/SystemServer(10972): Wired Accessory Manager
W/WiredAccessoryManager(10972): This kernel does not have HDMI audio support
I/SystemServer(10972): USB Service
I/SystemServer(10972): Serial Service
I/SystemServer(10972): Twilight Service
I/SystemServer(10972): UI Mode Manager Service
I/SystemServer(10972): Backup Service
V/BackupManagerService(10972): Initializing package tracking
V/BackupManagerService(10972): No ancestral data
V/BackupManagerService(10972): addPackageParticipantsLocked: all
I/BackupManagerService(10972): Scheduling backup for new app com.android.calendar
D/BackupManagerService(10972): Now staging backup of com.android.calendar
I/BackupManagerService(10972): Scheduling backup for new app com.android.browser
D/BackupManagerService(10972): Now staging backup of com.android.browser
I/BackupManagerService(10972): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(10972): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(10972): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(10972): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(10972): Scheduling backup for new app android
D/BackupManagerService(10972): Now staging backup of android
I/BackupManagerService(10972): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(10972): Now staging backup of com.android.providers.settings
V/BackupManagerService(10972): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@413b6ed8
V/BackupManagerService(10972): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(10972): Google transport not present
I/BackupManagerService(10972): Found stale backup journal, scheduling
I/BackupManagerService(10972): com.android.calendar
I/BackupManagerService(10972): com.android.browser
I/BackupManagerService(10972): com.android.providers.userdictionary
I/BackupManagerService(10972): com.android.sharedstoragebackup
I/BackupManagerService(10972): android
I/BackupManagerService(10972): com.android.providers.settings
I/BackupManagerService(10972): Backup enabled => false
I/BackupManagerService(10972): Opting out of backup
I/SystemServer(10972): AppWidget Service
I/SystemServer(10972): Recognition Service
I/SystemServer(10972): DiskStats Service
I/SystemServer(10972): SamplingProfiler Service
I/SystemServer(10972): NetworkTimeUpdateService
I/SystemServer(10972): CommonTimeManagementService
I/SystemServer(10972): CertBlacklister
I/SystemServer(10972): Dreams Service
I/WindowManager(10972): SAFE MODE not enabled
D/dalvikvm(10972): JIT started for system_server
I/SystemServer(10972): IdleMaintenanceService
E/cutils-trace(11051): Error opening trace file: No such file or directory (2)
I/SWITCHPROFILE(10972): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(10972): setprop: sys.interactive = active
I/ActivityManager(10972): System now ready
I/SystemServer(10972): Making services ready
I/Zygote (10972): Process: zygote socket opened
I/ActivityManager(10972): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11058 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService(10972): enabling bandwidth control
W/MountService(10972): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/dalvikvm(10972): GC_CONCURRENT freed 295K, 9% free 4313K/4708K, paused 6ms+2ms, total 425ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 98ms
E/cutils-trace(11090): Error opening trace file: No such file or directory (2)
D/SystemUIService(11058): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(11058): running: com.android.systemui.statusbar.phone.PhoneStatusBar@412e0038
E/NetdConnector(10972): NDC Command {4 bandwidth enable} took too long (634ms)
I/StatusBarManagerService(10972): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@4135dab8
D/PhoneStatusBar(11058): mSettingsPanelGravity = 8388661
W/SystemServer(10972): ***********************************************
F/SystemServer(10972): BOOT FAILURE making Network Stats Service ready
F/SystemServer(10972): java.lang.NullPointerException
F/SystemServer(10972): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer(10972): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer(10972): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer(10972): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer(10972): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer(10972): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer(10972): at com.android.server.ServerThread.run(SystemServer.java:866)
D/dalvikvm(10972): GC_CONCURRENT freed 294K, 8% free 4532K/4920K, paused 14ms+7ms, total 149ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 114ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 113ms
D/dalvikvm(10972): GC_CONCURRENT freed 352K, 9% free 4695K/5140K, paused 3ms+8ms, total 146ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 104ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 100ms
E/cutils-trace(11107): Error opening trace file: No such file or directory (2)
D/dalvikvm(11058): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 134ms, total 134ms
D/dalvikvm(11058): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 97ms, total 97ms
D/dalvikvm(10972): GC_FOR_ALLOC freed 330K, 13% free 4678K/5332K, paused 177ms, total 178ms
D/dalvikvm(11058): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+11ms, total 62ms
D/dalvikvm(11058): WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm(10972): GC_CONCURRENT freed 324K, 9% free 4897K/5332K, paused 5ms+12ms, total 181ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 111ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 112ms
E/cutils-trace(11111): Error opening trace file: No such file or directory (2)
I/Choreographer(10972): Skipped 144 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime(11058): Shutting down VM
W/dalvikvm(11058): threadid=1: thread exiting with uncaught exception (group=0x4105a700)
E/AndroidRuntime(11058): FATAL EXCEPTION: main
E/AndroidRuntime(11058): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11058): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(11058): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(11058): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(11058): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11058): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11058): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11058): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11058): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11058): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11058): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11058): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11058): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11058): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(11058): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(11058): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(11058): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(11058): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(11058): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(11058): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(11058): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(11058): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(11058): ... 10 more
I/Process (11058): Sending signal. PID: 11058 SIG: 9
I/ActivityManager(10972): Process com.android.systemui (pid 11058) has died.
W/ActivityManager(10972): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager(10972): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(10972): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=11115 uid=10018 gids={50018, 1028}
I/ActivityManager(10972): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11119 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/dalvikvm(10972): threadid=50: thread exiting with uncaught exception (group=0x4105a700)
E/AndroidRuntime(10972): *** FATAL EXCEPTION IN SYSTEM PROCESS: Thread-59
E/AndroidRuntime(10972): java.lang.NullPointerException: fd == null
E/AndroidRuntime(10972): at java.io.FileOutputStream.<init>(FileOutputStream.java:100)
E/AndroidRuntime(10972): at android.app.ActivityThread$ApplicationThread.dumpMemInfo(ActivityThread.java:900)
E/AndroidRuntime(10972): at com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(ActivityManagerService.java:10722)
E/AndroidRuntime(10972): at com.android.server.am.ActivityManagerService$2$1.run(ActivityManagerService.java:1330)
D/dalvikvm(10972): GC_CONCURRENT freed 493K, 11% free 5000K/5588K, paused 8ms+5ms, total 159ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 110ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 110ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 30ms
D/dalvikvm(10972): WAIT_FOR_CONCURRENT_GC blocked 31ms
I/Process (10972): Sending signal. PID: 10972 SIG: 9
I/ActivityManager(10972): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'scheduling_policy' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
W/AudioFlinger(10723): power manager service died !!!
E/DisplayManager(11115): Could not get display information from display manager.
E/DisplayManager(11115): android.os.DeadObjectException
E/DisplayManager(11115): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager(11115): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager(11115): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager(11115): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager(11115): at android.app.ActivityThread.getDisplayMetricsLocked(ActivityThread.java:1649)
E/DisplayManager(11115): at android.app.ActivityThread.applyConfigurationToResourcesLocked(ActivityThread.java:3880)
E/DisplayManager(11115): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4249)
E/DisplayManager(11115): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/DisplayManager(11115): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/DisplayManager(11115): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager(11115): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager(11115): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager(11115): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager(11115): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager(11115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager(11115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager(11115): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime(11119): Shutting down VM
W/dalvikvm(11119): threadid=1: thread exiting with uncaught exception (group=0x4105a700)
D/AndroidRuntime(11115): Shutting down VM
E/AndroidRuntime(11119): FATAL EXCEPTION: main
E/AndroidRuntime(11119): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(11119): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime(11119): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime(11119): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(11119): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(11119): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11119): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11119): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11119): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11119): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11119): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11119): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11119): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11119): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(11119): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime(11119): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime(11119): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime(11119): ... 11 more
E/AndroidRuntime(11119): Caused by: android.os.DeadObjectException
E/AndroidRuntime(11119): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11119): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime(11119): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime(11119): ... 13 more
W/dalvikvm(11115): threadid=1: thread exiting with uncaught exception (group=0x4105a700)
E/AndroidRuntime(11115): FATAL EXCEPTION: main
E/AndroidRuntime(11115): java.lang.RuntimeException: Unable to instantiate application com.android.launcher2.LauncherApplication: java.lang.IllegalStateException: Unable to get package info for com.android.launcher; is system dying?
E/AndroidRuntime(11115): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime(11115): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime(11115): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(11115): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(11115): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11115): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11115): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11115): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11115): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11115): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11115): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.launcher; is system dying?
E/AndroidRuntime(11115): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime(11115): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime(11115): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime(11115): ... 11 more
E/AndroidRuntime(11115): Caused by: android.os.DeadObjectException
E/AndroidRuntime(11115): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11115): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime(11115): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime(11115): ... 13 more
I/Process (11119): Sending signal. PID: 11119 SIG: 9
E/AndroidRuntime(11119): Error reporting crash
E/AndroidRuntime(11119): android.os.DeadObjectException
E/AndroidRuntime(11119): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11119): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(11119): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(11119): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(11119): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(11119): at dalvik.system.NativeStart.main(Native Method)
I/Process (11115): Sending signal. PID: 11115 SIG: 9
I/Zygote (10725): Exit zygote because system server (10972) has terminated
E/AndroidRuntime(11115): Error reporting crash
E/AndroidRuntime(11115): android.os.DeadObjectException
E/AndroidRuntime(11115): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11115): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(11115): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(11115): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(11115): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(11115): at dalvik.system.NativeStart.main(Native Method)
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/Netd (11148): Netd 1.0 starting
W/InterfaceController(11148): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace(11146): Error opening trace file: No such file or directory (2)
I/mediaserver(11147): ServiceManager: 0x40ae9f78
I/AudioFlinger(11147): Using default 3000 mSec as standby time.
I/CameraService(11147): CameraService started (pid=11147)
I/CameraService(11147): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(11147): Face Back Camera is csi, orient is 0
I/FslCameraHAL(11147): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(11147): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(11147): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(11147): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(11147): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(11147): out rate 44100
W/audio_hw_primary(11147): in rate 0, channels 0 format 0
I/AudioFlinger(11147): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(11147): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(11147): opened out stream...1073856832
I/AudioFlinger(11147): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(11147): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(11147): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(11149):
D/AndroidRuntime(11149): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(11149): CheckJNI is ON
I/AndroidRuntime(11149): JNI options: '-Xjniopts:warnonly'
D/dalvikvm(11149): Trying to load lib libjavacore.so 0x0
D/dalvikvm(11149): Added shared lib libjavacore.so 0x0
D/dalvikvm(11149): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(11149): Added shared lib libnativehelper.so 0x0
W/dalvikvm(11149): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace(11190): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration(11149): Profiling disabled.
I/Zygote (11149): Preloading classes...
E/cutils-trace(11149): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 4ms
D/dalvikvm(11149): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 21ms+1ms, total 31ms
D/dalvikvm(11149): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm(11149): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 17ms
D/dalvikvm(11149): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 0ms+0ms, total 17ms
D/dalvikvm(11149): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 13ms
D/dalvikvm(11149): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 2ms+1ms, total 16ms
D/dalvikvm(11149): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 1ms+1ms, total 7ms
D/dalvikvm(11149): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 0ms+0ms, total 24ms
D/TextLayoutCache(11149): Using debug level = 0 - Debug Enabled = 0
E/cutils-trace(11235): Error opening trace file: No such file or directory (2)
I/dalvikvm(11149): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(11149): register_android_mtp_MtpDevice
I/dalvikvm(11149): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(11149): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(11149): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(11149): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 0ms+0ms, total 10ms
D/dalvikvm(11149): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+21ms, total 25ms
D/dalvikvm(11149): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 31ms, total 32ms
D/dalvikvm(11149): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 2ms+2ms, total 31ms
D/dalvikvm(11149): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 3ms+2ms, total 30ms
D/dalvikvm(11149): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 0ms+0ms, total 41ms
E/cutils-trace(11277): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 11ms+1ms, total 41ms
D/dalvikvm(11149): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 47ms
D/dalvikvm(11149): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 45ms
D/dalvikvm(11149): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 49ms
D/dalvikvm(11149): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 58ms
I/dalvikvm(11149): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(11149): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm(11149): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 2ms+3ms, total 59ms
D/dalvikvm(11149): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 7ms+2ms, total 51ms
E/cutils-trace(11316): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 1ms+1ms, total 61ms
D/dalvikvm(11149): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 21ms+1ms, total 58ms
D/dalvikvm(11149): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 21ms+1ms, total 54ms
D/dalvikvm(11149): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 62ms
D/dalvikvm(11149): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 41ms
D/dalvikvm(11149): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 21ms+9ms, total 84ms
D/dalvikvm(11149): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+12ms, total 70ms
D/dalvikvm(11149): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 5ms+6ms, total 66ms
D/dalvikvm(11149): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 7ms+5ms, total 59ms
E/cutils-trace(11358): Error opening trace file: No such file or directory (2)
I/System (11149): Loaded time zone names for "" in 239ms (212ms in ICU)
I/System (11149): Loaded time zone names for "en_US" in 161ms (134ms in ICU)
D/dalvikvm(11149): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+1ms, total 59ms
E/Netd (11148): Unable to create netlink socket: Protocol not supported
E/Netd (11148): Unable to open quota2 logging socket
D/MDnsDS (11148): MDnsSdListener::Hander starting up
D/MDnsDS (11148): MDnsSdListener starting to monitor
D/MDnsDS (11148): Going to poll with pollCount 1
D/dalvikvm(11149): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+2ms, total 33ms
D/dalvikvm(11149): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 37ms
D/dalvikvm(11149): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 7ms+1ms, total 38ms
D/dalvikvm(11149): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+2ms, total 30ms
D/dalvikvm(11149): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 6ms+2ms, total 33ms
D/dalvikvm(11149): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+1ms, total 25ms
I/Zygote (11149): ...preloaded 2879 classes in 4809ms.
D/dalvikvm(11149): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 1ms+2ms, total 29ms
I/Zygote (11149): Preloading resources...
W/Resources(11149): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+5ms, total 29ms
W/Resources(11149): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 2ms+2ms, total 28ms
W/Resources(11149): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 3ms+2ms, total 33ms
W/Resources(11149): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 22ms
W/Resources(11149): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
E/cutils-trace(11383): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 6ms+1ms, total 28ms
W/Resources(11149): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+1ms, total 37ms
W/Resources(11149): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 34ms
W/Resources(11149): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+1ms, total 37ms
W/Resources(11149): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+2ms, total 41ms
W/Resources(11149): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+1ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 3ms+2ms, total 32ms
W/Resources(11149): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 30ms
W/Resources(11149): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+2ms, total 28ms
W/Resources(11149): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+2ms, total 37ms
W/Resources(11149): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 1ms+2ms, total 33ms
W/Resources(11149): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 1ms+2ms, total 32ms
W/Resources(11149): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 1ms+1ms, total 30ms
W/Resources(11149): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 1ms+1ms, total 23ms
W/Resources(11149): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
E/cutils-trace(11387): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+1ms, total 46ms
W/Resources(11149): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 2ms+1ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+2ms, total 41ms
W/Resources(11149): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 1ms+1ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+2ms, total 47ms
W/Resources(11149): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 2ms+2ms, total 35ms
W/Resources(11149): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 2ms+6ms, total 30ms
W/Resources(11149): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 2ms+2ms, total 34ms
W/Resources(11149): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 2ms+4ms, total 38ms
W/Resources(11149): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 2ms+2ms, total 26ms
W/Resources(11149): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 33ms
W/Resources(11149): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 34ms
W/Resources(11149): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 29ms
W/Resources(11149): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+2ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
E/cutils-trace(11391): Error opening trace file: No such file or directory (2)
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 1ms+12ms, total 43ms
W/Resources(11149): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 1ms+6ms, total 35ms
W/Resources(11149): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 2ms+1ms, total 33ms
W/Resources(11149): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 1ms+1ms, total 30ms
W/Resources(11149): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+1ms, total 35ms
W/Resources(11149): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+2ms, total 33ms
W/Resources(11149): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 2ms+2ms, total 38ms
W/Resources(11149): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 6ms+7ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 4ms+2ms, total 29ms
W/Resources(11149): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 2ms+5ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 1ms+2ms, total 27ms
W/Resources(11149): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+4ms, total 34ms
W/Resources(11149): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 6ms+6ms, total 38ms
W/Resources(11149): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 1ms+4ms, total 43ms
W/Resources(11149): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 1ms+1ms, total 19ms
W/Resources(11149): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+1ms, total 36ms
W/Resources(11149): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
E/cutils-trace(11395): Error opening trace file: No such file or directory (2)
W/Resources(11149): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 38ms
W/Resources(11149): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 1ms+2ms, total 37ms
W/Resources(11149): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources(11149): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm(11149): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 40ms
W/Resources(11149): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote (11149): ...preloaded 274 resources in 3425ms.
I/Zygote (11149): ...preloaded 31 resources in 19ms.
D/dalvikvm(11149): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+1ms, total 33ms
D/dalvikvm(11149): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 9ms+1ms, total 42ms
D/dalvikvm(11149): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 2ms+2ms, total 33ms
I/dalvikvm(11149): System server process 11398 has been created
I/Zygote (11149): Accepting command socket connections
E/BatteryService(11398): No charger supplies found
I/sysproc (11398): Entered system_init()
I/sysproc (11398): ServiceManager: 0x418bcb18
D/SensorService(11398): nuSensorService starting...
E/SensorService(11398): couldn't load sensors module (No such file or directory)
I/sysproc (11398): System server: starting Android runtime.
I/sysproc (11398): System server: starting Android services.
I/sysproc (11398): System server: entering thread pool.
I/installd( 2102): new connection
I/SystemServer(11398): Entered the Android system server!
I/SystemServer(11398): Enabled StrictMode logging for UI Looper
I/SystemServer(11398): Waiting for installd to be ready.
I/Installer(11398): connecting...
I/SystemServer(11398): Power Manager
E/SWITCHPROFILE(11398): setprop: sys.interactive = active
I/SystemServer(11398): Activity Manager
I/SystemServer(11398): Enabled StrictMode logging for WM Looper
I/ActivityManager(11398): Memory class: 64
W/UsageStats(11398): Usage stats version changed; dropping
I/AppOps (11398): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager(11398): Enabled StrictMode logging for AThread's Looper
I/SystemServer(11398): Display Manager
I/DisplayManagerService(11398): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer(11398): Telephony Registry
I/SystemServer(11398): Scheduling Policy
I/SystemServer(11398): Package Manager
D/dalvikvm(11398): GC_CONCURRENT freed 290K, 13% free 2727K/3108K, paused 4ms+3ms, total 45ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 14ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 381K, 18% free 2726K/3324K, paused 16ms, total 17ms
D/SELinuxMMAC(11398): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC(11398): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace(11421): Error opening trace file: No such file or directory (2)
W/PackageManager(11398): Running ENG build: no pre-dexopt!
D/dalvikvm(11398): GC_CONCURRENT freed 257K, 13% free 2909K/3324K, paused 3ms+13ms, total 67ms
I/AudioFlinger(11147): Using module 1 has the primary audio interface
I/AudioFlinger(11147): AudioFlinger's thread 0x40a65008 ready to run
W/audio_hw_primary(11147): out_set_parameters routing=2, ret 1, out 1073856832
I/audio_a2dp_hw(11147): adev_open: adev_open in A2dp_hw module
I/AudioFlinger(11147): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(11147): adev_open(name=audio_hw_if)
I/r_submix(11147): adev_init_check()
I/AudioFlinger(11147): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(11147): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(11147): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser(11398): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser(11398): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm(11398): GC_CONCURRENT freed 150K, 7% free 3226K/3464K, paused 3ms+11ms, total 69ms
W/PackageParser(11398): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace(11427): Error opening trace file: No such file or directory (2)
D/dalvikvm(11398): GC_CONCURRENT freed 247K, 9% free 3449K/3784K, paused 3ms+28ms, total 159ms
D/dalvikvm(11398): GC_CONCURRENT freed 269K, 9% free 3676K/4024K, paused 4ms+18ms, total 100ms
D/PackageManager(11398): No files in app dir /vendor/app
W/PackageManager(11398): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(11398): Time to scan packages: 1.006 seconds
W/PackageManager(11398): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(11398): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11398): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(11398): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(11398): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(11398): GC_EXPLICIT freed 406K, 13% free 3603K/4140K, paused 1ms+2ms, total 50ms
I/SystemServer(11398): Entropy Mixer
I/EntropyMixer(11398): Writing entropy...
E/cutils-trace(11431): Error opening trace file: No such file or directory (2)
I/SystemServer(11398): User Service
I/SystemServer(11398): Account Manager
I/SystemServer(11398): Content Manager
I/SystemServer(11398): System Content Providers
I/SystemServer(11398): Lights Service
I/lights (11398): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/lights (11398): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(11398): Battery Service
I/SystemServer(11398): Vibrator Service
I/libsuspend(11398): Selected early suspend
I/libsuspend(11398): Starting early suspend unblocker thread
I/SWITCHPROFILE(11398): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(11398): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer(11398): Alarm Manager
I/SystemServer(11398): Init Watchdog
I/SystemServer(11398): Input Manager
I/InputManager(11398): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(11398): Window Manager
I/WindowManager(11398): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace(11147): Error opening trace file: No such file or directory (2)
I/InputManager(11398): Starting input manager
I/SystemServer(11398): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(11398): Input Method Service
E/EventHub(11398): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService(11398): Couldn't create dir.: /data/system/inputmethod
I/EventHub(11398): New device: id=1, fd=85, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader(11398): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(11398): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm(11398): GC_CONCURRENT freed 326K, 10% free 3787K/4208K, paused 13ms+7ms, total 188ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 65ms
W/ResourceType(11398): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(11398): Accessibility Manager
I/InputReader(11398): Reconfiguring input devices. changes=0x00000004
I/ActivityManager(11398): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer(11398): Mount Service
D/MountService(11398): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(11398): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService(11398): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(11398): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService(11398): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(11398): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer(11398): LockSettingsService
I/SystemServer(11398): Device Policy
I/SystemServer(11398): Status Bar
I/SystemServer(11398): Clipboard Service
I/SystemServer(11398): NetworkManagement Service
D/dalvikvm(11398): GREF has increased to 201
I/SystemServer(11398): Text Service Manager Service
I/SystemServer(11398): NetworkStats Service
D/MountService(11398): volume state changed for /mnt/extsd (null -> removed)
D/MountService(11398): volume state changed for /mnt/udisk (null -> removed)
I/SystemServer(11398): NetworkPolicy Service
I/SystemServer(11398): Wi-Fi P2pService
I/PackageManager(11398): No secure containers on sdcard
W/PackageManager(11398): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(11398): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
I/SystemServer(11398): Wi-Fi Service
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11398): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(11398): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(11398): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(11398): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm(11398): GC_CONCURRENT freed 299K, 10% free 3918K/4320K, paused 2ms+1ms, total 62ms
E/cutils-trace(11465): Error opening trace file: No such file or directory (2)
I/SystemServer(11398): Connectivity Service
D/ConnectivityService(11398): ConnectivityService starting up
D/ConnectivityService(11398): wifiOnly=false
D/CommandListener(11148): Setting iface cfg
D/CommandListener(11148): Trying to bring up eth0
E/CommandListener(11148): Error upping interface
F/SystemServer(11398): BOOT FAILURE starting Connectivity Service
F/SystemServer(11398): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(11398): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer(11398): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer(11398): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer(11398): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer(11398): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer(11398): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer(11398): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(11398): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer(11398): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer(11398): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer(11398): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer(11398): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer(11398): ... 5 more
W/SystemServer(11398): ***********************************************
I/SystemServer(11398): Network Service Discovery Service
D/NsdService(11398): Network service discovery enabled true
I/SystemServer(11398): UpdateLock Service
D/WifiHW (11398): Unable to unload driver module "8723as": No such file or directory
I/SystemServer(11398): Notification Manager
I/SystemServer(11398): Device Storage Monitor
I/SystemServer(11398): Location Manager
I/SystemServer(11398): Country Detector
I/SystemServer(11398): Search Service
I/SystemServer(11398): DropBox Service
I/SystemServer(11398): Wallpaper Service
I/SystemServer(11398): Audio Service
I/AudioService(11398): Remote Control registerMediaButtonIntent() for PendingIntent{41b59a38: PendingIntentRecord{41d2a0f0 android broadcastIntent}}
D/dalvikvm(11398): GC_CONCURRENT freed 295K, 9% free 4111K/4500K, paused 7ms+26ms, total 149ms
I/SystemServer(11398): Dock Observer
W/DockObserver(11398): This kernel does not have dock station support
I/SystemServer(11398): Wired Accessory Manager
W/WiredAccessoryManager(11398): This kernel does not have HDMI audio support
I/SystemServer(11398): USB Service
I/SystemServer(11398): Serial Service
I/SystemServer(11398): Twilight Service
I/SystemServer(11398): UI Mode Manager Service
I/SystemServer(11398): Backup Service
V/BackupManagerService(11398): Initializing package tracking
V/BackupManagerService(11398): No ancestral data
V/BackupManagerService(11398): addPackageParticipantsLocked: all
I/BackupManagerService(11398): Scheduling backup for new app com.android.calendar
D/BackupManagerService(11398): Now staging backup of com.android.calendar
I/BackupManagerService(11398): Scheduling backup for new app com.android.browser
D/BackupManagerService(11398): Now staging backup of com.android.browser
I/BackupManagerService(11398): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(11398): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(11398): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(11398): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(11398): Scheduling backup for new app android
D/BackupManagerService(11398): Now staging backup of android
I/BackupManagerService(11398): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(11398): Now staging backup of com.android.providers.settings
V/BackupManagerService(11398): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@41d22d48
V/BackupManagerService(11398): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(11398): Google transport not present
I/BackupManagerService(11398): Found stale backup journal, scheduling
I/BackupManagerService(11398): com.android.calendar
I/BackupManagerService(11398): com.android.browser
I/BackupManagerService(11398): com.android.providers.userdictionary
I/BackupManagerService(11398): com.android.sharedstoragebackup
I/BackupManagerService(11398): android
I/BackupManagerService(11398): com.android.providers.settings
I/BackupManagerService(11398): Backup enabled => false
I/BackupManagerService(11398): Opting out of backup
I/SystemServer(11398): AppWidget Service
I/SystemServer(11398): Recognition Service
I/SystemServer(11398): DiskStats Service
I/SystemServer(11398): SamplingProfiler Service
I/SystemServer(11398): NetworkTimeUpdateService
I/SystemServer(11398): CommonTimeManagementService
I/SystemServer(11398): CertBlacklister
I/SystemServer(11398): Dreams Service
I/WindowManager(11398): SAFE MODE not enabled
D/dalvikvm(11398): JIT started for system_server
I/SystemServer(11398): IdleMaintenanceService
I/ActivityManager(11398): System now ready
I/SWITCHPROFILE(11398): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(11398): setprop: sys.interactive = active
I/SystemServer(11398): Making services ready
I/Zygote (11398): Process: zygote socket opened
I/ActivityManager(11398): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11482 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/MountService(11398): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
D/NetworkManagementService(11398): enabling bandwidth control
E/cutils-trace(11484): Error opening trace file: No such file or directory (2)
E/NetdConnector(11398): NDC Command {4 bandwidth enable} took too long (523ms)
D/dalvikvm(11398): GC_CONCURRENT freed 304K, 9% free 4314K/4712K, paused 3ms+3ms, total 418ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 155ms
D/SystemUIService(11482): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(11482): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41b69038
W/SystemServer(11398): ***********************************************
F/SystemServer(11398): BOOT FAILURE making Network Stats Service ready
F/SystemServer(11398): java.lang.NullPointerException
F/SystemServer(11398): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer(11398): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer(11398): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer(11398): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer(11398): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer(11398): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer(11398): at com.android.server.ServerThread.run(SystemServer.java:866)
I/StatusBarManagerService(11398): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41b663b8
D/PhoneStatusBar(11482): mSettingsPanelGravity = 8388661
D/dalvikvm(11398): GC_CONCURRENT freed 249K, 7% free 4578K/4920K, paused 5ms+8ms, total 133ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 94ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 94ms
E/cutils-trace(11530): Error opening trace file: No such file or directory (2)
D/dalvikvm(11398): GC_CONCURRENT freed 480K, 12% free 4619K/5192K, paused 17ms+43ms, total 265ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 175ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 160ms
D/dalvikvm(11482): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 121ms, total 126ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 134K, 12% free 4612K/5192K, paused 90ms, total 92ms
I/dalvikvm-heap(11398): Grow heap (frag case) to 4.650MB for 59552-byte allocation
D/dalvikvm(11482): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 71ms, total 71ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 1K, 12% free 4669K/5252K, paused 79ms, total 79ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 61K, 12% free 4642K/5252K, paused 72ms, total 72ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 10K, 11% free 4707K/5252K, paused 86ms, total 86ms
E/cutils-trace(11534): Error opening trace file: No such file or directory (2)
D/dalvikvm(11482): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 3ms+1ms, total 81ms
D/dalvikvm(11482): WAIT_FOR_CONCURRENT_GC blocked 59ms
D/dalvikvm(11398): GC_FOR_ALLOC freed 72K, 12% free 4741K/5336K, paused 161ms, total 161ms
D/AndroidRuntime(11482): Shutting down VM
W/dalvikvm(11482): threadid=1: thread exiting with uncaught exception (group=0x418e3700)
E/AndroidRuntime(11482): FATAL EXCEPTION: main
E/AndroidRuntime(11482): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11482): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(11482): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(11482): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(11482): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11482): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11482): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11482): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11482): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11482): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11482): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11482): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11482): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11482): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(11482): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(11482): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(11482): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(11482): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(11482): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(11482): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(11482): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(11482): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(11482): ... 10 more
I/Process (11482): Sending signal. PID: 11482 SIG: 9
I/ActivityManager(11398): Process com.android.systemui (pid 11482) has died.
W/ActivityManager(11398): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager(11398): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(11398): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=11538 uid=10018 gids={50018, 1028}
I/ActivityManager(11398): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11542 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/dalvikvm(11398): threadid=50: thread exiting with uncaught exception (group=0x418e3700)
E/AndroidRuntime(11398): *** FATAL EXCEPTION IN SYSTEM PROCESS: Thread-59
E/AndroidRuntime(11398): java.lang.NullPointerException: fd == null
E/AndroidRuntime(11398): at java.io.FileOutputStream.<init>(FileOutputStream.java:100)
E/AndroidRuntime(11398): at android.app.ActivityThread$ApplicationThread.dumpMemInfo(ActivityThread.java:900)
E/AndroidRuntime(11398): at com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(ActivityManagerService.java:10722)
E/AndroidRuntime(11398): at com.android.server.am.ActivityManagerService$2$1.run(ActivityManagerService.java:1330)
D/dalvikvm(11398): GC_CONCURRENT freed 329K, 8% free 4967K/5396K, paused 4ms+10ms, total 165ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 92ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 92ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 34ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 34ms
E/cutils-trace(11566): Error opening trace file: No such file or directory (2)
D/SystemUIService(11542): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService(11542): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41b6aaf0
I/Choreographer(11398): Skipped 176 frames! The application may be doing too much work on its main thread.
I/StatusBarManagerService(11398): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41d55688
I/ActivityManager(11398): Config changes=200 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land -touch -keyb/v/h -nav/h s.3}
E/UsbHostManagerJNI(11398): usb_device_open failed
D/PhoneStatusBar(11542): mSettingsPanelGravity = 8388661
D/dalvikvm(11398): GC_CONCURRENT freed 567K, 12% free 5012K/5676K, paused 4ms+3ms, total 406ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 296ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 195ms
D/dalvikvm(11398): WAIT_FOR_CONCURRENT_GC blocked 46ms
I/Process (11398): Sending signal. PID: 11398 SIG: 9
W/RecognitionManagerService(11398): no available voice recognition services found for user 0
E/cutils-trace(11573): Error opening trace file: No such file or directory (2)
D/dalvikvm(11542): GC_FOR_ALLOC freed 168K, 9% free 2692K/2952K, paused 81ms, total 99ms
D/dalvikvm(11542): GC_FOR_ALLOC freed 4K, 9% free 2963K/3228K, paused 70ms, total 70ms
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
W/AudioFlinger(11147): power manager service died !!!
D/AndroidRuntime(11538): Shutting down VM
W/dalvikvm(11538): threadid=1: thread exiting with uncaught exception (group=0x418e3700)
E/JavaBinder(11542): !!! FAILED BINDER TRANSACTION !!!
E/AndroidRuntime(11538): FATAL EXCEPTION: main
E/AndroidRuntime(11538): java.lang.RuntimeException: Unable to create application com.android.launcher2.LauncherApplication: java.lang.NullPointerException
E/AndroidRuntime(11538): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4447)
E/AndroidRuntime(11538): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(11538): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(11538): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11538): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11538): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11538): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11538): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11538): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11538): Caused by: java.lang.NullPointerException
E/AndroidRuntime(11538): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1278)
E/AndroidRuntime(11538): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1270)
E/AndroidRuntime(11538): at com.android.launcher2.LauncherApplication.onCreate(LauncherApplication.java:76)
E/AndroidRuntime(11538): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime(11538): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4444)
E/AndroidRuntime(11538): ... 10 more
E/DisplayManager(11542): Could not get display information from display manager.
E/DisplayManager(11542): android.os.TransactionTooLargeException
E/DisplayManager(11542): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager(11542): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager(11542): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager(11542): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager(11542): at android.hardware.display.DisplayManagerGlobal.getRealDisplay(DisplayManagerGlobal.java:185)
E/DisplayManager(11542): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:390)
E/DisplayManager(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/DisplayManager(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/DisplayManager(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/DisplayManager(11542): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/DisplayManager(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/DisplayManager(11542): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/DisplayManager(11542): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/DisplayManager(11542): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/DisplayManager(11542): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/DisplayManager(11542): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager(11542): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager(11542): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager(11542): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager(11542): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager(11542): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager(11542): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager(11542): at dalvik.system.NativeStart.main(Native Method)
I/Process (11538): Sending signal. PID: 11538 SIG: 9
E/AndroidRuntime(11538): Error reporting crash
E/AndroidRuntime(11538): android.os.DeadObjectException
E/AndroidRuntime(11538): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11538): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(11538): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(11538): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(11538): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(11538): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime(11542): Shutting down VM
W/dalvikvm(11542): threadid=1: thread exiting with uncaught exception (group=0x418e3700)
E/AndroidRuntime(11542): FATAL EXCEPTION: main
E/AndroidRuntime(11542): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
E/AndroidRuntime(11542): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(11542): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(11542): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(11542): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11542): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11542): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11542): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11542): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11542): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11542): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11542): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11542): Caused by: java.lang.NullPointerException
E/AndroidRuntime(11542): at android.app.ActivityManager.isHighEndGfx(ActivityManager.java:393)
E/AndroidRuntime(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:373)
E/AndroidRuntime(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(11542): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(11542): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(11542): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(11542): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(11542): ... 10 more
I/Process (11542): Sending signal. PID: 11542 SIG: 9
E/AndroidRuntime(11542): Error reporting crash
E/AndroidRuntime(11542): android.os.DeadObjectException
E/AndroidRuntime(11542): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11542): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3409)
E/AndroidRuntime(11542): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime(11542): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(11542): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(11542): at dalvik.system.NativeStart.main(Native Method)
I/Zygote (11149): Exit zygote because system server (11398) has terminated
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
I/ServiceManager( 2094): service 'media.player' died
I/Netd (11578): Netd 1.0 starting
W/InterfaceController(11578): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
E/cutils-trace(11589): Error opening trace file: No such file or directory (2)
I/mediaserver(11577): ServiceManager: 0x40b7dfb8
I/AudioFlinger(11577): Using default 3000 mSec as standby time.
I/CameraService(11577): CameraService started (pid=11577)
I/CameraService(11577): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(11577): Face Back Camera is csi, orient is 0
I/FslCameraHAL(11577): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(11577): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(11577): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(11577): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(11577): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(11577): out rate 44100
W/audio_hw_primary(11577): in rate 0, channels 0 format 0
I/AudioFlinger(11577): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(11577): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(11577): opened out stream...1074680312
I/AudioFlinger(11577): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(11577): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(11577): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(11579):
D/AndroidRuntime(11579): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(11579): CheckJNI is ON
I/AndroidRuntime(11579): JNI options: '-Xjniopts:warnonly'
D/dalvikvm(11579): Trying to load lib libjavacore.so 0x0
D/dalvikvm(11579): Added shared lib libjavacore.so 0x0
D/dalvikvm(11579): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(11579): Added shared lib libnativehelper.so 0x0
W/dalvikvm(11579): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace(11636): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration(11579): Profiling disabled.
I/Zygote (11579): Preloading classes...
E/cutils-trace(11579): Error opening trace file: No such file or directory (2)
D/dalvikvm(11579): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 2ms
D/dalvikvm(11579): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 15ms
D/dalvikvm(11579): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm(11579): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 25ms
D/dalvikvm(11579): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 20ms
D/dalvikvm(11579): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+0ms, total 26ms
D/dalvikvm(11579): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+1ms, total 27ms
D/dalvikvm(11579): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 2ms+1ms, total 16ms
D/dalvikvm(11579): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 1ms+1ms, total 18ms
D/TextLayoutCache(11579): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm(11579): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(11579): register_android_mtp_MtpDevice
I/dalvikvm(11579): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(11579): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(11579): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(11579): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 2ms+0ms, total 17ms
E/cutils-trace(11679): Error opening trace file: No such file or directory (2)
D/dalvikvm(11579): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 1ms+0ms, total 16ms
D/dalvikvm(11579): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 6ms, total 30ms
D/dalvikvm(11579): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 1ms+0ms, total 42ms
D/dalvikvm(11579): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 3ms+13ms, total 46ms
D/dalvikvm(11579): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 2ms+1ms, total 27ms
D/dalvikvm(11579): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 2ms+7ms, total 41ms
D/dalvikvm(11579): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 12ms+1ms, total 42ms
E/cutils-trace(11720): Error opening trace file: No such file or directory (2)
D/dalvikvm(11579): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 8ms+1ms, total 59ms
D/dalvikvm(11579): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+1ms, total 47ms
D/dalvikvm(11579): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+22ms, total 65ms
I/dalvikvm(11579): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(11579): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm(11579): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+1ms, total 38ms
D/dalvikvm(11579): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 4ms+5ms, total 53ms
D/dalvikvm(11579): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 4ms+2ms, total 43ms
D/dalvikvm(11579): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+1ms, total 49ms
E/cutils-trace(11759): Error opening trace file: No such file or directory (2)
D/dalvikvm(11579): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+1ms, total 43ms
D/dalvikvm(11579): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 44ms
D/dalvikvm(11579): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 57ms
D/dalvikvm(11579): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+1ms, total 40ms
D/dalvikvm(11579): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+1ms, total 56ms
D/dalvikvm(11579): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 1ms+2ms, total 58ms
D/dalvikvm(11579): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 4ms+4ms, total 60ms
I/System (11579): Loaded time zone names for "" in 321ms (291ms in ICU)
I/System (11579): Loaded time zone names for "en_US" in 173ms (163ms in ICU)
E/cutils-trace(11799): Error opening trace file: No such file or directory (2)
E/Netd (11578): Unable to create netlink socket: Protocol not supported
E/Netd (11578): Unable to open quota2 logging socket
D/MDnsDS (11578): MDnsSdListener::Hander starting up
D/MDnsDS (11578): MDnsSdListener starting to monitor
D/MDnsDS (11578): Going to poll with pollCount 1
D/dalvikvm(11579): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+2ms, total 40ms
D/dalvikvm(11579): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 1ms+2ms, total 33ms
D/dalvikvm(11579): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+1ms, total 35ms
D/dalvikvm(11579): GC_EXPLICIT freed 29K, 2% free 2362K/2396K, paused 1ms+1ms, total 37ms
D/dalvikvm(11579): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+1ms, total 36ms
D/dalvikvm(11579): GC_EXPLICIT freed 29K, 2% free 2396K/2432K, paused 1ms+2ms, total 33ms
D/dalvikvm(11579): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 1ms+9ms, total 37ms
I/Zygote (11579): ...preloaded 2879 classes in 4808ms.
D/dalvikvm(11579): GC_EXPLICIT freed 23K, 2% free 2433K/2460K, paused 2ms+5ms, total 33ms
I/Zygote (11579): Preloading resources...
W/Resources(11579): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 2ms+1ms, total 35ms
W/Resources(11579): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 1ms+2ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 1ms+2ms, total 30ms
W/Resources(11579): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 1ms+1ms, total 29ms
W/Resources(11579): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+2ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 35ms
W/Resources(11579): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 40ms
W/Resources(11579): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
E/cutils-trace(11815): Error opening trace file: No such file or directory (2)
W/Resources(11579): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 1ms+1ms, total 46ms
W/Resources(11579): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 2ms+1ms, total 40ms
W/Resources(11579): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 2ms+12ms, total 32ms
W/Resources(11579): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 1ms+12ms, total 40ms
W/Resources(11579): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 5ms+6ms, total 35ms
W/Resources(11579): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+2ms, total 28ms
W/Resources(11579): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 1ms+2ms, total 29ms
W/Resources(11579): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 135K, 6% free 2462K/2600K, paused 2ms+2ms, total 28ms
W/Resources(11579): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 60K, 6% free 2459K/2600K, paused 2ms+4ms, total 31ms
W/Resources(11579): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 56K, 6% free 2460K/2600K, paused 3ms+3ms, total 36ms
W/Resources(11579): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 127K, 6% free 2463K/2600K, paused 2ms+2ms, total 30ms
W/Resources(11579): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 101K, 6% free 2462K/2600K, paused 2ms+2ms, total 33ms
W/Resources(11579): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 93K, 6% free 2464K/2600K, paused 1ms+2ms, total 21ms
W/Resources(11579): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
E/cutils-trace(11819): Error opening trace file: No such file or directory (2)
D/dalvikvm(11579): GC_EXPLICIT freed 100K, 6% free 2466K/2600K, paused 1ms+2ms, total 44ms
W/Resources(11579): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 54K, 6% free 2467K/2600K, paused 1ms+8ms, total 30ms
W/Resources(11579): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 64K, 5% free 2472K/2600K, paused 2ms+11ms, total 43ms
W/Resources(11579): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 5% free 2472K/2600K, paused 1ms+2ms, total 36ms
W/Resources(11579): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 61K, 6% free 2471K/2612K, paused 1ms+1ms, total 35ms
W/Resources(11579): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 74K, 6% free 2472K/2612K, paused 3ms+1ms, total 34ms
W/Resources(11579): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 472K, 20% free 2472K/3072K, paused 3ms+2ms, total 33ms
W/Resources(11579): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 73K, 20% free 2473K/3072K, paused 1ms+1ms, total 26ms
W/Resources(11579): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 20% free 2474K/3072K, paused 2ms+2ms, total 29ms
W/Resources(11579): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 498K, 20% free 2479K/3072K, paused 2ms+2ms, total 31ms
W/Resources(11579): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 78K, 20% free 2476K/3072K, paused 2ms+2ms, total 26ms
W/Resources(11579): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 52K, 20% free 2478K/3072K, paused 2ms+2ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 20% free 2486K/3072K, paused 2ms+2ms, total 29ms
W/Resources(11579): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 55K, 20% free 2483K/3072K, paused 1ms+1ms, total 24ms
W/Resources(11579): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 7ms+1ms, total 42ms
W/Resources(11579): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
E/cutils-trace(11823): Error opening trace file: No such file or directory (2)
W/Resources(11579): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 20% free 2484K/3072K, paused 5ms+1ms, total 39ms
W/Resources(11579): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 53K, 20% free 2485K/3072K, paused 2ms+2ms, total 40ms
W/Resources(11579): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 19% free 2488K/3072K, paused 1ms+1ms, total 38ms
W/Resources(11579): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 52K, 19% free 2489K/3072K, paused 6ms+1ms, total 38ms
W/Resources(11579): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 57K, 19% free 2490K/3072K, paused 3ms+2ms, total 42ms
W/Resources(11579): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 62K, 19% free 2489K/3072K, paused 2ms+2ms, total 28ms
W/Resources(11579): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 19% free 2489K/3072K, paused 3ms+3ms, total 30ms
W/Resources(11579): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 53K, 19% free 2491K/3072K, paused 2ms+2ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 50K, 19% free 2494K/3072K, paused 2ms+2ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 58K, 19% free 2497K/3072K, paused 1ms+6ms, total 34ms
W/Resources(11579): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 51K, 19% free 2497K/3072K, paused 2ms+2ms, total 28ms
W/Resources(11579): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 69K, 19% free 2496K/3072K, paused 2ms+2ms, total 32ms
W/Resources(11579): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 79K, 19% free 2497K/3072K, paused 2ms+1ms, total 27ms
W/Resources(11579): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 53K, 19% free 2499K/3072K, paused 2ms+2ms, total 21ms
W/Resources(11579): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
E/cutils-trace(11827): Error opening trace file: No such file or directory (2)
W/Resources(11579): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 50K, 19% free 2504K/3072K, paused 2ms+1ms, total 36ms
W/Resources(11579): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources(11579): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm(11579): GC_EXPLICIT freed 56K, 19% free 2503K/3072K, paused 1ms+1ms, total 37ms
W/Resources(11579): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote (11579): ...preloaded 274 resources in 3431ms.
I/Zygote (11579): ...preloaded 31 resources in 14ms.
D/dalvikvm(11579): GC_EXPLICIT freed 16K, 19% free 2518K/3072K, paused 1ms+2ms, total 39ms
D/dalvikvm(11579): GC_EXPLICIT freed 10K, 19% free 2507K/3072K, paused 1ms+2ms, total 37ms
D/dalvikvm(11579): GC_EXPLICIT freed <1K, 19% free 2507K/3072K, paused 1ms+1ms, total 27ms
I/dalvikvm(11579): System server process 11830 has been created
I/Zygote (11579): Accepting command socket connections
E/BatteryService(11830): No charger supplies found
I/sysproc (11830): Entered system_init()
I/sysproc (11830): ServiceManager: 0x40d589a0
D/SensorService(11830): nuSensorService starting...
E/SensorService(11830): couldn't load sensors module (No such file or directory)
I/sysproc (11830): System server: starting Android runtime.
I/sysproc (11830): System server: starting Android services.
I/sysproc (11830): System server: entering thread pool.
I/SystemServer(11830): Entered the Android system server!
I/SystemServer(11830): Enabled StrictMode logging for UI Looper
I/SystemServer(11830): Waiting for installd to be ready.
I/Installer(11830): connecting...
I/installd( 2102): new connection
E/SWITCHPROFILE(11830): setprop: sys.interactive = active
I/SystemServer(11830): Power Manager
I/SystemServer(11830): Activity Manager
I/SystemServer(11830): Enabled StrictMode logging for WM Looper
I/ActivityManager(11830): Memory class: 64
W/UsageStats(11830): Usage stats version changed; dropping
I/AppOps (11830): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager(11830): Enabled StrictMode logging for AThread's Looper
I/SystemServer(11830): Display Manager
I/DisplayManagerService(11830): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer(11830): Telephony Registry
I/SystemServer(11830): Scheduling Policy
I/SystemServer(11830): Package Manager
D/dalvikvm(11830): GC_CONCURRENT freed 224K, 11% free 2776K/3088K, paused 3ms+2ms, total 39ms
D/dalvikvm(11830): GC_CONCURRENT freed 421K, 19% free 2755K/3376K, paused 2ms+5ms, total 29ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 17ms
D/SELinuxMMAC(11830): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC(11830): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace(11853): Error opening trace file: No such file or directory (2)
W/PackageManager(11830): Running ENG build: no pre-dexopt!
I/AudioFlinger(11577): Using module 1 has the primary audio interface
I/AudioFlinger(11577): AudioFlinger's thread 0x40add008 ready to run
W/audio_hw_primary(11577): out_set_parameters routing=2, ret 1, out 1074680312
I/audio_a2dp_hw(11577): adev_open: adev_open in A2dp_hw module
I/AudioFlinger(11577): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(11577): adev_open(name=audio_hw_if)
I/r_submix(11577): adev_init_check()
I/AudioFlinger(11577): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(11577): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(11577): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm(11830): GC_CONCURRENT freed 287K, 14% free 2918K/3376K, paused 2ms+12ms, total 92ms
W/PackageParser(11830): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser(11830): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm(11830): GC_CONCURRENT freed 151K, 7% free 3231K/3468K, paused 2ms+17ms, total 76ms
W/PackageParser(11830): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace(11859): Error opening trace file: No such file or directory (2)
D/dalvikvm(11830): GC_CONCURRENT freed 245K, 9% free 3498K/3828K, paused 2ms+64ms, total 169ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/dalvikvm(11830): GC_CONCURRENT freed 276K, 9% free 3699K/4056K, paused 2ms+15ms, total 97ms
D/PackageManager(11830): No files in app dir /vendor/app
W/PackageManager(11830): Package com.android.camera desires unavailable shared library com.google.android.media.effects; ignoring!
I/PackageManager(11830): Time to scan packages: 1.074 seconds
W/PackageManager(11830): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(11830): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11830): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(11830): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(11830): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)
D/dalvikvm(11830): GC_EXPLICIT freed 409K, 14% free 3594K/4172K, paused 8ms+2ms, total 48ms
I/SystemServer(11830): Entropy Mixer
I/EntropyMixer(11830): Writing entropy...
I/SystemServer(11830): User Service
I/SystemServer(11830): Account Manager
I/SystemServer(11830): Content Manager
I/SystemServer(11830): System Content Providers
E/cutils-trace(11863): Error opening trace file: No such file or directory (2)
I/lights (11830): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness
I/SystemServer(11830): Lights Service
I/lights (11830): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness
I/SystemServer(11830): Battery Service
I/SystemServer(11830): Vibrator Service
I/libsuspend(11830): Selected early suspend
I/libsuspend(11830): Starting early suspend unblocker thread
I/SWITCHPROFILE(11830): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(11830): setprop: sys.interactive = active
D/SurfaceFlinger( 2098): Screen acquired, type=0 flinger=0x40fd0478
D/SurfaceFlinger( 2098): screen was previously acquired
I/SystemServer(11830): Alarm Manager
I/SystemServer(11830): Init Watchdog
I/SystemServer(11830): Input Manager
I/InputManager(11830): Initializing input manager, mUseDevInputEventForAudioJack=false
I/SystemServer(11830): Window Manager
I/WindowManager(11830): No existing display settings /data/system/display_settings.xml; starting empty
E/cutils-trace(11577): Error opening trace file: No such file or directory (2)
I/InputManager(11830): Starting input manager
I/SystemServer(11830): No Bluetooth Service (Bluetooth Hardware Not Present)
I/SystemServer(11830): Input Method Service
E/EventHub(11830): could not get driver version for /dev/input/mice, Not a typewriter
W/InputMethodManagerService(11830): Couldn't create dir.: /data/system/inputmethod
I/EventHub(11830): New device: id=1, fd=87, path='/dev/input/event0', name='imx-keypad', classes=0x1, configuration='/system/usr/idc/imx-keypad.idc', keyLayout='/system/usr/keylayout/imx-keypad.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=true, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader(11830): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader(11830): Device added: id=0, name='imx-keypad', sources=0x00000101
D/dalvikvm(11830): GC_CONCURRENT freed 315K, 10% free 3789K/4200K, paused 5ms+3ms, total 163ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 51ms
W/ResourceType(11830): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/SystemServer(11830): Accessibility Manager
I/ActivityManager(11830): Config changes=15f8 {1.0 ?mcc?mnc en_US ldltr sw640dp w1066dp h566dp 120dpi lrg land ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/InputReader(11830): Reconfiguring input devices. changes=0x00000004
I/SystemServer(11830): Mount Service
D/MountService(11830): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0
D/MountService(11830): addVolumeLocked() StorageVolume [mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040655 mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100 mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0}]
D/MountService(11830): got storage path: /mnt/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(11830): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/extsd mDescriptionId=17040656 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
D/MountService(11830): got storage path: /mnt/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
D/MountService(11830): addVolumeLocked() StorageVolume [mStorageId=0 mPath=/mnt/udisk mDescriptionId=17040657 mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false mMaxFileSize=0 mOwner=null]
I/SystemServer(11830): LockSettingsService
I/SystemServer(11830): Device Policy
I/SystemServer(11830): Status Bar
I/SystemServer(11830): Clipboard Service
D/dalvikvm(11830): GREF has increased to 201
I/SystemServer(11830): NetworkManagement Service
I/SystemServer(11830): Text Service Manager Service
I/SystemServer(11830): NetworkStats Service
D/MountService(11830): volume state changed for /mnt/extsd (null -> removed)
D/MountService(11830): volume state changed for /mnt/udisk (null -> removed)
I/PackageManager(11830): No secure containers on sdcard
I/SystemServer(11830): NetworkPolicy Service
I/SystemServer(11830): Wi-Fi P2pService
W/PackageManager(11830): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager(11830): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11830): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager(11830): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.exchange
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.android.development
W/PackageManager(11830): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.email
W/PackageManager(11830): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0xc8be45)
D/dalvikvm(11830): GC_CONCURRENT freed 274K, 9% free 3918K/4284K, paused 3ms+2ms, total 56ms
I/SystemServer(11830): Wi-Fi Service
E/cutils-trace(11894): Error opening trace file: No such file or directory (2)
I/SystemServer(11830): Connectivity Service
D/ConnectivityService(11830): ConnectivityService starting up
D/ConnectivityService(11830): wifiOnly=false
D/CommandListener(11578): Setting iface cfg
D/CommandListener(11578): Trying to bring up eth0
E/CommandListener(11578): Error upping interface
F/SystemServer(11830): BOOT FAILURE starting Connectivity Service
F/SystemServer(11830): java.lang.IllegalStateException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(11830): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:549)
F/SystemServer(11830): at com.android.server.NetworkManagementService.setInterfaceUp(NetworkManagementService.java:566)
F/SystemServer(11830): at android.net.EthernetDataTracker.startMonitoring(EthernetDataTracker.java:245)
F/SystemServer(11830): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:586)
F/SystemServer(11830): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:395)
F/SystemServer(11830): at com.android.server.ServerThread.run(SystemServer.java:498)
F/SystemServer(11830): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '3 interface setcfg eth0 0.0.0.0 0 multicast up broadcast' failed with '400 3 Failed to up interface (No such device)'
F/SystemServer(11830): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:382)
F/SystemServer(11830): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:318)
F/SystemServer(11830): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:283)
F/SystemServer(11830): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:268)
F/SystemServer(11830): at com.android.server.NetworkManagementService.setInterfaceConfig(NetworkManagementService.java:547)
F/SystemServer(11830): ... 5 more
W/SystemServer(11830): ***********************************************
I/SystemServer(11830): Network Service Discovery Service
D/NsdService(11830): Network service discovery enabled true
I/SystemServer(11830): UpdateLock Service
D/WifiHW (11830): Unable to unload driver module "8723as": No such file or directory
I/SystemServer(11830): Notification Manager
I/SystemServer(11830): Device Storage Monitor
I/SystemServer(11830): Location Manager
I/SystemServer(11830): Country Detector
I/SystemServer(11830): Search Service
I/SystemServer(11830): DropBox Service
I/SystemServer(11830): Wallpaper Service
I/SystemServer(11830): Audio Service
D/dalvikvm(11830): GC_CONCURRENT freed 318K, 10% free 4064K/4476K, paused 3ms+12ms, total 109ms
I/AudioService(11830): Remote Control registerMediaButtonIntent() for PendingIntent{411f0970: PendingIntentRecord{41186c40 android broadcastIntent}}
I/SystemServer(11830): Dock Observer
W/DockObserver(11830): This kernel does not have dock station support
I/SystemServer(11830): Wired Accessory Manager
W/WiredAccessoryManager(11830): This kernel does not have HDMI audio support
I/SystemServer(11830): USB Service
I/SystemServer(11830): Serial Service
I/SystemServer(11830): Twilight Service
I/SystemServer(11830): UI Mode Manager Service
I/SystemServer(11830): Backup Service
V/BackupManagerService(11830): Initializing package tracking
V/BackupManagerService(11830): No ancestral data
V/BackupManagerService(11830): addPackageParticipantsLocked: all
I/BackupManagerService(11830): Scheduling backup for new app com.android.calendar
D/BackupManagerService(11830): Now staging backup of com.android.calendar
I/BackupManagerService(11830): Scheduling backup for new app com.android.browser
D/BackupManagerService(11830): Now staging backup of com.android.browser
I/BackupManagerService(11830): Scheduling backup for new app com.android.providers.userdictionary
D/BackupManagerService(11830): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService(11830): Scheduling backup for new app com.android.sharedstoragebackup
D/BackupManagerService(11830): Now staging backup of com.android.sharedstoragebackup
I/BackupManagerService(11830): Scheduling backup for new app android
D/BackupManagerService(11830): Now staging backup of android
I/BackupManagerService(11830): Scheduling backup for new app com.android.providers.settings
D/BackupManagerService(11830): Now staging backup of com.android.providers.settings
V/BackupManagerService(11830): Registering transport android/com.android.internal.backup.LocalTransport = com.android.internal.backup.LocalTransport@412b97d8
V/BackupManagerService(11830): Starting with transport android/com.android.internal.backup.LocalTransport
V/BackupManagerService(11830): Google transport not present
I/BackupManagerService(11830): Found stale backup journal, scheduling
I/BackupManagerService(11830): com.android.calendar
I/BackupManagerService(11830): com.android.browser
I/BackupManagerService(11830): com.android.providers.userdictionary
I/BackupManagerService(11830): com.android.sharedstoragebackup
I/BackupManagerService(11830): android
I/BackupManagerService(11830): com.android.providers.settings
I/BackupManagerService(11830): Backup enabled => false
I/BackupManagerService(11830): Opting out of backup
I/SystemServer(11830): AppWidget Service
I/SystemServer(11830): Recognition Service
I/SystemServer(11830): DiskStats Service
I/SystemServer(11830): SamplingProfiler Service
I/SystemServer(11830): NetworkTimeUpdateService
I/SystemServer(11830): CommonTimeManagementService
I/SystemServer(11830): CertBlacklister
I/SystemServer(11830): Dreams Service
I/WindowManager(11830): SAFE MODE not enabled
D/dalvikvm(11830): JIT started for system_server
I/SystemServer(11830): IdleMaintenanceService
I/ActivityManager(11830): System now ready
I/SWITCHPROFILE(11830): Switchprofile thread received GOV_INTERACTIVE from Power HAL
E/SWITCHPROFILE(11830): setprop: sys.interactive = active
I/SystemServer(11830): Making services ready
I/Zygote (11830): Process: zygote socket opened
I/ActivityManager(11830): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11915 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
D/NetworkManagementService(11830): enabling bandwidth control
W/MountService(11830): Duplicate state transition (mounted -> mounted) for /storage/emulated/0
E/cutils-trace(11911): Error opening trace file: No such file or directory (2)
D/dalvikvm(11830): GC_CONCURRENT freed 235K, 8% free 4332K/4664K, paused 4ms+80ms, total 554ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 23ms
D/SystemUIService(11915): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
W/SystemServer(11830): ***********************************************
F/SystemServer(11830): BOOT FAILURE making Network Stats Service ready
F/SystemServer(11830): java.lang.NullPointerException
F/SystemServer(11830): at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1196)
F/SystemServer(11830): at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1183)
F/SystemServer(11830): at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:926)
F/SystemServer(11830): at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:313)
F/SystemServer(11830): at com.android.server.ServerThread$3.run(SystemServer.java:892)
F/SystemServer(11830): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:8148)
F/SystemServer(11830): at com.android.server.ServerThread.run(SystemServer.java:866)
D/SystemUIService(11915): running: com.android.systemui.statusbar.phone.PhoneStatusBar@41143038
I/StatusBarManagerService(11830): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@412c5188
D/PhoneStatusBar(11915): mSettingsPanelGravity = 8388661
D/dalvikvm(11830): GC_CONCURRENT freed 286K, 8% free 4557K/4936K, paused 4ms+20ms, total 147ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 106ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 106ms
E/cutils-trace(11961): Error opening trace file: No such file or directory (2)
D/dalvikvm(11830): GC_CONCURRENT freed 368K, 9% free 4703K/5164K, paused 17ms+3ms, total 198ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 172ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 174ms
D/dalvikvm(11915): GC_FOR_ALLOC freed 160K, 9% free 2687K/2940K, paused 75ms, total 75ms
D/dalvikvm(11830): GC_FOR_ALLOC freed 337K, 12% free 4706K/5320K, paused 86ms, total 87ms
D/dalvikvm(11915): GC_FOR_ALLOC freed 4K, 9% free 2958K/3216K, paused 88ms, total 88ms
D/dalvikvm(11830): GC_FOR_ALLOC freed 75K, 12% free 4692K/5320K, paused 86ms, total 87ms
D/dalvikvm(11830): GC_FOR_ALLOC freed 56K, 12% free 4723K/5320K, paused 62ms, total 62ms
E/cutils-trace(11965): Error opening trace file: No such file or directory (2)
D/dalvikvm(11915): GC_CONCURRENT freed 395K, 16% free 2977K/3544K, paused 2ms+32ms, total 128ms
D/dalvikvm(11915): WAIT_FOR_CONCURRENT_GC blocked 98ms
D/dalvikvm(11830): GC_CONCURRENT freed 342K, 9% free 4930K/5372K, paused 2ms+4ms, total 145ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 89ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 91ms
D/dalvikvm(11830): WAIT_FOR_CONCURRENT_GC blocked 29ms
D/AndroidRuntime(11915): Shutting down VM
W/dalvikvm(11915): threadid=1: thread exiting with uncaught exception (group=0x40ebd700)
E/AndroidRuntime(11915): FATAL EXCEPTION: main
E/AndroidRuntime(11915): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11915): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2587)
E/AndroidRuntime(11915): at android.app.ActivityThread.access$1600(ActivityThread.java:141)
E/AndroidRuntime(11915): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1338)
E/AndroidRuntime(11915): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11915): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11915): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11915): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11915): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11915): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11915): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11915): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11915): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime(11915): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime(11915): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:838)
E/AndroidRuntime(11915): at android.app.ContextImpl$10.createStaticService(ContextImpl.java:334)
E/AndroidRuntime(11915): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:258)
E/AndroidRuntime(11915): at android.app.ContextImpl.getSystemService(ContextImpl.java:1514)
E/AndroidRuntime(11915): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:519)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.policy.NetworkController.<init>(NetworkController.java:196)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:490)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2136)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2111)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:230)
E/AndroidRuntime(11915): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:315)
E/AndroidRuntime(11915): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:100)
E/AndroidRuntime(11915): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2577)
E/AndroidRuntime(11915): ... 10 more
I/Process (11915): Sending signal. PID: 11915 SIG: 9
I/ActivityManager(11830): Process com.android.systemui (pid 11915) has died.
W/ActivityManager(11830): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
I/ActivityManager(11830): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager(11830): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=11969 uid=10018 gids={50018, 1028}
I/ActivityManager(11830): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=11974 uid=10035 gids={50035, 1028, 1015, 3002, 3001}
W/dalvikvm(11830): threadid=50: thread exiting with uncaught exception (group=0x40ebd700)
I/Choreographer(11830): Skipped 155 frames! The application may be doing too much work on its main thread.
E/AndroidRuntime(11830): *** FATAL EXCEPTION IN SYSTEM PROCESS: Thread-59
E/AndroidRuntime(11830): java.lang.NullPointerException: fd == null
E/AndroidRuntime(11830): at java.io.FileOutputStream.<init>(FileOutputStream.java:100)
E/AndroidRuntime(11830): at android.app.ActivityThread$ApplicationThread.dumpMemInfo(ActivityThread.java:900)
E/AndroidRuntime(11830): at com.android.server.am.ActivityManagerService.dumpApplicationMemoryUsage(ActivityManagerService.java:10722)
E/AndroidRuntime(11830): at com.android.server.am.ActivityManagerService$2$1.run(ActivityManagerService.java:1330)
I/DropBoxManagerService(11830): Cleaning temp file: /data/system/dropbox/drop58.tmp
E/cutils-trace(11996): Error opening trace file: No such file or directory (2)
I/Process (11830): Sending signal. PID: 11830 SIG: 9
E/installd( 2102): eof
E/installd( 2102): failed to read size
I/installd( 2102): closing connection
I/ServiceManager( 2094): service 'gfxinfo' died
I/ServiceManager( 2094): service 'display' died
I/ServiceManager( 2094): service 'sensorservice' died
I/ServiceManager( 2094): service 'power' died
I/ServiceManager( 2094): service 'account' died
I/ServiceManager( 2094): service 'package' died
I/ServiceManager( 2094): service 'activity' died
I/ServiceManager( 2094): service 'meminfo' died
I/ServiceManager( 2094): service 'permission' died
I/ServiceManager( 2094): service 'dbinfo' died
I/ServiceManager( 2094): service 'user' died
I/ServiceManager( 2094): service 'entropy' died
I/ServiceManager( 2094): service 'batteryinfo' died
I/ServiceManager( 2094): service 'usagestats' died
I/ServiceManager( 2094): service 'appops' died
I/ServiceManager( 2094): service 'cpuinfo' died
I/ServiceManager( 2094): service 'content' died
I/ServiceManager( 2094): service 'netstats' died
I/ServiceManager( 2094): service 'hardware' died
I/ServiceManager( 2094): service 'battery' died
I/ServiceManager( 2094): service 'vibrator' died
I/ServiceManager( 2094): service 'alarm' died
I/ServiceManager( 2094): service 'window' died
I/ServiceManager( 2094): service 'input' died
I/ServiceManager( 2094): service 'servicediscovery' died
I/ServiceManager( 2094): service 'updatelock' died
I/ServiceManager( 2094): service 'network_management' died
I/ServiceManager( 2094): service 'netpolicy' died
I/ServiceManager( 2094): service 'wifip2p' died
I/ServiceManager( 2094): service 'wifi' died
I/ServiceManager( 2094): service 'textservices' died
I/ServiceManager( 2094): service 'input_method' died
I/ServiceManager( 2094): service 'accessibility' died
I/ServiceManager( 2094): service 'mount' died
I/ServiceManager( 2094): service 'lock_settings' died
I/ServiceManager( 2094): service 'device_policy' died
I/ServiceManager( 2094): service 'statusbar' died
I/ServiceManager( 2094): service 'clipboard' died
I/ServiceManager( 2094): service 'notification' died
I/ServiceManager( 2094): service 'devicestoragemonitor' died
I/ServiceManager( 2094): service 'location' died
I/ServiceManager( 2094): service 'country_detector' died
I/ServiceManager( 2094): service 'search' died
I/ServiceManager( 2094): service 'dropbox' died
I/ServiceManager( 2094): service 'wallpaper' died
I/ServiceManager( 2094): service 'audio' died
I/ServiceManager( 2094): service 'usb' died
I/ServiceManager( 2094): service 'serial' died
I/ServiceManager( 2094): service 'uimode' died
I/ServiceManager( 2094): service 'backup' died
I/ServiceManager( 2094): service 'appwidget' died
I/ServiceManager( 2094): service 'diskstats' died
I/ServiceManager( 2094): service 'samplingprofiler' died
I/ServiceManager( 2094): service 'commontime_management' died
I/ServiceManager( 2094): service 'dreams' died
I/ServiceManager( 2094): service 'telephony.registry' died
I/ServiceManager( 2094): service 'scheduling_policy' died
W/AudioFlinger(11577): power manager service died !!!
E/DisplayManager(11974): Could not get display information from display manager.
E/DisplayManager(11974): android.os.DeadObjectException
E/DisplayManager(11974): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager(11974): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager(11974): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager(11974): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager(11974): at android.app.ActivityThread.getDisplayMetricsLocked(ActivityThread.java:1649)
E/DisplayManager(11974): at android.app.ActivityThread.getSystemContext(ActivityThread.java:1940)
E/DisplayManager(11974): at android.app.ActivityThread$DropBoxReporter.<init>(ActivityThread.java:5056)
E/DisplayManager(11974): at android.app.ActivityThread.attach(ActivityThread.java:4994)
E/DisplayManager(11974): at android.app.ActivityThread.main(ActivityThread.java:5090)
E/DisplayManager(11974): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager(11974): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager(11974): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager(11974): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager(11974): at dalvik.system.NativeStart.main(Native Method)
E/DisplayManager(11969): Could not get display information from display manager.
E/DisplayManager(11969): android.os.DeadObjectException
E/DisplayManager(11969): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager(11969): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager(11969): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager(11969): at android.view.Display.updateDisplayInfoLocked(Display.java:569)
E/DisplayManager(11969): at android.view.Display.getMetrics(Display.java:524)
E/DisplayManager(11969): at android.app.ActivityThread.getDisplayMetricsLocked(ActivityThread.java:1651)
E/DisplayManager(11969): at android.app.ActivityThread.applyConfigurationToResourcesLocked(ActivityThread.java:3880)
E/DisplayManager(11969): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4249)
E/DisplayManager(11969): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/DisplayManager(11969): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/DisplayManager(11969): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager(11969): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager(11969): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager(11969): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager(11969): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager(11969): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager(11969): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager(11969): at dalvik.system.NativeStart.main(Native Method)
E/DisplayManager(11974): Could not get display information from display manager.
E/DisplayManager(11974): android.os.DeadObjectException
E/DisplayManager(11974): at android.os.BinderProxy.transact(Native Method)
E/DisplayManager(11974): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:162)
E/DisplayManager(11974): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:112)
E/DisplayManager(11974): at android.hardware.display.DisplayManagerGlobal.getCompatibleDisplay(DisplayManagerGlobal.java:171)
E/DisplayManager(11974): at android.app.ActivityThread.getDisplayMetricsLocked(ActivityThread.java:1649)
E/DisplayManager(11974): at android.app.ActivityThread.applyConfigurationToResourcesLocked(ActivityThread.java:3880)
E/DisplayManager(11974): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4249)
E/DisplayManager(11974): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/DisplayManager(11974): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/DisplayManager(11974): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DisplayManager(11974): at android.os.Looper.loop(Looper.java:137)
E/DisplayManager(11974): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/DisplayManager(11974): at java.lang.reflect.Method.invokeNative(Native Method)
E/DisplayManager(11974): at java.lang.reflect.Method.invoke(Method.java:525)
E/DisplayManager(11974): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/DisplayManager(11974): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/DisplayManager(11974): at dalvik.system.NativeStart.main(Native Method)
I/Zygote (11579): Exit zygote because system server (11830) has terminated
D/AndroidRuntime(11974): Shutting down VM
W/dalvikvm(11974): threadid=1: thread exiting with uncaught exception (group=0x40ebd700)
D/AndroidRuntime(11969): Shutting down VM
W/dalvikvm(11969): threadid=1: thread exiting with uncaught exception (group=0x40ebd700)
E/AndroidRuntime(11974): FATAL EXCEPTION: main
E/AndroidRuntime(11974): java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(11974): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime(11974): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4417)
E/AndroidRuntime(11974): at android.app.ActivityThread.access$1300(ActivityThread.java:141)
E/AndroidRuntime(11974): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316)
E/AndroidRuntime(11974): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11974): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11974): at android.app.ActivityThread.main(ActivityThread.java:5103)
E/AndroidRuntime(11974): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11974): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11974): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
E/AndroidRuntime(11974): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime(11974): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11974): Caused by: java.lang.IllegalStateException: Unable to get package info for com.android.systemui; is system dying?
E/AndroidRuntime(11974): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:365)
E/AndroidRuntime(11974): at android.app.LoadedApk.getClassLoader(LoadedApk.java:322)
E/AndroidRuntime(11974): at android.app.LoadedApk.makeApplication(LoadedApk.java:501)
E/AndroidRuntime(11974): ... 11 more
E/AndroidRuntime(11974): Caused by: android.os.DeadObjectException
E/AndroidRuntime(11974): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime(11974): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1393)
E/AndroidRuntime(11974): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime(11974): ... 13 more
I/Netd (12003): Netd 1.0 starting
W/InterfaceController(12003): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/ServiceManager( 2094): service 'media.audio_flinger' died
I/ServiceManager( 2094): service 'media.player' died
I/ServiceManager( 2094): service 'media.camera' died
I/ServiceManager( 2094): service 'media.audio_policy' died
E/cutils-trace(12015): Error opening trace file: No such file or directory (2)
I/mediaserver(12002): ServiceManager: 0x40cf5230
I/AudioFlinger(12002): Using default 3000 mSec as standby time.
I/CameraService(12002): CameraService started (pid=12002)
I/CameraService(12002): Loaded "Freescale CameraHal Module" camera module
I/FslCameraHAL(12002): Face Back Camera is csi, orient is 0
I/FslCameraHAL(12002): Face Front Camera is uvc, orient is 0
I/FslCameraHAL(12002): Camera ID 0: name csi, Facing 0, orientation 0, dev path
I/FslCameraHAL(12002): Camera ID 0: name uvc, Facing 1, orientation 0, dev path
I/AudioPolicyManagerBase(12002): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
W/audio_hw_primary(12002): card 0, id imxspdif ,driver imx-spdif, name imx-spdif
W/audio_hw_primary(12002): out rate 44100
W/audio_hw_primary(12002): in rate 0, channels 0 format 0
I/AudioFlinger(12002): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1
W/audio_hw_primary(12002): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2
W/audio_hw_primary(12002): opened out stream...1087336616
I/AudioFlinger(12002): HAL output buffer size 192 frames, normal mix buffer size 768 frames
I/AudioMixer(12002): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe(12002): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime(12004):
D/AndroidRuntime(12004): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(12004): CheckJNI is ON
I/AndroidRuntime(12004): JNI options: '-Xjniopts:warnonly'
D/dalvikvm(12004): Trying to load lib libjavacore.so 0x0
D/dalvikvm(12004): Added shared lib libjavacore.so 0x0
D/dalvikvm(12004): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(12004): Added shared lib libnativehelper.so 0x0
W/dalvikvm(12004): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
E/cutils-trace(12064): Error opening trace file: No such file or directory (2)
I/SamplingProfilerIntegration(12004): Profiling disabled.
I/Zygote (12004): Preloading classes...
E/cutils-trace(12004): Error opening trace file: No such file or directory (2)
D/dalvikvm(12004): GC_EXPLICIT freed 37K, 9% free 436K/476K, paused 0ms+0ms, total 3ms
D/dalvikvm(12004): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 1ms+0ms, total 29ms
D/dalvikvm(12004): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm(12004): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 3ms
D/dalvikvm(12004): GC_EXPLICIT freed 13K, 3% free 598K/616K, paused 1ms+0ms, total 8ms
D/dalvikvm(12004): GC_EXPLICIT freed 26K, 5% free 629K/660K, paused 0ms+1ms, total 16ms
D/dalvikvm(12004): GC_EXPLICIT freed 28K, 5% free 656K/688K, paused 0ms+1ms, total 24ms
D/dalvikvm(12004): GC_EXPLICIT freed 81K, 10% free 789K/876K, paused 3ms+3ms, total 24ms
D/dalvikvm(12004): GC_EXPLICIT freed 28K, 7% free 816K/876K, paused 2ms+2ms, total 18ms
D/TextLayoutCache(12004): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm(12004): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(12004): register_android_mtp_MtpDevice
I/dalvikvm(12004): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(12004): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(12004): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm(12004): GC_EXPLICIT freed 25K, 4% free 848K/876K, paused 16ms+0ms, total 26ms
E/cutils-trace(12105): Error opening trace file: No such file or directory (2)
D/dalvikvm(12004): GC_EXPLICIT freed 26K, 4% free 886K/916K, paused 0ms+0ms, total 25ms
D/dalvikvm(12004): GC_FOR_ALLOC freed 218K, 16% free 1180K/1400K, paused 26ms, total 27ms
D/dalvikvm(12004): GC_EXPLICIT freed 288K, 18% free 1378K/1672K, paused 2ms+4ms, total 40ms
D/dalvikvm(12004): GC_EXPLICIT freed 26K, 16% free 1406K/1672K, paused 4ms+2ms, total 38ms
D/dalvikvm(12004): GC_EXPLICIT freed 19K, 14% free 1447K/1672K, paused 1ms+2ms, total 36ms
D/dalvikvm(12004): GC_EXPLICIT freed 16K, 12% free 1487K/1672K, paused 3ms+1ms, total 41ms
E/cutils-trace(12146): Error opening trace file: No such file or directory (2)
D/dalvikvm(12004): GC_EXPLICIT freed 24K, 2% free 1792K/1820K, paused 1ms+1ms, total 47ms
D/dalvikvm(12004): GC_EXPLICIT freed 34K, 2% free 1827K/1864K, paused 1ms+1ms, total 35ms
D/dalvikvm(12004): GC_EXPLICIT freed 30K, 2% free 1851K/1884K, paused 1ms+21ms, total 46ms
D/dalvikvm(12004): GC_EXPLICIT freed 29K, 2% free 1877K/1908K, paused 1ms+1ms, total 45ms
I/dalvikvm(12004): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(12004): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm(12004): GC_EXPLICIT freed 20K, 2% free 1911K/1936K, paused 1ms+4ms, total 71ms
D/dalvikvm(12004): GC_EXPLICIT freed 26K, 2% free 1938K/1968K, paused 4ms+6ms, total 59ms
D/dalvikvm(12004): GC_EXPLICIT freed 27K, 2% free 1964K/1996K, paused 2ms+7ms, total 34ms
E/cutils-trace(12188): Error opening trace file: No such file or directory (2)
D/dalvikvm(12004): GC_EXPLICIT freed 29K, 2% free 1993K/2024K, paused 1ms+2ms, total 47ms
D/dalvikvm(12004): GC_EXPLICIT freed 31K, 2% free 2016K/2052K, paused 1ms+31ms, total 63ms
D/dalvikvm(12004): GC_EXPLICIT freed 32K, 2% free 2039K/2076K, paused 1ms+1ms, total 55ms
D/dalvikvm(12004): GC_EXPLICIT freed 27K, 2% free 2067K/2100K, paused 1ms+1ms, total 47ms
D/dalvikvm(12004): GC_EXPLICIT freed 29K, 2% free 2094K/2128K, paused 1ms+2ms, total 43ms
D/dalvikvm(12004): GC_EXPLICIT freed 38K, 2% free 2112K/2152K, paused 1ms+3ms, total 64ms
D/dalvikvm(12004): GC_EXPLICIT freed 39K, 2% free 2128K/2172K, paused 6ms+2ms, total 50ms
D/dalvikvm(12004): GC_EXPLICIT freed 37K, 2% free 2146K/2188K, paused 8ms+3ms, total 71ms
E/Netd (12003): Unable to create netlink socket: Protocol not supported
E/Netd (12003): Unable to open quota2 logging socket
D/MDnsDS (12003): MDnsSdListener::Hander starting up
D/MDnsDS (12003): MDnsSdListener starting to monitor
D/MDnsDS (12003): Going to poll with pollCount 1
I/System (12004): Loaded time zone names for "" in 257ms (248ms in ICU)
E/cutils-trace(12236): Error opening trace file: No such file or directory (2)
I/System (12004): Loaded time zone names for "en_US" in 95ms (88ms in ICU)
D/dalvikvm(12004): GC_EXPLICIT freed 136K, 6% free 2235K/2376K, paused 1ms+1ms, total 30ms
D/dalvikvm(12004): GC_EXPLICIT freed 14K, 4% free 2299K/2376K, paused 10ms+1ms, total 39ms
D/dalvikvm(12004): GC_EXPLICIT freed 58K, 3% free 2336K/2396K, paused 1ms+12ms, total 36ms
D/dalvikvm(12004): GC_EXPLICIT freed 29K, 2% free 2363K/2396K, paused 1ms+1ms, total 33ms
D/dalvikvm(12004): GC_EXPLICIT freed 44K, 2% free 2372K/2420K, paused 1ms+2ms, total 36ms
D/dalvikvm(12004): GC_EXPLICIT freed 29K, 2% free 2397K/2432K, paused 1ms+2ms, total 28ms
D/dalvikvm(12004): GC_EXPLICIT freed 33K, 2% free 2417K/2456K, paused 2ms+6ms, total 32ms
I/Zygote (12004): ...preloaded 2879 classes in 4742ms.
D/dalvikvm(12004): GC_EXPLICIT freed 23K, 2% free 2434K/2460K, paused 2ms+2ms, total 29ms
I/Zygote (12004): Preloading resources...
W/Resources(12004): Preloaded drawable resource #0x1080606 (android:drawable/toast_frame_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 40K, 3% free 2443K/2500K, paused 1ms+2ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 54K, 3% free 2445K/2508K, paused 5ms+2ms, total 32ms
W/Resources(12004): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 3% free 2446K/2508K, paused 2ms+2ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800df (android:drawable/btn_check_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 143K, 6% free 2451K/2600K, paused 2ms+2ms, total 35ms
W/Resources(12004): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800de (android:drawable/btn_check_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 115K, 6% free 2451K/2600K, paused 1ms+7ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 58K, 6% free 2450K/2600K, paused 2ms+2ms, total 20ms
W/Resources(12004): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 6% free 2451K/2600K, paused 1ms+1ms, total 36ms
W/Resources(12004): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
E/cutils-trace(12240): Error opening trace file: No such file or directory (2)
W/Resources(12004): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 6% free 2452K/2600K, paused 2ms+1ms, total 41ms
W/Resources(12004): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 56K, 6% free 2453K/2600K, paused 1ms+1ms, total 40ms
W/Resources(12004): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080120 (android:drawable/btn_default_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 57K, 6% free 2453K/2600K, paused 1ms+1ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080121 (android:drawable/btn_default_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 50K, 6% free 2454K/2600K, paused 1ms+12ms, total 32ms
W/Resources(12004): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 6% free 2456K/2600K, paused 2ms+2ms, total 35ms
W/Resources(12004): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cb (android:drawable/btn_star_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 135K, 6% free 2460K/2600K, paused 2ms+2ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 58K, 6% free 2458K/2600K, paused 2ms+2ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ca (android:drawable/btn_star_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 135K, 6% free 2462K/2604K, paused 1ms+2ms, total 26ms
W/Resources(12004): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 60K, 6% free 2459K/2604K, paused 1ms+2ms, total 32ms
W/Resources(12004): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 56K, 6% free 2460K/2604K, paused 2ms+2ms, total 29ms
W/Resources(12004): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e4 (android:drawable/btn_toggle_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 127K, 6% free 2463K/2604K, paused 3ms+2ms, total 29ms
W/Resources(12004): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10801e3 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 101K, 6% free 2463K/2604K, paused 2ms+2ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805ec (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805ea (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805d1 (android:drawable/textfield_activated_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805dc (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805de (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080256 (android:drawable/edit_text_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 93K, 6% free 2464K/2604K, paused 2ms+2ms, total 35ms
W/Resources(12004): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805eb (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e9 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805d0 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
E/cutils-trace(12244): Error opening trace file: No such file or directory (2)
W/Resources(12004): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805db (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805dd (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080255 (android:drawable/edit_text_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 100K, 6% free 2466K/2604K, paused 6ms+1ms, total 46ms
W/Resources(12004): Preloaded drawable resource #0x10805cd (android:drawable/text_select_handle_left) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805cf (android:drawable/text_select_handle_right) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805ca (android:drawable/text_edit_paste_window) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 54K, 6% free 2468K/2604K, paused 2ms+2ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108026e (android:drawable/expander_group_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108026f (android:drawable/expander_group_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803f3 (android:drawable/list_selector_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 64K, 6% free 2472K/2604K, paused 2ms+1ms, total 38ms
W/Resources(12004): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803f4 (android:drawable/list_selector_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d2 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080407 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 6% free 2472K/2604K, paused 5ms+11ms, total 41ms
W/Resources(12004): Preloaded drawable resource #0x108040f (android:drawable/menu_submenu_background) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 61K, 6% free 2471K/2604K, paused 3ms+6ms, total 45ms
W/Resources(12004): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108040c (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108040a (android:drawable/menu_panel_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108040b (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080405 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080409 (android:drawable/menu_panel_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 74K, 6% free 2472K/2604K, paused 3ms+2ms, total 34ms
W/Resources(12004): Preloaded drawable resource #0x1080439 (android:drawable/overscroll_edge) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108043a (android:drawable/overscroll_glow) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 472K, 20% free 2472K/3064K, paused 2ms+2ms, total 33ms
W/Resources(12004): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 74K, 20% free 2473K/3064K, paused 1ms+2ms, total 31ms
W/Resources(12004): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108047d (android:drawable/progress_bg_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108047f (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2474K/3064K, paused 2ms+1ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x108047e (android:drawable/progress_bg_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080480 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080497 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080498 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080499 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108049a (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080481 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 498K, 20% free 2479K/3088K, paused 2ms+1ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x10804fd (android:drawable/spinner_76_outer_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fc (android:drawable/spinner_76_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080483 (android:drawable/progress_large_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 78K, 20% free 2477K/3088K, paused 2ms+2ms, total 31ms
W/Resources(12004): Preloaded drawable resource #0x10804fb (android:drawable/spinner_48_outer_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fa (android:drawable/spinner_48_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080486 (android:drawable/progress_medium_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080488 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080489 (android:drawable/progress_primary_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108048a (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108048b (android:drawable/progress_secondary_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108048d (android:drawable/progress_small_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 52K, 20% free 2478K/3088K, paused 1ms+2ms, total 26ms
W/Resources(12004): Preloaded drawable resource #0x10804e7 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e8 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e6 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_primary_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804e5 (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804da (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804db (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080508 (android:drawable/spinner_background_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2487K/3088K, paused 1ms+2ms, total 26ms
W/Resources(12004): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080509 (android:drawable/spinner_background_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 55K, 20% free 2484K/3088K, paused 2ms+1ms, total 24ms
W/Resources(12004): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080500 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080506 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080504 (android:drawable/spinner_ab_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2484K/3088K, paused 1ms+1ms, total 39ms
W/Resources(12004): Preloaded drawable resource #0x1080501 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080507 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
E/cutils-trace(12248): Error opening trace file: No such file or directory (2)
W/Resources(12004): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080505 (android:drawable/spinner_ab_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108050e (android:drawable/spinner_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108050f (android:drawable/spinner_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080510 (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080511 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2484K/3088K, paused 1ms+1ms, total 38ms
W/Resources(12004): Preloaded drawable resource #0x1080514 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080515 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080518 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080519 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802b0 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 53K, 20% free 2485K/3088K, paused 5ms+1ms, total 33ms
W/Resources(12004): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080329 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 50K, 20% free 2489K/3088K, paused 1ms+2ms, total 40ms
W/Resources(12004): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108032c (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080340 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108033e (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108033f (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 52K, 20% free 2489K/3088K, paused 6ms+12ms, total 41ms
W/Resources(12004): Preloaded drawable resource #0x1080344 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108034a (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802b3 (android:drawable/ic_clear) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802b4 (android:drawable/ic_clear_disabled) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 57K, 20% free 2490K/3088K, paused 2ms+9ms, total 40ms
W/Resources(12004): Preloaded drawable resource #0x10802b6 (android:drawable/ic_clear_normal) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108035a (android:drawable/ic_search) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802ce (android:drawable/ic_go) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080361 (android:drawable/ic_voice_search) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 62K, 20% free 2490K/3088K, paused 5ms+2ms, total 32ms
W/Resources(12004): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2489K/3088K, paused 2ms+5ms, total 33ms
W/Resources(12004): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 53K, 20% free 2492K/3088K, paused 2ms+2ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x10802c1 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803c8 (android:drawable/list_divider_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 50K, 20% free 2494K/3088K, paused 1ms+2ms, total 32ms
W/Resources(12004): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ef (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d0 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ec (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108037a (android:drawable/item_background_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 58K, 20% free 2497K/3088K, paused 2ms+2ms, total 26ms
W/Resources(12004): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cf (android:drawable/list_longpressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803ed (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10803cb (android:drawable/list_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108037b (android:drawable/item_background_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080279 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 51K, 20% free 2498K/3088K, paused 1ms+2ms, total 33ms
W/Resources(12004): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027d (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080274 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 69K, 20% free 2497K/3088K, paused 2ms+2ms, total 30ms
W/Resources(12004): Preloaded drawable resource #0x1080276 (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027e (android:drawable/fastscroll_track_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080280 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x108027c (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080275 (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 79K, 20% free 2497K/3088K, paused 2ms+2ms, total 27ms
W/Resources(12004): Preloaded drawable resource #0x1080277 (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080259 (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fe (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080600 (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 53K, 20% free 2499K/3088K, paused 2ms+2ms, total 37ms
W/Resources(12004): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805ff (android:drawable/textfield_searchview_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x1080601 (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fc (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f0 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f9 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f7 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fd (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f1 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805fa (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805f8 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805b4 (android:drawable/tab_indicator_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c5 (android:drawable/tab_unselected_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c0 (android:drawable/tab_selected_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c4 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805bf (android:drawable/tab_selected_focused_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10805c6 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!
E/cutils-trace(12252): Error opening trace file: No such file or directory (2)
D/dalvikvm(12004): GC_EXPLICIT freed 50K, 19% free 2504K/3088K, paused 1ms+1ms, total 35ms
W/Resources(12004): Preloaded drawable resource #0x10805c1 (android:drawable/tab_selected_pressed_holo) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a4 (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a3 (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a7 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a9 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a5 (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a6 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!
W/Resources(12004): Preloaded drawable resource #0x10804a8 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!
D/dalvikvm(12004): GC_EXPLICIT freed 56K, 19% free 2503K/3088K, paused 1ms+2ms, total 42ms
W/Resources(12004): Preloaded drawable resource #0x10804aa (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!
I/Zygote (12004): ...preloaded 274 resources in 3389ms.
I/Zygote (12004): ...preloaded 31 resources in 22ms.
D/dalvikvm(12004): GC_EXPLICIT freed 16K, 19% free 2518K/3088K, paused 1ms+1ms, total 37ms
D/dalvikvm(12004): GC_EXPLICIT freed 10K, 19% free 2507K/3088K, paused 2ms+1ms, total 27ms
D/dalvikvm(12004): GC_EXPLICIT freed <1K, 19% free 2507K/3088K, paused 1ms+2ms, total 42ms
I/dalvikvm(12004): System server process 12255 has been created
I/Zygote (12004): Accepting command socket connections
E/BatteryService(12255): No charger supplies found
I/sysproc (12255): Entered system_init()
I/sysproc (12255): ServiceManager: 0x40d399a0
D/SensorService(12255): nuSensorService starting...
E/SensorService(12255): couldn't load sensors module (No such file or directory)
I/sysproc (12255): System server: starting Android runtime.
I/sysproc (12255): System server: starting Android services.
I/sysproc (12255): System server: entering thread pool.
I/installd( 2102): new connection
I/SystemServer(12255): Entered the Android system server!
I/SystemServer(12255): Enabled StrictMode logging for UI Looper
I/SystemServer(12255): Waiting for installd to be ready.
I/Installer(12255): connecting...
I/SystemServer(12255): Power Manager
E/SWITCHPROFILE(12255): setprop: sys.interactive = active
I/SystemServer(12255): Activity Manager
I/SystemServer(12255): Enabled StrictMode logging for WM Looper
I/ActivityManager(12255): Memory class: 64
W/UsageStats(12255): Usage stats version changed; dropping
I/AppOps (12255): No existing app ops /data/system/appops.xml; starting empty
I/ActivityManager(12255): Enabled StrictMode logging for AThread's Looper
I/SystemServer(12255): Display Manager
I/DisplayManagerService(12255): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 60.000004 fps, density 120, 213.0 x 213.0 dpi, touch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer(12255): Telephony Registry
I/SystemServer(12255): Scheduling Policy
I/SystemServer(12255): Package Manager
D/dalvikvm(12255): GC_CONCURRENT freed 292K, 13% free 2728K/3112K, paused 3ms+2ms, total 46ms
D/dalvikvm(12255): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm(12255): GC_FOR_ALLOC freed 380K, 19% free 2727K/3328K, paused 19ms, total 20ms
D/SELinuxMMAC(12255): Couldn't find install policy /data/system/mac_permissions.xml
D/SELinuxMMAC(12255): Using install policy file /system/etc/security/mac_permissions.xml
E/cutils-trace(12278): Error opening trace file: No such file or directory (2)
W/PackageManager(12255): Running ENG build: no pre-dexopt!
D/dalvikvm(12255): GC_CONCURRENT freed 258K, 13% free 2913K/3328K, paused 2ms+2ms, total 80ms
I/AudioFlinger(12002): Using module 1 has the primary audio interface
I/AudioFlinger(12002): AudioFlinger's thread 0x40c92008 ready to run
W/audio_hw_primary(12002): out_set_parameters routing=2, ret 1, out 1087336616
I/audio_a2dp_hw(12002): adev_open: adev_open in A2dp_hw module
I/AudioFlinger(12002): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/r_submix(12002): adev_open(name=audio_hw_if)
I/r_submix(12002): adev_init_check()
I/AudioFlinger(12002): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioFlinger(12002): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 5
I/AudioPolicyService(12002): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
W/PackageParser(12255): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #202
W/PackageParser(12255): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #374
D/dalvikvm(12255): GC_CONCURRENT freed 150K, 7% free 3230K/3472K, paused 6ms+17ms, total 77ms
W/PackageParser(12255): No actions in intent filter at /system/app/Dialer.apk Binary XML file line #138
E/cutils-trace(12284): Error opening trace file: No such file or directory (2)
D/dalvikvm(12255): GC_CONCURRENT freed 246K, 9% free 3474K/3812K, paused 2ms+3ms, total 86ms
this' s minicom of me :
and: nothing found -- skipped.
Close: nothing found -- skipped.
!: nothing found -- skipped.
done.
huynhpvb@huynhpvb-desktop:~$ minicom
Welcome to minicom 2.4
OPTIONS: I18n
Compiled on Jan 25 2010, 07:02:36.
Port /dev/ttyUSB0
Press CTRL-A Z for help on special keys
MX6Sl EVK U-Boot > AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
Unknown command 'AT' - try 'help'
MX6Sl EVK U-Boot > setenv fastboot_dev mmc1
MX6Sl EVK U-Boot > fastboot q
fastboot is in init......flash target is MMC:1
USB Mini b cable Connected!
Fastboot Cmd, len=26, getvar:partition-type:boot
Not support command:getvar:partition-type:boot
Fastboot Cmd, len=24, getvar:max-download-size
Not support command:getvar:max-download-size
Fastboot Cmd, len=26, getvar:partition-type:boot
Not support command:getvar:partition-type:boot
Fastboot Cmd, len=24, getvar:max-download-size
Not support command:getvar:max-download-size
Fastboot Cmd, len=26, getvar:partition-type:boot
Not support command:getvar:partition-type:boot
Fastboot Cmd, len=24, getvar:max-download-size
Not support command:getvar:max-download-size
Fastboot Cmd, len=17, download:00420800
Fastboot is receiveing data...
receive 100%
Fastboot Cmd, len=10, flash:boot
Init MMC1(boot)...
mmc1(part 0) is current device
MMC1(boot) init done
Writing MMC1(boot), 8452 blocks...
MMC write: dev # 1, block # 16384, count 8452 ... 8452 blocks write: OK
MMC1(boot) write done
Fastboot write OK, send OKAY...
Fastboot Cmd, len=6, reboot
resetting ...
U-Boot 2009.08-dirty (Sep 12 2014 - 10:19:40)
CPU: Freescale i.MX6 family TO1.2 at 792 MHz
Thermal sensor with ratio = 186
Temperature: 52 C, calibration data 0x5985105f
mx6q pll1: 792MHz
mx6q pll2: 528MHz
mx6q pll3: 480MHz
mx6q pll8: 50MHz
ipg clock : 66000000Hz
ipg per clock : 66000000Hz
uart clock : 80000000Hz
cspi clock : 60000000Hz
ahb clock : 132000000Hz
axi clock : 198000000Hz
emi_slow clock: 99000000Hz
ddr clock : 396000000Hz
usdhc1 clock : 198000000Hz
usdhc2 clock : 198000000Hz
usdhc3 clock : 198000000Hz
usdhc4 clock : 198000000Hz
Board: MX6SoloLite-EVK (0x60312): [ WDOG ]
Boot Device: NOR
I2C: ready
DRAM: 512 MB
MMC: FSL_USDHC: 0,FSL_USDHC: 1,FSL_USDHC: 2
Card did not respond to voltage select!
MMC init failed
In: serial
Out: serial
Err: serial
Detecting VOL_DOWN+POWER key for recovery(0:0) ...
Net: got MAC address from IIM: 00:00:00:00:00:00
FEC0
MX6Sl EVK U-Boot > booti mmc1
kernel @ 80808000 (4086268)
ramdisk @ 81800000 (237369)
kernel cmdline:
use boot.img command line:
console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 video=mxc_elcdif_fb:bpp=32 androidboot.hardware=freescale csi
Starting kernel ...
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.0.35-g6223547 (huynhpvb@huynhpvb-desktop) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #3 PREEMPT Fri Sep 12 094
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Freescale i.MX 6SoloLite EVK Board
Memory policy: ECC disabled, Data cache writeback
CPU identified as i.MX6SoloLite, silicon rev 1.2
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 117760
Kernel command line: console=ttymxc0,115200 init=/init androidboot.console=ttymxc0 video=mxc_elcdif_fb:bpp=32 androidboot.hardware=freescai
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 464MB = 464MB total
Memory: 457412k/457412k available, 66876k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xfbe00000 - 0xffe00000 ( 64 MB)
vmalloc : 0xe0800000 - 0xf2000000 ( 280 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.init : 0xc0008000 - 0xc003c000 ( 208 kB)
.text : 0xc003c000 - 0xc0b1cda8 (11140 kB)
.data : 0xc0b1e000 - 0xc0b7bbe0 ( 375 kB)
.bss : 0xc0b7bc04 - 0xc0ca5520 (1191 kB)
Preemptible hierarchical RCU implementation.
NR_IRQS:624
MXC GPIO hardware
sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
arm_max_freq=1GHz
MXC_Early serial console at MMIO 0x2020000 (options '115200')
bootconsole [ttymxc0] enabled
Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
print_constraints: dummy:
NET: Registered protocol family 16
print_constraints: vddpu: 725 <--> 1300 mV at 700 mV fast normal
print_constraints: vddcore: 725 <--> 1300 mV at 1100 mV fast normal
print_constraints: vddsoc: 725 <--> 1300 mV at 1200 mV fast normal
print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast normal
print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast normal
print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast normal
hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
hw-breakpoint: maximum watchpoint size is 4 bytes.
L310 cache controller enabled
l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B
bio: create slab <bio-0> at 0
print_constraints: vmmc: 3300 mV
print_constraints: SPKVDD: 4325 mV
SCSI subsystem initialized
spi_imx imx6q-ecspi.0: probed
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
Freescale USB OTG Driver loaded, $Revision: 1.55 $
mc_pfuze 0-0008: recv failed!:-5,da
mc_pfuze: probe of 0-0008 failed with error -1
i2c i2c-1: Invalid 7-bit I2C address 0x00
i2c i2c-1: Can't create device at 0x00
MIPI CSI2 driver module loaded
Advanced Linux Sound Architecture Driver Version 1.0.24.
Bluetooth: Core ver 2.16
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
max17135 0-0048: Max17135 PMIC not found!
max17135 regulator init failed: -6
i2c-core: driver [max17135] using legacy suspend method
i2c-core: driver [max17135] using legacy resume method
Switching to clocksource mxc_timer1
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Unpacking initramfs...
Freeing initrd memory: 228K
etb: probe of etb failed with error -2
etm: probe of etm.0 failed with error -2
Static Power Management for Freescale i.MX6
wait mode is enabled for i.MX6
cpaddr = e0820000 suspend_iram_base=e0840000
PM driver module loaded
IMX usb wakeup probe
add wake up source irq 75
IMX usb wakeup probe
mxc_bt_rfkill driver success loaded
rfkill: BT RF going to : on
cpu regulator mode:ldo_enable
i.MXC CPU frequency driver
ashmem: initialized
JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
fuse init (API version 7.16)
msgmni has been set to 893
NET: Registered protocol family 38
cryptodev: driver loaded.
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
imx-sdma imx-sdma: loaded firmware 1.1
imx-sdma imx-sdma: initialized
Serial: IMX driver
imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX
console [ttymxc0] enabled, bootconsole disabled
console [ttymxc0] enabled, bootconsole disabled
loop: module loaded
m25p80 spi0.0: found m25p05-nonjedec, expected m25p32
m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)
Creating 2 MTD partitions on "m25p32":
0x000000000000-0x000000100000 : "bootloader"
mtd: partition "bootloader" extends beyond the end of device "m25p32" -- size truncated to 0x10000
0x000000010000-0x000000010000 : "kernel"
mtd: partition "kernel" is out of reach -- disabled
vcan: Virtual CAN interface driver
CAN device driver interface
flexcan netdevice driver
FEC Ethernet Driver
fec_enet_mii_bus: probed
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
PPTP driver version 0.8.5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
fsl-ehci fsl-ehci.0: irq 75, io base 0x02184000
fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
add wake up source irq 74
fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
fsl-ehci fsl-ehci.1: irq 74, io base 0x02184200
fsl-ehci fsl-ehci.1: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbserial
usbserial: USB Serial Driver core
USB Serial support registered for GSM modem (1-port)
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
USB Serial support registered for Qualcomm USB modem
usbcore: registered new interface driver qcserial
ARC USBOTG Device Controller driver (1 August 2005)
android_usb gadget: Mass Storage Function, version: 2009/09/11
android_usb gadget: Number of LUNs=1
lun0: LUN: removable file: (no medium)
Gadget Android: controller 'fsl-usb2-udc' not recognized
android_usb gadget: android_usb ready
Suspend udc for OTG auto detect
fsl-usb2-udc: bind to driver android_usb
mousedev: PS/2 mouse device common for all mice
input: imx-keypad as /devices/platform/imx-keypad/input/input0
android_work: did not send uevent (0 0 (null))
android_work: sent uevent USB_STATE=CONNECTED
android_work: sent uevent USB_STATE=DISCONNECTED
android_work: sent uevent USB_STATE=CONNECTED
android_work: sent uevent USB_STATE=DISCONNECTED
elan - Read Hello Packet Failed
elan-touch: probe of 0-0010 failed with error -22
i2c-core: driver [isl29023] using legacy suspend method
i2c-core: driver [isl29023] using legacy resume method
using rtc device, snvs_rtc, for alarms
snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc0
android_work: sent uevent USB_STATE=CONNECTED
android_work: sent uevent USB_STATE=DISCONNECTED
i2c /dev entries driver
Linux video capture interface: v2.00
android_work: sent uevent USB_STATE=CONNECTED
android_work: sent uevent USB_STATE=DISCONNECTED
ov5640_read_reg:write reg error:reg=300a
camera ov5640 is not found
pxp-v4l2 pxp-v4l2: initialized
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.1.0)
max8903-charger max8903-charger.0: No valid power sources.
max8903-charger: probe of max8903-charger.0 failed with error -22
i2c-core: driver [mag3110] using legacy suspend method
i2c-core: driver [mag3110] using legacy resume method
imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Bluetooth: Virtual HCI driver ver 1.3
Bluetooth: HCI UART driver ver 2.2
Bluetooth: HCIATH3K protocol initialized
Bluetooth: Generic Bluetooth USB driver ver 0.6
usbcore: registered new interface driver btusb
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
mmc0: SDHCI controller on platform [sdhci-esdhc-imx.1] using DMA
android_work: sent uevent USB_STATE=CONNECTED
mmc1: SDHCI controller on platform [sdhci-esdhc-imx.0] using DMA
android_work: sent uevent USB_STATE=DISCONNECTED
sdhci sdhci-esdhc-imx.2: no write-protect pin available!
mmc2: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA
Galcore version 4.6.9.9754
revserved_memory_account:viv_gpu registerd
Thermal calibration data is 0x5985105f
Thermal sensor with ratio = 186
Anatop Thermal registered as thermal_zone0
anatop_thermal_probe: default cooling device is cpufreq!
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
android_work: sent uevent USB_STATE=CONNECTED
logger: created 256K log 'log_main'
logger: created 256K log 'log_events'
logger: created 256K log 'log_radio'
logger: created 256K log 'log_system'
usbcore: registered new interface driver snd-usb-audio
mxc_spdif mxc_spdif.0: MXC SPDIF Audio
Cirrus Logic CS42888 ALSA SoC Codec Driver
i2c-core: driver [cs42888] using legacy suspend method
i2c-core: driver [cs42888] using legacy resume method
mmc0: new high speed DDR MMC card at address 0001
mmcblk0: mmc0:0001 004GE0 3.68 GiB
mmcblk0boot0: mmc0:0001 004GE0 partition 1 2.00 MiB
mmcblk0boot1: mmc0:0001 004GE0 partition 2 2.00 MiB
wm8962 1-001a: Failed to get supply 'DCVDD': -19
wm8962 1-001a: Failed to request supplies: -19
wm8962 1-001a: asoc: failed to probe CODEC wm8962.1-001a: -19
asoc: failed to instantiate card wm8962-audio: -19
imx_3stack asoc driver
mmcblk0: p1 p2 p3 < p5 p6 p7 p8 > p4
mmcblk0: p4 size 5554176 extends beyond EOD,
asoc: mxc-spdif <-> imx-spdif-dai.0 mapping ok
truncated
Initialize HDMI-audio failed. Load HDMI-video first!
ALSA device list:
#0: imx-spdif
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (7150 buckets, 28600 max)
ctnetlink v0.93: registering with nfnetlink.
NF_TPROXY: Transparent proxy support initialized, version 4.1.0
NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
mmcblk0boot1: unknown partition table
xt_time: kernel timezone is -0000
IPv4 over IPv4 tunneling driver
mmcblk0boot0: unknown partition table
GRE over IPv4 demultiplexor driver
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
can: controller area network core (rev 20090105 abi 8)
NET: Registered protocol family 29
can: raw protocol (rev 20090105)
can: broadcast manager protocol (rev 20090105 t)
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
L2TP core driver, V2.0
PPPoL2TP kernel driver, V2.0
L2TP IP encapsulation support (L2TPv3)
L2TP netlink interface
L2TP ethernet pseudowire support (L2TPv3)
lib80211: common routines for IEEE802.11 drivers
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
Bus freq driver module loaded
Bus freq driver Enabled
mxc_dvfs_core_probe
DVFS driver module loaded
regulator_init_complete: SPKVDD: incomplete constraints, leaving on
snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)
Freeing init memory: 208K
adb_open
android_work: sent uevent USB_STATE=DISCONNECTED
android_work: sent uevent USB_STATE=CONNECTED
root@evk_6sl:/ # android_work: sent uevent USB_STATE=DISCONNECTED
android_work: sent uevent USB_STATE=CONNECTED
android_usb gadget: high speed config #1: android
android_work: sent uevent USB_STATE=CONFIGURED
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
warning: `zygote' uses 32-bit capabilities (legacy support in use)
request_suspend_state: wakeup (3->0) at 14719999503 (1970-01-02 00:00:02.592124916 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 2370:2384 transaction failed 29189, size 96-0
binder: 2370:2431 transaction failed 29189, size 2528-8
binder: 2370:2383 transaction failed 29189, size 96-0
binder: release 2370:2370 transaction 2866 in, still active
binder: send failed reply for transaction 2866 to 2573:2573
binder: release 2370:2649 transaction 2873 in, still active
binder: send failed reply for transaction 2873 to 2633:2633
binder: send failed reply for transaction 2874 to 2600:2600
binder: send failed reply for transaction 2875 to 2616:2616
binder: 2600:2600 transaction failed 29189, size 3544-4
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: 2616:2616 transaction failed 29189, size 3576-4
binder: 2633:2633 transaction failed 29189, size 3508-4
binder: 2482:2482 transaction failed 29189, size 64-0
request_suspend_state: wakeup (0->0) at 21120414130 (1970-01-02 00:00:08.992539126 UTC)
init: untracked pid 2096 exited
init: untracked pid 2101 exited
init: untracked pid 2482 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 28191407338 (1970-01-02 00:00:16.063532668 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 2865:2926 transaction failed 29189, size 2252-8
binder: 2865: binder_alloc_buf failed to map pages in userspace, no vma
binder: 3103:3103 transaction failed 29201, size 4336-4
binder: release 2865:3042 transaction 5176 in, still active
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 5176 to 2977:2977
alarm_release: clear alarm, pending 0
binder: release 2865:3044 transaction 5353 in, still active
binder: send failed reply for transaction 5353 to 3117:3117
binder: 2977:2977 transaction failed 29189, size 208-0
binder: 3117:3117 transaction failed 29189, size 1892-4
binder: 2977:2977 transaction failed 29189, size 4324-4
init: untracked pid 2977 exited
init: untracked pid 3117 exited
request_suspend_state: wakeup (0->0) at 33170253424 (1970-01-02 00:00:21.042378878 UTC)
init: untracked pid 2652 exited
init: untracked pid 2653 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 44590550257 (1970-01-02 00:00:32.462675837 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 3389:3403 transaction failed 29189, size 96-0
binder: 3389:3402 transaction failed 29189, size 100-0
binder: 3389:3403 transaction failed 29189, size 96-0
binder: 3389: binder_alloc_buf failed to map pages in userspace, no vma
binder: 3675:3675 transaction failed 29201, size 5148-24
binder: release 3389:3582 transaction 8891 in, still active
binder: send failed reply for transaction 8891 to 3530:3530
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 9031 to 3656:3656
binder: send failed reply for transaction 9035 to 3675:3675
binder: 3530:3530 transaction failed 29189, size 208-0
binder: 3656:3656 transaction failed 29189, size 3612-4
binder: 3530:3530 transaction failed 29189, size 4324-4
init: untracked pid 3656 exited
request_suspend_state: wakeup (0->0) at 54532751509 (1970-01-02 00:00:42.404876922 UTC)
init: untracked pid 3133 exited
init: untracked pid 3530 exited
init: untracked pid 3132 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 66558947842 (1970-01-02 00:00:54.431073214 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 3946:3960 transaction failed 29189, size 96-0
binder: 3946:4027 transaction failed 29189, size 2252-8
binder: 3946: binder_alloc_buf failed to map pages in userspace, no vma
binder: 4173:4173 transaction failed 29201, size 4576-4
binder: release 3946:3946 transaction 12858 in, still active
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 12858 to 4090:4090
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 12892 to 4256:4256
binder: send failed reply for transaction 12903 to 4268:4268
binder: 4090:4090 transaction failed 29189, size 208-0
binder: 4090:4090 transaction failed 29189, size 4324-4
request_suspend_state: wakeup (0->0) at 77070561011 (1970-01-02 00:01:04.942686716 UTC)
init: untracked pid 3694 exited
init: untracked pid 4090 exited
init: untracked pid 4268 exited
init: untracked pid 3693 exited
init: untracked pid 4256 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 89579861263 (1970-01-02 00:01:17.451986634 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 4539:4553 transaction failed 29189, size 96-0
binder: release 4539:4769 transaction 16593 in, still active
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 16593 to 4679:4679
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 17404 to 4930:4930
binder: send failed reply for transaction 17409 to 4841:4879
binder: send failed reply for transaction 17414 to 4945:4945
binder: send failed reply for transaction 17417 to 4875:4927
binder: send failed reply for transaction 17424 to 4856:4926
binder: send failed reply for transaction 17460 to 4889:4889
binder: 4679:4679 transaction failed 29189, size 208-0
binder: 4875:4927 transaction failed 29189, size 80-0
binder: 4930:4930 transaction failed 29189, size 3516-4
request_suspend_state: wakeup (0->0) at 101650569721 (1970-01-02 00:01:29.522695176 UTC)
binder: 4679:4679 transaction failed 29189, size 4324-4
init: untracked pid 4287 exited
init: untracked pid 4889 exited
init: untracked pid 4286 exited
init: untracked pid 4679 exited
init: untracked pid 4875 exited
init: untracked pid 4930 exited
init: untracked pid 4945 exited
init: untracked pid 4841 exited
init: untracked pid 4856 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 113864327348 (1970-01-02 00:01:41.736452720 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 5211:5287 transaction failed 29189, size 2528-8
binder: 5211:5225 transaction failed 29189, size 96-0
binder: release 5211:5492 transaction 21041 in, still active
binder: send failed reply for transaction 21041 to 5354:5354
alarm_release: clear alarm, pending 0
binder: 5354:5354 transaction failed 29189, size 208-0
alarm_release: clear alarm, pending 0
binder: 5439:5439 transaction failed 29189, size 96-0
binder: 5514:5514 transaction failed 29189, size 5148-24
request_suspend_state: wakeup (0->0) at 123660539725 (1970-01-02 00:01:51.532664888 UTC)
init: untracked pid 4962 exited
init: untracked pid 4963 exited
init: untracked pid 5354 exited
init: untracked pid 5439 exited
init: untracked pid 5514 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 135890116975 (1970-01-02 00:02:03.762242722 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 5782:5796 transaction failed 29189, size 96-0
binder: 5782:5796 transaction failed 29189, size 96-0
binder: 5782: binder_alloc_buf, no vma
binder: 6103:6103 transaction failed 29201, size 5148-24
binder: release 5782:5797 transaction 25191 out, still active
binder: release 5782:5997 transaction 24779 in, still active
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 24779 to 5922:5922
binder: 6021:6021 transaction failed 29189, size 96-0
binder: 6103:6103 transaction failed 29189, size 116-4
binder: 5922:5922 transaction failed 29189, size 208-0
binder: 2098:2173 transaction failed 29189, size 4-0
binder: send failed reply for transaction 25191, target dead
binder: 5922:5922 transaction failed 29189, size 4324-4
binder: 6021:6021 transaction failed 29189, size 5812-4
init: untracked pid 6021 exited
request_suspend_state: wakeup (0->0) at 146930355727 (1970-01-02 00:02:14.802481140 UTC)
init: untracked pid 5533 exited
init: untracked pid 5534 exited
init: untracked pid 5922 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 159198282062 (1970-01-02 00:02:27.070406517 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 6373:6387 transaction failed 29189, size 96-0
binder: 6373:6386 transaction failed 29189, size 100-0
binder: 6373:6387 transaction failed 29189, size 96-0
binder: release 6373:6373 transaction 29067 in, still active
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 29067 to 6629:6629
alarm_release: clear alarm, pending 0
binder: release 6373:6385 transaction 29066 in, still active
binder: send failed reply for transaction 29066 to 6513:6513
binder: release 6373:6655 transaction 28776 in, still active
binder: send failed reply for transaction 28776 to 6611:6611
binder: send failed reply for transaction 29068 to 6667:6667
binder: send failed reply for transaction 29077 to 6690:6690
binder: 6667:6667 transaction failed 29189, size 4356-4
binder: 6629:6629 transaction failed 29189, size 116-4
binder: 6513:6513 transaction failed 29189, size 4400-4
init: untracked pid 6667 exited
init: untracked pid 6629 exited
request_suspend_state: wakeup (0->0) at 169546955271 (1970-01-02 00:02:37.419080892 UTC)
init: untracked pid 6121 exited
init: untracked pid 6513 exited
init: untracked pid 6120 exited
init: untracked pid 6690 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 181812967773 (1970-01-02 00:02:49.685093061 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: release 6957:6957 transaction 32734 in, still active
binder: send failed reply for transaction 32734 to 7242:7242
binder: release 6957:6968 transaction 32724 in, still active
binder: send failed reply for transaction 32724 to 7178:7178
binder: release 6957:7125 transaction 32722 in, still active
binder: send failed reply for transaction 32722 to 7097:7097
binder: 7178:7178 transaction failed 29189, size 96-0
binder: 7242:7242 transaction failed 29189, size 1892-4
binder: 7097:7097 transaction failed 29189, size 4392-4
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: 7178:7178 transaction failed 29189, size 5812-4
request_suspend_state: wakeup (0->0) at 191330300400 (1970-01-02 00:02:59.202425646 UTC)
init: untracked pid 6706 exited
init: untracked pid 6707 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 203618974276 (1970-01-02 00:03:11.491099773 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 7512:7526 transaction failed 29189, size 96-0
binder: 7512:7589 transaction failed 29189, size 2252-8
binder: 7512: binder_alloc_buf, no vma
binder: 7730:7730 transaction failed 29201, size 96-0
binder: release 7512:7512 transaction 36288 in, still active
binder: send failed reply for transaction 36288 to 7652:7652
alarm_release: clear alarm, pending 0
binder: release 7512:7728 transaction 36424 in, still active
binder: send failed reply for transaction 36424 to 7770:7770
binder: release 7512:7794 transaction 36402 in, still active
binder: send failed reply for transaction 36402 to 7750:7750
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 36433 to 7809:7809
binder: 7652:7652 transaction failed 29189, size 208-0
binder: 7730:7730 transaction failed 29189, size 3612-4
binder: 7652:7652 transaction failed 29189, size 4324-4
binder: 7770:7770 transaction failed 29189, size 4336-4
request_suspend_state: wakeup (0->0) at 213470428902 (1970-01-02 00:03:21.342554440 UTC)
init: untracked pid 7260 exited
init: untracked pid 7259 exited
init: untracked pid 7652 exited
init: untracked pid 7809 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
request_suspend_state: wakeup (0->0) at 225968391404 (1970-01-02 00:03:33.840516525 UTC)
eth0: no PHY, assuming direct connection to switch
PHY 0:00 not found
eth0: could not attach to PHY
acc_open
acc_release
binder: 8082:8158 transaction failed 29189, size 2528-8
binder: 8082:8095 transaction failed 29189, size 96-0
<6>binder: release 8082:8093 transaction 40495 in, still active
binder: send failed reply for transaction 40495 to 8227:8227
binder: release 8082:8339 transaction 40487 out, still active
binder: send failed reply for transaction 40510 to 8354:8384
binder: send failed reply for transaction 40504 to 8401:8401
binder: send failed reply for transaction 40505 to 8411:8411
binder: send failed reply for transaction 40511 to 8354:8439
binder: send failed reply for transaction 40517 to 8354:8354
alarm_release: clear alarm, pending 0
alarm_release: clear alarm, pending 0
binder: send failed reply for transaction 40522 to 8340:8418
binder: send failed reply for transaction 40554 to 8367:8367
binder: 8227:8227 transaction failed 29189, size 208-0
binder: 8227:8227 transaction failed 29189, size 4324-4
binder: 8354:8384 transaction failed 29189, size 180-0
binder: 8354:8384 transaction failed 29189, size 8-0
binder: send failed reply for transaction 40487, target dead
binder: 8411:8411 transaction failed 29189, size 3568-4
binder: 8367:8367 transaction failed 29189, size 3612-4
binder: 8401:8401 transaction failed 29189, size 3500-4
request_suspend_state: wakeup (0->0) at 236280736362 (1970-01-02 00:03:44.152861984 UTC)
init: untracked pid 7830 exited
init: untracked pid 7829 exited
init: untracked pid 8340 exited
init: untracked pid 8354 exited
ERROR: v4l2 capture: Internal error, cam_data not found!
ERROR: v4l2 capture: Internal error, cam_data not found!
CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.4 | VT102 | Offline
i'm forwward answer soon from you, thank!