Mehrere Activitys mit buttons verknüpfen(funzt net)

  • Antworten:17
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 17:23:35 via Website

Ich wollte ein Menü mit mehreren Untermenüs bei einem Spiel erstellen die man mit einem hin und zurück button hin und her switchen kann.
Hab das hier schon gemacht :

Die Activitys angemeldet
Die Layouts gestaltet
Den Buttons ne Id gegeben
Die Buttons eingefügt

Hier ist der Code des ersten Menüs:package com.example.aoeeins;
(Code)

1package com.example.aoeeins;
2
3import android.app.Activity;
4import android.content.Intent;
5import android.os.Bundle;
6import android.view.Menu;
7import android.view.View;
8import android.view.View.OnClickListener;
9import android.widget.Button;
10
11public class StartActivity extends Activity implements OnClickListener{
12 private Button optionen;
13 private Button einzelspieler;
14 private Button hilfe;
15 private Button mehrspieler;
16 private Button online;
17 @Override
18 protected void onCreate(Bundle savedInstanceState) {
19 super.onCreate(savedInstanceState);
20 setContentView(R.layout.activity_start);
21
22
23 optionen = (Button) findViewById(R.id.Optionen);
24 optionen.setOnClickListener(this);
25
26 einzelspieler = (Button) findViewById(R.id.Einzelspieler);
27 einzelspieler.setOnClickListener(this);
28
29 hilfe = (Button) findViewById(R.id.Hilfe);
30 hilfe.setOnClickListener(this);
31
32 mehrspieler = (Button) findViewById(R.id.Mehrspieler);
33 mehrspieler.setOnClickListener(this);
34
35 online = (Button) findViewById(R.id.Online);
36 online.setOnClickListener(this);
37 }
38 @Override
39 public boolean onCreateOptionsMenu(Menu menu) {
40 getMenuInflater().inflate(R.menu.start, menu);
41 return true;
42 }
43 @Override
44 public void onClick(View v) {
45 int ce = v.getId();
46if (ce == R.id.Optionen){
47 Intent optionen = new Intent(StartActivity.this, OptionenActivity.class);
48 startActivity(optionen);
49 }
50
51 else if (ce == R.id.Einzelspieler){
52 Intent einzelspieler = new Intent(StartActivity.this, einzelspielerActivity.class);
53 startActivity(einzelspieler);
54 }
55
56 else if (ce == R.id.Hilfe){
57 Intent hilfe = new Intent(StartActivity.this, HilfeActivity.class);
58 startActivity(hilfe);
59 }
60
61 else if(ce == R.id.Mehrspieler){
62 Intent mehrspieler = new Intent(StartActivity.this, mehrspielerActivity.class);
63 startActivity(mehrspieler);
64 }
65
66 else if (ce == R.id.Online){
67 Intent online = new Intent(StartActivity.this, onlineActivity.class);
68 startActivity(online);
69 }
70}
71}


Und hier einer der Untemenüs (Die sind alle gleich bis auf die Namen) :
package com.example.aoeeins;

1import android.app.Activity;
2import android.os.Bundle;
3import android.view.View;
4import android.view.View.OnClickListener;
5import android.widget.Button;
6
7public class HilfeActivity extends Activity implements OnClickListener {
8 private Button Hilfezurueck;
9 @Override
10 protected void onCreate(Bundle savedInstanceState) {
11 super.onCreate(savedInstanceState);
12 setContentView(R.layout.activity_hilfe);
13 Hilfezurueck = (Button) findViewById(R.id.Hilfezurueck);
14 Hilfezurueck.setOnClickListener(this);
15
16 }
17
18 @Override
19 public void onClick(View v) {
20 finish();
21
22 }
23}

Nur blöderweise kann ich die App nicht mal starten...
Würde mich über hilfe von profis sehr freuen :grin:

— geändert am 12.12.2013, 16:22:25

Antworten
Andy N.
  • Forum-Beiträge: 22.375

11.12.2013, 18:37:39 via App

Hallo und herzlich willkommen bei uns im Forum,

Ich habe deinen Thread mal in unseren Developer-Bereich verschoben, da bekommst du sicher schneller eine Antwort.

Viele Grüße,
Andy


OnePlus 3 (Resurrection Remix 5.8.2)
LG G Watch

Regeln | unsere Mods & Admins

Jmonkey Einundvierzig

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 18:44:46 via Website

Danke :V

Antworten
impjor
  • Forum-Beiträge: 1.793

11.12.2013, 21:02:11 via App

Hi!

Bitte benutze in Zukunft die Code-Tags: Code zwischen (code) und (/code) (eckicke [] statt runde Klammern).
Das Forum hat zwar besch..eidene Codeformatierung, aber wenigstens Zeilennummern.

Bitte schreibe Namen von Variablen camelCase also zuerst klein, dann jedes neue "Wort" groß.

Deine if()-Strucktur kannst du auch zu einer if() if else() -Stricktur umbauen.

Sonst muss jeder if-Zweig geprüft werden, obwohl der richtige schon gefunden wurde.




Warum startet denn die App nicht? Fehler in Eclipse? (rot unterstrichen)

App stürzt einfach so ab? => Dann LogCat ansehen.

LG

Liebe Grüße impjor.

Für ein gutes Miteinander: Unsere Regeln
Apps für jeden Einsatzzweck
Stellt eure App vor!

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 21:04:46 via Website

Danke wegen den Code tipps!
Aber in Eclipse wir nichts rot markiert und wenn ich die app aufs handy lade, das icon anklicke dann hängt er sich kurz auf und sagt dann App "angehalten"

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 21:27:18 via Website

Jetzt stehen da auch massig fehler in eclipse hab sie mal unterstrichen und fet gemacht

Antworten
impjor
  • Forum-Beiträge: 1.793

11.12.2013, 21:35:02 via App

Da haben wir aber ordentlich aneinander vorbei geredet :D

Dein Code war (syntaktisch) vollkommen korrekt, bitte wieder ( statt [ und ) statt ] verwenden.

Ich meinte du solltest deinen Code nur hier für die Darstellung im Forum in [code]-Tags posten. (Diese mit eckigen Klammern).
Ich konnte nur nicht beide Tags schreiben, da ich diese dann ja selber verwenden würde...



Also sieh dir bitte das LogCat an, bei Fragen einfach das LogCat hier rein posten.

LG

Liebe Grüße impjor.

Für ein gutes Miteinander: Unsere Regeln
Apps für jeden Einsatzzweck
Stellt eure App vor!

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 21:57:37 via Website

Das Log Cat zeigt gar nichts an und ich kann das programmm auch nicht laufenlassen, wegen den Fehlern

Antworten
Pascal P.
  • Admin
  • Forum-Beiträge: 11.286

11.12.2013, 22:01:11 via App

Wegen welchen Fehlern?

LG Pascal //It's not a bug, it's a feature. :) ;)

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

11.12.2013, 22:03:47 via Website

Denen die ich im Syntax unterstrichen und fett markiert habe.
LG

Antworten
impjor
  • Forum-Beiträge: 1.793

11.12.2013, 22:04:31 via App

Hast du denn wieder runde Klammern eingesetzt??

Und bei deinen if - Abfragen fehlen geschweifte Klammern { }

LG

— geändert am 11.12.2013, 22:05:30

Liebe Grüße impjor.

Für ein gutes Miteinander: Unsere Regeln
Apps für jeden Einsatzzweck
Stellt eure App vor!

Antworten
Pascal P.
  • Admin
  • Forum-Beiträge: 11.286

11.12.2013, 22:05:12 via App

Du musst die Klammern wieder zu runden klammer ändern

LG Pascal //It's not a bug, it's a feature. :) ;)

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

12.12.2013, 16:36:10 via Website

Jetzt läuft das programm auch und der logcat sagt:
112-12 15:23:06.032: E/cutils(41): Failed to read /data/.layout_version: No such file or directory
212-12 15:23:08.102: E/SurfaceFlinger(37): hwcomposer module not found
312-12 15:23:08.152: E/Trace(37): error opening trace file: No such file or directory (2)
412-12 15:23:09.012: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
512-12 15:23:09.153: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
612-12 15:23:09.364: E/Trace(87): error opening trace file: No such file or directory (2)
712-12 15:23:17.453: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256
812-12 15:23:17.522: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256
912-12 15:23:17.522: E/Netd(34): Unable to bind netlink socket: No such file or directory
1012-12 15:23:17.522: E/Netd(34): Unable to open quota2 logging socket
11: E/(): Device disconnected: 1
12: E/(): Device disconnected
112-12 15:23:05.833: I/installd(41): installd firing up
212-12 15:23:05.912: I/qemu-props(33): connected to 'boot-properties' qemud service.
312-12 15:23:05.912: I/qemu-props(33): receiving..
412-12 15:23:05.912: I/qemu-props(33): received: dalvik.vm.heapsize=32m
512-12 15:23:05.992: I/DEBUG(35): debuggerd: Feb 13 2013 15:21:29
612-12 15:23:06.032: E/cutils(41): Failed to read /data/.layout_version: No such file or directory
712-12 15:23:06.032: D/installd(41): Upgrading /data/media for multi-user
812-12 15:23:06.093: I/qemu-props(33): receiving..
912-12 15:23:06.093: I/qemu-props(33): received: qemu.sf.lcd_density=240
1012-12 15:23:06.164: I/qemu-props(33): receiving..
1112-12 15:23:06.164: I/qemu-props(33): received: qemu.hw.mainkeys=1
1212-12 15:23:06.202: I/qemu-props(33): receiving..
1312-12 15:23:06.202: I/qemu-props(33): received: qemu.sf.fake_camera=none
1412-12 15:23:06.202: I/qemu-props(33): receiving..
1512-12 15:23:06.202: I/qemu-props(33): exiting (4 properties set).
1612-12 15:23:06.232: D/installd(41): Upgrading to shared /data/media/obb
1712-12 15:23:06.242: I/Vold(32): Vold 2.1 (the revenge) firing up
1812-12 15:23:06.352: D/Vold(32): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
1912-12 15:23:06.483: I/Netd(34): Netd 1.0 starting
2012-12 15:23:06.483: W/InterfaceController(34): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
2112-12 15:23:07.122: D/Vold(32): Volume sdcard state changing 0 (No-Media) -> 1 (Idle-Unmounted)
2212-12 15:23:07.422: I/SurfaceFlinger(37): SurfaceFlinger is starting
2312-12 15:23:07.492: I/SurfaceFlinger(37): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
2412-12 15:23:07.492: D/libEGL(37): Emulator without GPU support detected. Fallback to software renderer.
2512-12 15:23:07.542: D/libEGL(37): loaded /system/lib/egl/libGLES_android.so
2612-12 15:23:07.792: D/gralloc_goldfish(37): Emulator without GPU emulation detected.
2712-12 15:23:07.842: I/gralloc(37): using (fd=13)
2812-12 15:23:07.842: I/gralloc(37): id =
2912-12 15:23:07.842: I/gralloc(37): xres = 480 px
3012-12 15:23:07.842: I/gralloc(37): yres = 800 px
3112-12 15:23:07.842: I/gralloc(37): xres_virtual = 480 px
3212-12 15:23:07.842: I/gralloc(37): yres_virtual = 1600 px
3312-12 15:23:07.842: I/gralloc(37): bpp = 16
3412-12 15:23:07.842: I/gralloc(37): r = 11:5
3512-12 15:23:07.842: I/gralloc(37): g = 5:6
3612-12 15:23:07.842: I/gralloc(37): b = 0:5
3712-12 15:23:08.052: I/gralloc(37): width = 74 mm (164.756760 dpi)
3812-12 15:23:08.052: I/gralloc(37): height = 123 mm (165.203247 dpi)
3912-12 15:23:08.052: I/gralloc(37): refresh rate = 260.42 Hz
4012-12 15:23:08.102: E/SurfaceFlinger(37): hwcomposer module not found
4112-12 15:23:08.102: W/SurfaceFlinger(37): getting VSYNC period from fb HAL: 3840010
4212-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
4312-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
4412-12 15:23:08.152: W/SurfaceFlinger(37): no suitable EGLConfig found, trying with 16-bit color allowed
4512-12 15:23:08.152: W/SurfaceFlinger(37): EGL_SLOW_CONFIG selected!
4612-12 15:23:08.152: E/Trace(37): error opening trace file: No such file or directory (2)
4712-12 15:23:08.272: I/SurfaceFlinger(37): EGL informations:
4812-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
4912-12 15:23:08.272: I/SurfaceFlinger(37): version : 1.4 Android META-EGL
5012-12 15:23:08.272: I/SurfaceFlinger(37): extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
5112-12 15:23:08.272: I/SurfaceFlinger(37): Client API: OpenGL_ES
5212-12 15:23:08.272: I/SurfaceFlinger(37): EGLSurface: 5-6-5-0, config=0x0
5312-12 15:23:08.272: I/SurfaceFlinger(37): OpenGL ES informations:
5412-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
5512-12 15:23:08.272: I/SurfaceFlinger(37): renderer : Android PixelFlinger 1.4
5612-12 15:23:08.272: I/SurfaceFlinger(37): version : OpenGL ES-CM 1.0
5712-12 15:23:08.272: I/SurfaceFlinger(37): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
5812-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_TEXTURE_SIZE = 4096
5912-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
6012-12 15:23:08.272: W/SurfaceFlinger(37): power module not found
6112-12 15:23:08.332: D/SurfaceFlinger(37): Screen acquired, type=0 flinger=0x2a007318
6212-12 15:23:09.012: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
6312-12 15:23:09.122: D/AndroidRuntime(38): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
6412-12 15:23:09.122: D/AndroidRuntime(38): CheckJNI is ON
6512-12 15:23:09.153: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
6612-12 15:23:09.162: D/libEGL(87): Emulator without GPU support detected. Fallback to software renderer.
6712-12 15:23:09.202: D/libEGL(87): loaded /system/lib/egl/libGLES_android.so
6812-12 15:23:09.364: E/Trace(87): error opening trace file: No such file or directory (2)
6912-12 15:23:09.472: D/gralloc_goldfish(87): Emulator without GPU emulation detected.
7012-12 15:23:09.702: I/mediaserver(40): ServiceManager: 0x2a008e30
7112-12 15:23:09.732: I/AudioFlinger(40): Using default 3000 mSec as standby time.
7212-12 15:23:09.762: I/CameraService(40): CameraService started (pid=40)
7312-12 15:23:09.872: D/dalvikvm(38): Trying to load lib libjavacore.so 0x0
7412-12 15:23:09.942: D/dalvikvm(38): Added shared lib libjavacore.so 0x0
7512-12 15:23:10.242: D/dalvikvm(38): Trying to load lib libnativehelper.so 0x0
7612-12 15:23:10.242: D/dalvikvm(38): Added shared lib libnativehelper.so 0x0
7712-12 15:23:10.252: D/EmulatedCamera_QemuClient(40): Emulated camera list:
7812-12 15:23:10.312: I/AudioPolicyManagerBase(40): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
7912-12 15:23:10.323: I/AudioFlinger(40): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1
8012-12 15:23:10.382: I/AudioFlinger(40): HAL output buffer size 1024 frames, normal mix buffer size 1024 frames
8112-12 15:23:10.432: I/AudioMixer(40): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
8212-12 15:23:10.462: I/ARMAssembler(87): generated scanline__00000077:03010102_00000A01_00000000 [ 9 ipp] (30 ins) at [0x40c101f0:0x40c10268] in 7769494 ns
8312-12 15:23:10.482: I/AudioFlinger(40): Using module 1 has the primary audio interface
8412-12 15:23:10.482: D/AudioHardwareInterface(40): setMode(NORMAL)
8512-12 15:23:10.482: I/AudioFlinger(40): AudioFlinger's thread 0x2a00a508 ready to run
8612-12 15:23:10.482: W/AudioFlinger(40): Thread AudioOut_2 cannot connect to the power manager service
8712-12 15:23:10.502: I/AudioPolicyService(40): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
8812-12 15:23:10.502: I/ARMAssembler(87): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x40c10270:0x40c10340] in 4926605 ns
8912-12 15:23:15.592: I/SamplingProfilerIntegration(38): Profiling disabled.
9012-12 15:23:15.812: I/Zygote(38): Preloading classes...
9112-12 15:23:15.892: D/dalvikvm(38): GC_EXPLICIT freed 36K, 9% free 419K/460K, paused 2ms+9ms, total 60ms
9212-12 15:23:16.222: D/dalvikvm(38): GC_EXPLICIT freed 3K, 5% free 487K/512K, paused 13ms+1ms, total 51ms
9312-12 15:23:16.393: D/dalvikvm(38): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods
9412-12 15:23:16.582: D/dalvikvm(38): GC_EXPLICIT freed 21K, 5% free 526K/552K, paused 1ms+1ms, total 50ms
9512-12 15:23:16.912: D/dalvikvm(38): GC_EXPLICIT freed 27K, 6% free 554K/584K, paused 1ms+22ms, total 50ms
9612-12 15:23:16.962: W/Zygote(38): Class not found for preloading: android.bluetooth.BluetoothAudioGateway
9712-12 15:23:16.983: W/Zygote(38): Class not found for preloading: android.bluetooth.HeadsetBase
9812-12 15:23:17.002: W/Zygote(38): Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread
9912-12 15:23:17.153: D/dalvikvm(38): GC_EXPLICIT freed 23K, 5% free 603K/632K, paused 1ms+1ms, total 38ms
10012-12 15:23:17.453: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256
10112-12 15:23:17.522: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256
10212-12 15:23:17.522: E/Netd(34): Unable to bind netlink socket: No such file or directory
10312-12 15:23:17.522: E/Netd(34): Unable to open quota2 logging socket
10412-12 15:23:17.532: D/MDnsDS(34): MDnsSdListener::Hander starting up
10512-12 15:23:17.542: D/MDnsDS(34): MDnsSdListener starting to monitor
10612-12 15:23:17.542: D/MDnsDS(34): Going to poll with pollCount 1
10712-12 15:23:17.642: D/dalvikvm(38): GC_EXPLICIT freed 26K, 5% free 631K/660K, paused 1ms+1ms, total 33ms
10812-12 15:23:18.313: D/dalvikvm(38): GC_EXPLICIT freed 60K, 8% free 722K/784K, paused 4ms+1ms, total 22ms
10912-12 15:23:18.903: D/dalvikvm(38): GC_EXPLICIT freed 31K, 5% free 748K/784K, paused 2ms+2ms, total 19ms
11012-12 15:23:19.133: D/TextLayoutCache(38): Using debug level = 0 - Debug Enabled = 0
11112-12 15:23:19.333: D/dalvikvm(38): GC_EXPLICIT freed 18K, 3% free 784K/808K, paused 23ms+2ms, total 46ms
11212-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11312-12 15:23:19.673: D/MtpDeviceJNI(38): register_android_mtp_MtpDevice
11412-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11512-12 15:23:19.683: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11612-12 15:23:19.823: D/dalvikvm(38): GC_EXPLICIT freed 15K, 2% free 827K/844K, paused 16ms+1ms, total 39ms
11712-12 15:23:20.633: D/dalvikvm(38): GC_FOR_ALLOC freed 218K, 17% free 1120K/1340K, paused 34ms, total 35ms
11812-12 15:23:21.323: D/dalvikvm(38): GC_EXPLICIT freed 261K, 18% free 1273K/1540K, paused 2ms+2ms, total 69ms
11912-12 15:23:21.703: D/dalvikvm(38): GC_EXPLICIT freed 30K, 16% free 1299K/1540K, paused 3ms+2ms, total 75ms
12012-12 15:23:21.862: D/dalvikvm(38): GC_EXPLICIT freed 11K, 13% free 1355K/1540K, paused 2ms+6ms, total 66ms
12112-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothA2dpService
12212-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothEventLoop
12312-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothService
12412-12 15:23:22.502: D/TelephonyManager(38): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied)
12512-12 15:23:22.502: D/TelephonyManager(38): /proc/cmdline=
12612-12 15:23:22.734: D/dalvikvm(38): GC_EXPLICIT freed 29K, 10% free 1417K/1572K, paused 9ms+5ms, total 93ms
12712-12 15:23:23.382: D/dalvikvm(38): GC_EXPLICIT freed 48K, 3% free 1698K/1748K, paused 5ms+15ms, total 109ms
12812-12 15:23:23.472: W/Zygote(38): Class not found for preloading: android.util.LocaleUtil
12912-12 15:23:23.782: D/dalvikvm(38): GC_EXPLICIT freed 36K, 3% free 1732K/1776K, paused 17ms+3ms, total 88ms
13012-12 15:23:24.064: D/dalvikvm(38): GC_EXPLICIT freed 31K, 3% free 1755K/1792K, paused 4ms+20ms, total 88ms
13112-12 15:23:24.202: W/Zygote(38): Class not found for preloading: android.view.ViewRootImpl$ResizedInfo
13212-12 15:23:24.222: W/Zygote(38): Class not found for preloading: android.view.Window$LocalWindowManager
13312-12 15:23:24.242: W/Zygote(38): Class not found for preloading: android.view.WindowManagerImpl$CompatModeWrapper
13412-12 15:23:24.362: D/dalvikvm(38): GC_EXPLICIT freed 30K, 2% free 1779K/1812K, paused 12ms+13ms, total 96ms
13512-12 15:23:25.823: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
13612-12 15:23:25.832: D/dalvikvm(38): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
13712-12 15:23:26.152: D/dalvikvm(38): GC_EXPLICIT freed 21K, 2% free 1811K/1836K, paused 5ms+4ms, total 109ms
13812-12 15:23:26.832: D/dalvikvm(38): GC_EXPLICIT freed 26K, 2% free 1839K/1868K, paused 10ms+7ms, total 95ms
13912-12 15:23:27.342: D/dalvikvm(38): GC_EXPLICIT freed 29K, 2% free 1870K/1904K, paused 4ms+5ms, total 85ms
14012-12 15:23:27.512: D/dalvikvm(38): WAIT_FOR_CONCURRENT_GC blocked 1ms
14112-12 15:23:27.602: D/dalvikvm(38): GC_EXPLICIT freed 27K, 2% free 1897K/1928K, paused 4ms+4ms, total 89ms
14212-12 15:23:27.922: D/dalvikvm(38): GC_EXPLICIT freed 32K, 2% free 1931K/1968K, paused 6ms+5ms, total 86ms
14312-12 15:23:28.102: D/dalvikvm(38): GC_EXPLICIT freed 33K, 2% free 1951K/1988K, paused 4ms+5ms, total 85ms
14412-12 15:23:28.303: D/dalvikvm(38): GC_EXPLICIT freed 34K, 2% free 1973K/2012K, paused 13ms+4ms, total 95ms
14512-12 15:23:28.593: D/dalvikvm(38): GC_EXPLICIT freed 36K, 2% free 1993K/2032K, paused 5ms+14ms, total 103ms
14612-12 15:23:28.602: W/Zygote(38): Class not found for preloading: java.text.DecimalFormat$1
14712-12 15:23:28.862: D/dalvikvm(38): GC_EXPLICIT freed 41K, 3% free 2008K/2052K, paused 12ms+15ms, total 124ms
14812-12 15:23:28.872: W/Zygote(38): Class not found for preloading: java.util.concurrent.FutureTask$Sync
14912-12 15:23:28.912: W/Zygote(38): Class not found for preloading: java.util.concurrent.atomic.UnsafeAccess
15012-12 15:23:28.933: W/Zygote(38): Class not found for preloading: java.util.concurrent.locks.UnsafeAccess
15112-12 15:23:29.032: W/Zygote(38): Class not found for preloading: libcore.icu.ErrorCode
15212-12 15:23:31.922: I/System(38): Loaded time zone names for in 2883ms (2839ms in ICU)
15312-12 15:23:33.962: I/System(38): Loaded time zone names for en_US in 2041ms (2008ms in ICU)
15412-12 15:23:34.073: D/dalvikvm(38): GC_EXPLICIT freed 362K, 15% free 2101K/2468K, paused 8ms+5ms, total 105ms
15512-12 15:23:34.262: D/dalvikvm(38): GC_EXPLICIT freed 15K, 13% free 2162K/2468K, paused 12ms+5ms, total 106ms
15612-12 15:23:34.622: D/dalvikvm(38): GC_EXPLICIT freed 52K, 12% free 2194K/2468K, paused 17ms+19ms, total 120ms
15712-12 15:23:34.812: D/dalvikvm(38): GC_EXPLICIT freed 29K, 10% free 2221K/2468K, paused 5ms+10ms, total 97ms
15812-12 15:23:35.072: D/dalvikvm(38): GC_EXPLICIT freed 38K, 10% free 2237K/2468K, paused 5ms+5ms, total 155ms
15912-12 15:23:35.232: D/dalvikvm(38): WAIT_FOR_CONCURRENT_GC blocked 1ms
16012-12 15:23:35.342: D/dalvikvm(38): GC_EXPLICIT freed 32K, 9% free 2260K/2468K, paused 8ms+6ms, total 108ms
16112-12 15:23:35.412: I/Zygote(38): ...preloaded 2541 classes in 19595ms.
16212-12 15:23:35.532: D/dalvikvm(38): GC_EXPLICIT freed 23K, 9% free 2265K/2468K, paused 7ms+5ms, total 114ms
16312-12 15:23:35.532: I/Zygote(38): Preloading resources...
16412-12 15:23:35.642: W/Resources(38): Preloaded drawable resource #0x1080602 (android:drawable/toast_frame_holo) that varies with configuration!!
16512-12 15:23:35.673: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
16612-12 15:23:35.813: D/dalvikvm(38): GC_EXPLICIT freed 46K, 10% free 2273K/2516K, paused 7ms+19ms, total 133ms
16712-12 15:23:35.834: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
16812-12 15:23:35.843: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
16912-12 15:23:35.883: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
17012-12 15:23:35.903: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
17112-12 15:23:35.913: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
17212-12 15:23:36.042: D/dalvikvm(38): GC_EXPLICIT freed 52K, 10% free 2275K/2516K, paused 11ms+5ms, total 123ms
17312-12 15:23:36.073: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
17412-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
17512-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
17612-12 15:23:36.113: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
17712-12 15:23:36.143: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
17812-12 15:23:36.252: D/dalvikvm(38): GC_EXPLICIT freed 53K, 10% free 2275K/2516K, paused 5ms+11ms, total 105ms
17912-12 15:23:36.263: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
18012-12 15:23:36.273: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
18112-12 15:23:36.293: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
18212-12 15:23:36.323: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
18312-12 15:23:36.332: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
18412-12 15:23:36.443: D/dalvikvm(38): GC_EXPLICIT freed 53K, 10% free 2276K/2516K, paused 7ms+6ms, total 105ms
18512-12 15:23:36.472: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
18612-12 15:23:36.483: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
18712-12 15:23:36.513: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
18812-12 15:23:36.523: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
18912-12 15:23:36.574: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
19012-12 15:23:36.583: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
19112-12 15:23:36.613: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
19212-12 15:23:36.643: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
19312-12 15:23:36.664: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
19412-12 15:23:36.683: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
19512-12 15:23:36.692: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
19612-12 15:23:36.723: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
19712-12 15:23:36.754: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
19812-12 15:23:36.762: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
19912-12 15:23:36.772: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
20012-12 15:23:36.793: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
20112-12 15:23:36.813: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
20212-12 15:23:36.823: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
20312-12 15:23:36.844: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
20412-12 15:23:36.952: D/dalvikvm(38): GC_EXPLICIT freed 191K, 14% free 2282K/2636K, paused 5ms+7ms, total 108ms
20512-12 15:23:37.013: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
20612-12 15:23:37.024: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
20712-12 15:23:37.043: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
20812-12 15:23:37.073: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
20912-12 15:23:37.103: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
21012-12 15:23:37.113: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
21112-12 15:23:37.143: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
21212-12 15:23:37.174: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
21312-12 15:23:37.183: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
21412-12 15:23:37.192: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
21512-12 15:23:37.203: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
21612-12 15:23:37.233: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
21712-12 15:23:37.253: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
21812-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
21912-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
22012-12 15:23:37.433: D/dalvikvm(38): GC_EXPLICIT freed 153K, 14% free 2281K/2636K, paused 21ms+26ms, total 145ms
22112-12 15:23:37.453: W/Resources(38): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
22212-12 15:23:37.486: W/Resources(38): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
22312-12 15:23:37.523: W/Resources(38): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
22412-12 15:23:37.533: W/Resources(38): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
22512-12 15:23:37.585: W/Resources(38): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
22612-12 15:23:37.723: D/dalvikvm(38): GC_EXPLICIT freed 56K, 14% free 2279K/2636K, paused 13ms+5ms, total 137ms
22712-12 15:23:37.763: W/Resources(38): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
22812-12 15:23:37.773: W/Resources(38): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
22912-12 15:23:37.803: W/Resources(38): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
23012-12 15:23:37.825: W/Resources(38): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
23112-12 15:23:37.832: W/Resources(38): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
23212-12 15:23:37.973: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2280K/2636K, paused 5ms+8ms, total 127ms
23312-12 15:23:38.022: W/Resources(38): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
23412-12 15:23:38.043: W/Resources(38): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
23512-12 15:23:38.053: W/Resources(38): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
23612-12 15:23:38.062: W/Resources(38): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
23712-12 15:23:38.082: W/Resources(38): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
23812-12 15:23:38.212: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2281K/2636K, paused 5ms+5ms, total 115ms
23912-12 15:23:38.234: W/Resources(38): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
24012-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
24112-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
24212-12 15:23:38.292: W/Resources(38): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
24312-12 15:23:38.302: W/Resources(38): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
24412-12 15:23:38.442: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2282K/2636K, paused 7ms+14ms, total 132ms
24512-12 15:23:38.453: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
24612-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
24712-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
24812-12 15:23:38.512: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
24912-12 15:23:38.522: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
25012-12 15:23:38.552: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
25112-12 15:23:38.672: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2282K/2636K, paused 5ms+6ms, total 123ms
25212-12 15:23:38.702: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
25312-12 15:23:38.722: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
25412-12 15:23:38.732: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
25512-12 15:23:38.753: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
25612-12 15:23:38.772: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
25712-12 15:23:38.802: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
25812-12 15:23:38.812: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
25912-12 15:23:38.844: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
26012-12 15:23:38.862: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
26112-12 15:23:38.912: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
26212-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
26312-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
26412-12 15:23:39.072: D/dalvikvm(38): GC_EXPLICIT freed 101K, 14% free 2284K/2636K, paused 17ms+6ms, total 140ms
26512-12 15:23:39.102: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
26612-12 15:23:39.112: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
26712-12 15:23:39.132: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
26812-12 15:23:39.152: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
26912-12 15:23:39.174: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
27012-12 15:23:39.193: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
27112-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
27212-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
27312-12 15:23:39.352: D/dalvikvm(38): GC_EXPLICIT freed 66K, 14% free 2284K/2636K, paused 13ms+24ms, total 139ms
27412-12 15:23:39.392: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
27512-12 15:23:39.422: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
27612-12 15:23:39.443: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
27712-12 15:23:39.452: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
27812-12 15:23:39.482: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
27912-12 15:23:39.602: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2285K/2636K, paused 8ms+12ms, total 111ms
28012-12 15:23:39.622: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
28112-12 15:23:39.653: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
28212-12 15:23:39.682: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
28312-12 15:23:39.692: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
28412-12 15:23:39.723: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
28512-12 15:23:39.852: D/dalvikvm(38): GC_EXPLICIT freed 54K, 14% free 2286K/2636K, paused 22ms+7ms, total 121ms
28612-12 15:23:39.872: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
28712-12 15:23:39.907: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
28812-12 15:23:39.923: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
28912-12 15:23:39.942: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
29012-12 15:23:39.972: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
29112-12 15:23:40.042: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
29212-12 15:23:40.062: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
29312-12 15:23:40.102: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
29412-12 15:23:40.132: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
29512-12 15:23:40.152: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
29612-12 15:23:40.192: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
29712-12 15:23:40.212: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
29812-12 15:23:40.242: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
29912-12 15:23:40.262: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
30012-12 15:23:40.272: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
30112-12 15:23:40.432: D/dalvikvm(38): GC_EXPLICIT freed 150K, 14% free 2290K/2636K, paused 16ms+15ms, total 165ms
30212-12 15:23:40.452: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
30312-12 15:23:40.482: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
30412-12 15:23:40.512: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
30512-12 15:23:40.542: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
30612-12 15:23:40.562: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
30712-12 15:23:40.692: D/dalvikvm(38): GC_EXPLICIT freed 56K, 14% free 2287K/2636K, paused 5ms+7ms, total 126ms
30812-12 15:23:40.732: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
30912-12 15:23:40.762: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
31012-12 15:23:40.773: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
31112-12 15:23:40.802: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
31212-12 15:23:40.832: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
31312-12 15:23:40.952: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2288K/2636K, paused 12ms+7ms, total 117ms
31412-12 15:23:40.992: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
31512-12 15:23:41.022: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
31612-12 15:23:41.072: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
31712-12 15:23:41.092: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
31812-12 15:23:41.122: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
31912-12 15:23:41.162: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
32012-12 15:23:41.193: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
32112-12 15:23:41.212: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
32212-12 15:23:41.232: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
32312-12 15:23:41.252: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
32412-12 15:23:41.292: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
32512-12 15:23:41.313: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
32612-12 15:23:41.332: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
32712-12 15:23:41.362: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
32812-12 15:23:41.372: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
32912-12 15:23:41.522: D/dalvikvm(38): GC_EXPLICIT freed 150K, 14% free 2291K/2636K, paused 19ms+16ms, total 144ms
33012-12 15:23:41.532: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
33112-12 15:23:41.562: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
33212-12 15:23:41.582: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
33312-12 15:23:41.602: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
33412-12 15:23:41.632: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
33512-12 15:23:41.652: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
33612-12 15:23:41.802: D/dalvikvm(38): GC_EXPLICIT freed 58K, 14% free 2289K/2636K, paused 9ms+25ms, total 144ms
33712-12 15:23:41.822: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
33812-12 15:23:41.852: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
33912-12 15:23:41.872: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
34012-12 15:23:41.892: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
34112-12 15:23:41.912: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
34212-12 15:23:41.933: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
34312-12 15:23:42.053: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2290K/2636K, paused 23ms+6ms, total 120ms
34412-12 15:23:42.082: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
34512-12 15:23:42.103: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
34612-12 15:23:42.122: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
34712-12 15:23:42.132: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
34812-12 15:23:42.142: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
34912-12 15:23:42.173: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
35012-12 15:23:42.292: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2291K/2636K, paused 5ms+5ms, total 124ms
35112-12 15:23:42.312: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
35212-12 15:23:42.322: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
35312-12 15:23:42.362: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
35412-12 15:23:42.382: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
35512-12 15:23:42.392: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
35612-12 15:23:42.402: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
35712-12 15:23:42.432: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
35812-12 15:23:42.462: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
35912-12 15:23:42.472: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
36012-12 15:23:42.483: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
36112-12 15:23:42.534: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36212-12 15:23:42.542: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
36312-12 15:23:42.562: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
36412-12 15:23:42.573: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
36512-12 15:23:42.603: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
36612-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36712-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36812-12 15:23:42.795: D/dalvikvm(38): GC_EXPLICIT freed 148K, 13% free 2293K/2636K, paused 11ms+33ms, total 163ms
36912-12 15:23:42.933: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
37012-12 15:23:42.942: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
37112-12 15:23:42.962: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
37212-12 15:23:42.972: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
37312-12 15:23:43.022: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
37412-12 15:23:43.032: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
37512-12 15:23:43.042: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
37612-12 15:23:43.053: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
37712-12 15:23:43.062: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
37812-12 15:23:43.112: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
37912-12 15:23:43.123: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
38012-12 15:23:43.132: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
38112-12 15:23:43.142: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
38212-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
38312-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
38412-12 15:23:43.312: D/dalvikvm(38): GC_EXPLICIT freed 132K, 13% free 2293K/2636K, paused 19ms+8ms, total 124ms
38512-12 15:23:43.342: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
38612-12 15:23:43.372: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
38712-12 15:23:43.383: W/Resources(38): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
38812-12 15:23:43.402: W/Resources(38): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
38912-12 15:23:43.422: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
39012-12 15:23:43.442: W/Resources(38): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
39112-12 15:23:43.463: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
39212-12 15:23:43.482: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
39312-12 15:23:43.492: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39412-12 15:23:43.524: W/Resources(38): Preloaded drawable resource #0x10805cd (android:drawable/textfield_activated_holo_light) that varies with configuration!!
39512-12 15:23:43.544: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
39612-12 15:23:43.572: W/Resources(38): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
39712-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39812-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39912-12 15:23:43.762: D/dalvikvm(38): GC_EXPLICIT freed 122K, 13% free 2295K/2636K, paused 18ms+6ms, total 159ms
40012-12 15:23:43.782: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
40112-12 15:23:43.812: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
40212-12 15:23:43.822: W/Resources(38): Preloaded drawable resource #0x10805df (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
40312-12 15:23:43.862: W/Resources(38): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
40412-12 15:23:43.882: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
40512-12 15:23:43.903: W/Resources(38): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
40612-12 15:23:43.912: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
40712-12 15:23:43.944: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
40812-12 15:23:43.962: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
40912-12 15:23:44.002: W/Resources(38): Preloaded drawable resource #0x10805cc (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
41012-12 15:23:44.012: W/Resources(38): Preloaded drawable resource #0x10805dc (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
41112-12 15:23:44.052: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
41212-12 15:23:44.072: W/Resources(38): Preloaded drawable resource #0x10805d7 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
41312-12 15:23:44.092: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
41412-12 15:23:44.102: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
41512-12 15:23:44.262: D/dalvikvm(38): GC_EXPLICIT freed 130K, 13% free 2297K/2636K, paused 26ms+5ms, total 157ms
41612-12 15:23:44.303: W/Resources(38): Preloaded drawable resource #0x10805c9 (android:drawable/text_select_handle_left) that varies with configuration!!
41712-12 15:23:44.332: W/Resources(38): Preloaded drawable resource #0x10805cb (android:drawable/text_select_handle_right) that varies with configuration!!
41812-12 15:23:44.472: D/dalvikvm(38): GC_EXPLICIT freed 53K, 13% free 2296K/2636K, paused 6ms+5ms, total 128ms
41912-12 15:23:44.513: W/Resources(38): Preloaded drawable resource #0x10805c6 (android:drawable/text_edit_paste_window) that varies with configuration!!
42012-12 15:23:44.522: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
42112-12 15:23:44.552: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
42212-12 15:23:44.572: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
42312-12 15:23:44.595: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
42412-12 15:23:44.602: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
42512-12 15:23:44.722: D/dalvikvm(38): GC_EXPLICIT freed 53K, 13% free 2299K/2636K, paused 7ms+6ms, total 118ms
42612-12 15:23:44.754: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
42712-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
42812-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
42912-12 15:23:44.812: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
43012-12 15:23:44.832: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
43112-12 15:23:44.843: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
43212-12 15:23:44.852: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43312-12 15:23:44.872: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43412-12 15:23:44.884: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
43512-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43612-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43712-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
43812-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
43912-12 15:23:45.182: D/dalvikvm(38): GC_EXPLICIT freed 50K, 13% free 2302K/2636K, paused 5ms+5ms, total 175ms
44012-12 15:23:45.242: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
44112-12 15:23:45.292: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
44212-12 15:23:45.312: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
44312-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44412-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44512-12 15:23:45.388: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
44612-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44712-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44812-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
44912-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
45012-12 15:23:45.552: W/Resources(38): Preloaded drawable resource #0x10803d4 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
45112-12 15:23:45.582: W/Resources(38): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
45212-12 15:23:45.632: W/Resources(38): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
45312-12 15:23:46.072: D/dalvikvm(38): GC_EXPLICIT freed 51K, 13% free 2302K/2636K, paused 10ms+77ms, total 436ms
45412-12 15:23:46.082: W/Resources(38): Preloaded drawable resource #0x1080409 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
45512-12 15:23:46.184: W/Resources(38): Preloaded drawable resource #0x108040c (android:drawable/menu_submenu_background) that varies with configuration!!
45612-12 15:23:46.192: W/Resources(38): Preloaded drawable resource #0x1080407 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
45712-12 15:23:46.942: D/dalvikvm(38): GC_EXPLICIT freed 59K, 13% free 2301K/2636K, paused 12ms+477ms, total 749ms
45812-12 15:23:47.009: W/Resources(38): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
45912-12 15:23:47.022: W/Resources(38): Preloaded drawable resource #0x1080436 (android:drawable/overscroll_edge) that varies with configuration!!
46012-12 15:23:47.452: D/dalvikvm(38): GC_EXPLICIT freed 76K, 13% free 2301K/2636K, paused 174ms+7ms, total 423ms
46112-12 15:23:47.842: W/Resources(38): Preloaded drawable resource #0x1080437 (android:drawable/overscroll_glow) that varies with configuration!!
46212-12 15:23:48.052: D/dalvikvm(38): GC_EXPLICIT freed 622K, 30% free 2301K/3260K, paused 5ms+14ms, total 157ms
46312-12 15:23:48.063: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
46412-12 15:23:48.072: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
46512-12 15:23:48.212: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
46612-12 15:23:48.362: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
46712-12 15:23:48.643: D/dalvikvm(38): GC_EXPLICIT freed 50K, 30% free 2303K/3260K, paused 36ms+6ms, total 278ms
46812-12 15:23:48.682: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
46912-12 15:23:48.872: D/dalvikvm(38): GC_EXPLICIT freed 53K, 30% free 2302K/3260K, paused 25ms+7ms, total 189ms
47012-12 15:23:48.912: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
47112-12 15:23:49.092: D/dalvikvm(38): GC_EXPLICIT freed 52K, 30% free 2302K/3260K, paused 19ms+5ms, total 173ms
47212-12 15:23:49.122: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47312-12 15:23:49.152: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
47412-12 15:23:49.162: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47512-12 15:23:49.182: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
47612-12 15:23:49.202: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
47712-12 15:23:49.222: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47812-12 15:23:49.242: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
47912-12 15:23:49.262: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
48012-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
48112-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
48212-12 15:23:49.303: W/Resources(38): Preloaded drawable resource #0x108048f (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
48312-12 15:23:49.322: W/Resources(38): Preloaded drawable resource #0x1080490 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
48412-12 15:23:49.344: W/Resources(38): Preloaded drawable resource #0x1080491 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
48512-12 15:23:49.362: W/Resources(38): Preloaded drawable resource #0x1080492 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
48612-12 15:23:49.383: W/Resources(38): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
48712-12 15:23:49.402: W/Resources(38): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
48812-12 15:23:49.423: W/Resources(38): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
48912-12 15:23:49.453: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
49012-12 15:23:49.463: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
49112-12 15:23:49.602: D/dalvikvm(38): GC_EXPLICIT freed 720K, 30% free 2310K/3260K, paused 15ms+15ms, total 138ms
49212-12 15:23:49.623: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
49312-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
49412-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
49512-12 15:23:49.823: D/dalvikvm(38): GC_EXPLICIT freed 110K, 30% free 2306K/3260K, paused 10ms+14ms, total 135ms
49612-12 15:23:49.852: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
49712-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
49812-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
49912-12 15:23:49.903: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
50012-12 15:23:50.252: D/dalvikvm(38): GC_EXPLICIT freed 50K, 30% free 2307K/3260K, paused 5ms+8ms, total 346ms
50112-12 15:23:50.263: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
50212-12 15:23:50.282: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
50312-12 15:23:50.292: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
50412-12 15:23:50.313: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
50512-12 15:23:50.332: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
50612-12 15:23:50.362: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
50712-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
50812-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
50912-12 15:23:50.392: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
51012-12 15:23:50.402: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
51112-12 15:23:50.452: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
51212-12 15:23:50.462: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
51312-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
51412-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
51512-12 15:23:50.542: W/Resources(38): Preloaded drawable resource #0x10804d6 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
51612-12 15:23:50.564: W/Resources(38): Preloaded drawable resource #0x10804d7 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
51712-12 15:23:50.703: D/dalvikvm(38): GC_EXPLICIT freed 44K, 29% free 2316K/3260K, paused 24ms+8ms, total 139ms
51812-12 15:23:50.733: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
51912-12 15:23:50.764: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
52012-12 15:23:50.783: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
52112-12 15:23:50.792: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
52212-12 15:23:50.802: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
52312-12 15:23:50.823: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
52412-12 15:23:50.854: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
52512-12 15:23:50.872: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
52612-12 15:23:50.882: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
52712-12 15:23:50.903: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
52812-12 15:23:51.053: D/dalvikvm(38): GC_EXPLICIT freed 72K, 30% free 2313K/3260K, paused 13ms+6ms, total 152ms
52912-12 15:23:51.082: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
53012-12 15:23:51.094: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
53112-12 15:23:51.122: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
53212-12 15:23:51.132: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
53312-12 15:23:51.158: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
53412-12 15:23:51.172: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
53512-12 15:23:51.213: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
53612-12 15:23:51.352: D/dalvikvm(38): GC_EXPLICIT freed 56K, 30% free 2313K/3260K, paused 10ms+5ms, total 134ms
53712-12 15:23:51.362: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
53812-12 15:23:51.382: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
53912-12 15:23:51.424: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
54012-12 15:23:51.442: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
54112-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
54212-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
54312-12 15:23:51.492: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
54412-12 15:23:51.503: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
54512-12 15:23:51.532: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
54612-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
54712-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
54812-12 15:23:51.672: D/dalvikvm(38): GC_EXPLICIT freed 75K, 29% free 2315K/3260K, paused 9ms+5ms, total 109ms
54912-12 15:23:51.702: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
55012-12 15:23:51.722: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
55112-12 15:23:51.743: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
55212-12 15:23:51.752: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
55312-12 15:23:51.762: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
55412-12 15:23:51.783: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
55512-12 15:23:51.812: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
55612-12 15:23:51.922: D/dalvikvm(38): GC_EXPLICIT freed 56K, 30% free 2314K/3260K, paused 8ms+6ms, total 105ms
55712-12 15:23:51.932: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
55812-12 15:23:51.963: W/Resources(38): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
55912-12 15:23:51.992: W/Resources(38): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
56012-12 15:23:52.002: W/Resources(38): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
56112-12 15:23:52.012: W/Resources(38): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
56212-12 15:23:52.023: W/Resources(38): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
56312-12 15:23:52.043: W/Resources(38): Preloaded drawable resource #0x10802b2 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
56412-12 15:23:52.162: D/dalvikvm(38): GC_EXPLICIT freed 55K, 29% free 2315K/3260K, paused 19ms+13ms, total 113ms
56512-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
56612-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
56712-12 15:23:52.203: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
56812-12 15:23:52.233: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
56912-12 15:23:52.242: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
57012-12 15:23:52.253: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
57112-12 15:23:52.272: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
57212-12 15:23:52.282: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
57312-12 15:23:52.293: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
57412-12 15:23:52.303: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
57512-12 15:23:52.332: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
57612-12 15:23:52.343: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
57712-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
57812-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
57912-12 15:23:52.383: W/Resources(38): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
58012-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
58112-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032b (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
58212-12 15:23:52.522: D/dalvikvm(38): GC_EXPLICIT freed 57K, 29% free 2319K/3260K, paused 13ms+8ms, total 107ms
58312-12 15:23:52.563: W/Resources(38): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
58412-12 15:23:52.583: W/Resources(38): Preloaded drawable resource #0x108032e (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
58512-12 15:23:52.593: W/Resources(38): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
58612-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
58712-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
58812-12 15:23:52.643: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
58912-12 15:23:52.664: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
59012-12 15:23:52.772: D/dalvikvm(38): GC_EXPLICIT freed 58K, 29% free 2319K/3260K, paused 5ms+5ms, total 111ms
59112-12 15:23:52.783: W/Resources(38): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
59212-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x1080346 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
59312-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x108034c (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
59412-12 15:23:52.843: W/Resources(38): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
59512-12 15:23:52.863: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
59612-12 15:23:52.873: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
59712-12 15:23:52.892: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
59812-12 15:23:53.033: D/dalvikvm(38): GC_EXPLICIT freed 66K, 29% free 2320K/3260K, paused 17ms+29ms, total 137ms
59912-12 15:23:53.063: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
60012-12 15:23:53.083: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
60112-12 15:23:53.093: W/Resources(38): Preloaded drawable resource #0x108035b (android:drawable/ic_search) that varies with configuration!!
60212-12 15:23:53.114: W/Resources(38): Preloaded drawable resource #0x10802cf (android:drawable/ic_go) that varies with configuration!!
60312-12 15:23:53.123: W/Resources(38): Preloaded drawable resource #0x1080362 (android:drawable/ic_voice_search) that varies with configuration!!
60412-12 15:23:53.272: D/dalvikvm(38): GC_EXPLICIT freed 53K, 29% free 2319K/3260K, paused 26ms+13ms, total 152ms
60512-12 15:23:53.293: W/Resources(38): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
60612-12 15:23:53.313: W/Resources(38): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
60712-12 15:23:53.353: W/Resources(38): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
60812-12 15:23:53.463: D/dalvikvm(38): GC_EXPLICIT freed 77K, 29% free 2319K/3260K, paused 10ms+5ms, total 104ms
60912-12 15:23:53.493: W/Resources(38): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
61012-12 15:23:53.513: W/Resources(38): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
61112-12 15:23:53.623: D/dalvikvm(38): GC_EXPLICIT freed 50K, 29% free 2319K/3260K, paused 9ms+5ms, total 106ms
61212-12 15:23:53.652: W/Resources(38): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
61312-12 15:23:53.664: W/Resources(38): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
61412-12 15:23:53.693: W/Resources(38): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
61512-12 15:23:53.803: D/dalvikvm(38): GC_EXPLICIT freed 55K, 29% free 2319K/3260K, paused 7ms+6ms, total 103ms
61612-12 15:23:53.844: W/Resources(38): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
61712-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10802c3 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
61812-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_dark) that varies with configuration!!
61912-12 15:23:53.873: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
62012-12 15:23:53.883: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
62112-12 15:23:53.893: W/Resources(38): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
62212-12 15:23:53.923: W/Resources(38): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
62312-12 15:23:53.943: W/Resources(38): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
62412-12 15:23:54.093: D/dalvikvm(38): GC_EXPLICIT freed 47K, 29% free 2323K/3260K, paused 17ms+7ms, total 155ms
62512-12 15:23:54.113: W/Resources(38): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
62612-12 15:23:54.143: W/Resources(38): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
62712-12 15:23:54.153: W/Resources(38): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
62812-12 15:23:54.173: W/Resources(38): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
62912-12 15:23:54.193: W/Resources(38): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
63012-12 15:23:54.222: W/Resources(38): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
63112-12 15:23:54.243: W/Resources(38): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
63212-12 15:23:54.252: W/Resources(38): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
63312-12 15:23:54.393: D/dalvikvm(38): GC_EXPLICIT freed 54K, 29% free 2324K/3260K, paused 25ms+21ms, total 140ms
63412-12 15:23:54.413: W/Resources(38): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
63512-12 15:23:54.424: W/Resources(38): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
63612-12 15:23:54.453: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
63712-12 15:23:54.483: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
63812-12 15:23:54.493: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
63912-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64012-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64112-12 15:23:54.513: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
64212-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64312-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64412-12 15:23:54.544: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
64512-12 15:23:54.583: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
64612-12 15:23:54.593: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
64712-12 15:23:54.614: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
64812-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64912-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65012-12 15:23:54.734: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
65112-12 15:23:54.743: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65212-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65312-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
65412-12 15:23:54.903: D/dalvikvm(38): GC_EXPLICIT freed 31K, 28% free 2361K/3260K, paused 8ms+22ms, total 141ms
65512-12 15:23:54.914: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
65612-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
65712-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
65812-12 15:23:54.963: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
65912-12 15:23:55.093: D/dalvikvm(38): GC_EXPLICIT freed 51K, 28% free 2360K/3260K, paused 11ms+6ms, total 134ms
66012-12 15:23:55.103: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
66112-12 15:23:55.123: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
66212-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
66312-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
66412-12 15:23:55.163: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
66512-12 15:23:55.172: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
666: E/(): Device disconnected: 1
667: E/(): Device disconnected

112-12 15:23:05.833: I/installd(41): installd firing up
212-12 15:23:05.912: I/qemu-props(33): connected to 'boot-properties' qemud service.
312-12 15:23:05.912: I/qemu-props(33): receiving..
412-12 15:23:05.912: I/qemu-props(33): received: dalvik.vm.heapsize=32m
512-12 15:23:05.992: I/DEBUG(35): debuggerd: Feb 13 2013 15:21:29
612-12 15:23:06.032: E/cutils(41): Failed to read /data/.layout_version: No such file or directory
712-12 15:23:06.032: D/installd(41): Upgrading /data/media for multi-user
812-12 15:23:06.093: I/qemu-props(33): receiving..
912-12 15:23:06.093: I/qemu-props(33): received: qemu.sf.lcd_density=240
1012-12 15:23:06.164: I/qemu-props(33): receiving..
1112-12 15:23:06.164: I/qemu-props(33): received: qemu.hw.mainkeys=1
1212-12 15:23:06.202: I/qemu-props(33): receiving..
1312-12 15:23:06.202: I/qemu-props(33): received: qemu.sf.fake_camera=none
1412-12 15:23:06.202: I/qemu-props(33): receiving..
1512-12 15:23:06.202: I/qemu-props(33): exiting (4 properties set).
1612-12 15:23:06.232: D/installd(41): Upgrading to shared /data/media/obb
1712-12 15:23:06.242: I/Vold(32): Vold 2.1 (the revenge) firing up
1812-12 15:23:06.352: D/Vold(32): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
1912-12 15:23:06.483: I/Netd(34): Netd 1.0 starting
2012-12 15:23:06.483: W/InterfaceController(34): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
2112-12 15:23:07.122: D/Vold(32): Volume sdcard state changing 0 (No-Media) -> 1 (Idle-Unmounted)
2212-12 15:23:07.422: I/SurfaceFlinger(37): SurfaceFlinger is starting
2312-12 15:23:07.492: I/SurfaceFlinger(37): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
2412-12 15:23:07.492: D/libEGL(37): Emulator without GPU support detected. Fallback to software renderer.
2512-12 15:23:07.542: D/libEGL(37): loaded /system/lib/egl/libGLES_android.so
2612-12 15:23:07.792: D/gralloc_goldfish(37): Emulator without GPU emulation detected.
2712-12 15:23:07.842: I/gralloc(37): using (fd=13)
2812-12 15:23:07.842: I/gralloc(37): id =
2912-12 15:23:07.842: I/gralloc(37): xres = 480 px
3012-12 15:23:07.842: I/gralloc(37): yres = 800 px
3112-12 15:23:07.842: I/gralloc(37): xres_virtual = 480 px
3212-12 15:23:07.842: I/gralloc(37): yres_virtual = 1600 px
3312-12 15:23:07.842: I/gralloc(37): bpp = 16
3412-12 15:23:07.842: I/gralloc(37): r = 11:5
3512-12 15:23:07.842: I/gralloc(37): g = 5:6
3612-12 15:23:07.842: I/gralloc(37): b = 0:5
3712-12 15:23:08.052: I/gralloc(37): width = 74 mm (164.756760 dpi)
3812-12 15:23:08.052: I/gralloc(37): height = 123 mm (165.203247 dpi)
3912-12 15:23:08.052: I/gralloc(37): refresh rate = 260.42 Hz
4012-12 15:23:08.102: E/SurfaceFlinger(37): hwcomposer module not found
4112-12 15:23:08.102: W/SurfaceFlinger(37): getting VSYNC period from fb HAL: 3840010
4212-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
4312-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
4412-12 15:23:08.152: W/SurfaceFlinger(37): no suitable EGLConfig found, trying with 16-bit color allowed
4512-12 15:23:08.152: W/SurfaceFlinger(37): EGL_SLOW_CONFIG selected!
4612-12 15:23:08.152: E/Trace(37): error opening trace file: No such file or directory (2)
4712-12 15:23:08.272: I/SurfaceFlinger(37): EGL informations:
4812-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
4912-12 15:23:08.272: I/SurfaceFlinger(37): version : 1.4 Android META-EGL
5012-12 15:23:08.272: I/SurfaceFlinger(37): extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
5112-12 15:23:08.272: I/SurfaceFlinger(37): Client API: OpenGL_ES
5212-12 15:23:08.272: I/SurfaceFlinger(37): EGLSurface: 5-6-5-0, config=0x0
5312-12 15:23:08.272: I/SurfaceFlinger(37): OpenGL ES informations:
5412-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
5512-12 15:23:08.272: I/SurfaceFlinger(37): renderer : Android PixelFlinger 1.4
5612-12 15:23:08.272: I/SurfaceFlinger(37): version : OpenGL ES-CM 1.0
5712-12 15:23:08.272: I/SurfaceFlinger(37): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
5812-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_TEXTURE_SIZE = 4096
5912-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
6012-12 15:23:08.272: W/SurfaceFlinger(37): power module not found
6112-12 15:23:08.332: D/SurfaceFlinger(37): Screen acquired, type=0 flinger=0x2a007318
6212-12 15:23:09.012: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
6312-12 15:23:09.122: D/AndroidRuntime(38): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
6412-12 15:23:09.122: D/AndroidRuntime(38): CheckJNI is ON
6512-12 15:23:09.153: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
6612-12 15:23:09.162: D/libEGL(87): Emulator without GPU support detected. Fallback to software renderer.
6712-12 15:23:09.202: D/libEGL(87): loaded /system/lib/egl/libGLES_android.so
6812-12 15:23:09.364: E/Trace(87): error opening trace file: No such file or directory (2)
6912-12 15:23:09.472: D/gralloc_goldfish(87): Emulator without GPU emulation detected.
7012-12 15:23:09.702: I/mediaserver(40): ServiceManager: 0x2a008e30
7112-12 15:23:09.732: I/AudioFlinger(40): Using default 3000 mSec as standby time.
7212-12 15:23:09.762: I/CameraService(40): CameraService started (pid=40)
7312-12 15:23:09.872: D/dalvikvm(38): Trying to load lib libjavacore.so 0x0
7412-12 15:23:09.942: D/dalvikvm(38): Added shared lib libjavacore.so 0x0
7512-12 15:23:10.242: D/dalvikvm(38): Trying to load lib libnativehelper.so 0x0
7612-12 15:23:10.242: D/dalvikvm(38): Added shared lib libnativehelper.so 0x0
7712-12 15:23:10.252: D/EmulatedCamera_QemuClient(40): Emulated camera list:
7812-12 15:23:10.312: I/AudioPolicyManagerBase(40): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
7912-12 15:23:10.323: I/AudioFlinger(40): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1
8012-12 15:23:10.382: I/AudioFlinger(40): HAL output buffer size 1024 frames, normal mix buffer size 1024 frames
8112-12 15:23:10.432: I/AudioMixer(40): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
8212-12 15:23:10.462: I/ARMAssembler(87): generated scanline__00000077:03010102_00000A01_00000000 [ 9 ipp] (30 ins) at [0x40c101f0:0x40c10268] in 7769494 ns
8312-12 15:23:10.482: I/AudioFlinger(40): Using module 1 has the primary audio interface
8412-12 15:23:10.482: D/AudioHardwareInterface(40): setMode(NORMAL)
8512-12 15:23:10.482: I/AudioFlinger(40): AudioFlinger's thread 0x2a00a508 ready to run
8612-12 15:23:10.482: W/AudioFlinger(40): Thread AudioOut_2 cannot connect to the power manager service
8712-12 15:23:10.502: I/AudioPolicyService(40): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
8812-12 15:23:10.502: I/ARMAssembler(87): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x40c10270:0x40c10340] in 4926605 ns
8912-12 15:23:15.592: I/SamplingProfilerIntegration(38): Profiling disabled.
9012-12 15:23:15.812: I/Zygote(38): Preloading classes...
9112-12 15:23:15.892: D/dalvikvm(38): GC_EXPLICIT freed 36K, 9% free 419K/460K, paused 2ms+9ms, total 60ms
9212-12 15:23:16.222: D/dalvikvm(38): GC_EXPLICIT freed 3K, 5% free 487K/512K, paused 13ms+1ms, total 51ms
9312-12 15:23:16.393: D/dalvikvm(38): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods
9412-12 15:23:16.582: D/dalvikvm(38): GC_EXPLICIT freed 21K, 5% free 526K/552K, paused 1ms+1ms, total 50ms
9512-12 15:23:16.912: D/dalvikvm(38): GC_EXPLICIT freed 27K, 6% free 554K/584K, paused 1ms+22ms, total 50ms
9612-12 15:23:16.962: W/Zygote(38): Class not found for preloading: android.bluetooth.BluetoothAudioGateway
9712-12 15:23:16.983: W/Zygote(38): Class not found for preloading: android.bluetooth.HeadsetBase
9812-12 15:23:17.002: W/Zygote(38): Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread
9912-12 15:23:17.153: D/dalvikvm(38): GC_EXPLICIT freed 23K, 5% free 603K/632K, paused 1ms+1ms, total 38ms
10012-12 15:23:17.453: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256
10112-12 15:23:17.522: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256
10212-12 15:23:17.522: E/Netd(34): Unable to bind netlink socket: No such file or directory
10312-12 15:23:17.522: E/Netd(34): Unable to open quota2 logging socket
10412-12 15:23:17.532: D/MDnsDS(34): MDnsSdListener::Hander starting up
10512-12 15:23:17.542: D/MDnsDS(34): MDnsSdListener starting to monitor
10612-12 15:23:17.542: D/MDnsDS(34): Going to poll with pollCount 1
10712-12 15:23:17.642: D/dalvikvm(38): GC_EXPLICIT freed 26K, 5% free 631K/660K, paused 1ms+1ms, total 33ms
10812-12 15:23:18.313: D/dalvikvm(38): GC_EXPLICIT freed 60K, 8% free 722K/784K, paused 4ms+1ms, total 22ms
10912-12 15:23:18.903: D/dalvikvm(38): GC_EXPLICIT freed 31K, 5% free 748K/784K, paused 2ms+2ms, total 19ms
11012-12 15:23:19.133: D/TextLayoutCache(38): Using debug level = 0 - Debug Enabled = 0
11112-12 15:23:19.333: D/dalvikvm(38): GC_EXPLICIT freed 18K, 3% free 784K/808K, paused 23ms+2ms, total 46ms
11212-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11312-12 15:23:19.673: D/MtpDeviceJNI(38): register_android_mtp_MtpDevice
11412-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11512-12 15:23:19.683: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11612-12 15:23:19.823: D/dalvikvm(38): GC_EXPLICIT freed 15K, 2% free 827K/844K, paused 16ms+1ms, total 39ms
11712-12 15:23:20.633: D/dalvikvm(38): GC_FOR_ALLOC freed 218K, 17% free 1120K/1340K, paused 34ms, total 35ms
11812-12 15:23:21.323: D/dalvikvm(38): GC_EXPLICIT freed 261K, 18% free 1273K/1540K, paused 2ms+2ms, total 69ms
11912-12 15:23:21.703: D/dalvikvm(38): GC_EXPLICIT freed 30K, 16% free 1299K/1540K, paused 3ms+2ms, total 75ms
12012-12 15:23:21.862: D/dalvikvm(38): GC_EXPLICIT freed 11K, 13% free 1355K/1540K, paused 2ms+6ms, total 66ms
12112-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothA2dpService
12212-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothEventLoop
12312-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothService
12412-12 15:23:22.502: D/TelephonyManager(38): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied)
12512-12 15:23:22.502: D/TelephonyManager(38): /proc/cmdline=
12612-12 15:23:22.734: D/dalvikvm(38): GC_EXPLICIT freed 29K, 10% free 1417K/1572K, paused 9ms+5ms, total 93ms
12712-12 15:23:23.382: D/dalvikvm(38): GC_EXPLICIT freed 48K, 3% free 1698K/1748K, paused 5ms+15ms, total 109ms
12812-12 15:23:23.472: W/Zygote(38): Class not found for preloading: android.util.LocaleUtil
12912-12 15:23:23.782: D/dalvikvm(38): GC_EXPLICIT freed 36K, 3% free 1732K/1776K, paused 17ms+3ms, total 88ms
13012-12 15:23:24.064: D/dalvikvm(38): GC_EXPLICIT freed 31K, 3% free 1755K/1792K, paused 4ms+20ms, total 88ms
13112-12 15:23:24.202: W/Zygote(38): Class not found for preloading: android.view.ViewRootImpl$ResizedInfo
13212-12 15:23:24.222: W/Zygote(38): Class not found for preloading: android.view.Window$LocalWindowManager
13312-12 15:23:24.242: W/Zygote(38): Class not found for preloading: android.view.WindowManagerImpl$CompatModeWrapper
13412-12 15:23:24.362: D/dalvikvm(38): GC_EXPLICIT freed 30K, 2% free 1779K/1812K, paused 12ms+13ms, total 96ms
13512-12 15:23:25.823: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
13612-12 15:23:25.832: D/dalvikvm(38): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
13712-12 15:23:26.152: D/dalvikvm(38): GC_EXPLICIT freed 21K, 2% free 1811K/1836K, paused 5ms+4ms, total 109ms
13812-12 15:23:26.832: D/dalvikvm(38): GC_EXPLICIT freed 26K, 2% free 1839K/1868K, paused 10ms+7ms, total 95ms
13912-12 15:23:27.342: D/dalvikvm(38): GC_EXPLICIT freed 29K, 2% free 1870K/1904K, paused 4ms+5ms, total 85ms
14012-12 15:23:27.512: D/dalvikvm(38): WAIT_FOR_CONCURRENT_GC blocked 1ms
14112-12 15:23:27.602: D/dalvikvm(38): GC_EXPLICIT freed 27K, 2% free 1897K/1928K, paused 4ms+4ms, total 89ms
14212-12 15:23:27.922: D/dalvikvm(38): GC_EXPLICIT freed 32K, 2% free 1931K/1968K, paused 6ms+5ms, total 86ms
14312-12 15:23:28.102: D/dalvikvm(38): GC_EXPLICIT freed 33K, 2% free 1951K/1988K, paused 4ms+5ms, total 85ms
14412-12 15:23:28.303: D/dalvikvm(38): GC_EXPLICIT freed 34K, 2% free 1973K/2012K, paused 13ms+4ms, total 95ms
14512-12 15:23:28.593: D/dalvikvm(38): GC_EXPLICIT freed 36K, 2% free 1993K/2032K, paused 5ms+14ms, total 103ms
14612-12 15:23:28.602: W/Zygote(38): Class not found for preloading: java.text.DecimalFormat$1
14712-12 15:23:28.862: D/dalvikvm(38): GC_EXPLICIT freed 41K, 3% free 2008K/2052K, paused 12ms+15ms, total 124ms
14812-12 15:23:28.872: W/Zygote(38): Class not found for preloading: java.util.concurrent.FutureTask$Sync
14912-12 15:23:28.912: W/Zygote(38): Class not found for preloading: java.util.concurrent.atomic.UnsafeAccess
15012-12 15:23:28.933: W/Zygote(38): Class not found for preloading: java.util.concurrent.locks.UnsafeAccess
15112-12 15:23:29.032: W/Zygote(38): Class not found for preloading: libcore.icu.ErrorCode
15212-12 15:23:31.922: I/System(38): Loaded time zone names for in 2883ms (2839ms in ICU)
15312-12 15:23:33.962: I/System(38): Loaded time zone names for en_US in 2041ms (2008ms in ICU)
15412-12 15:23:34.073: D/dalvikvm(38): GC_EXPLICIT freed 362K, 15% free 2101K/2468K, paused 8ms+5ms, total 105ms
15512-12 15:23:34.262: D/dalvikvm(38): GC_EXPLICIT freed 15K, 13% free 2162K/2468K, paused 12ms+5ms, total 106ms
15612-12 15:23:34.622: D/dalvikvm(38): GC_EXPLICIT freed 52K, 12% free 2194K/2468K, paused 17ms+19ms, total 120ms
15712-12 15:23:34.812: D/dalvikvm(38): GC_EXPLICIT freed 29K, 10% free 2221K/2468K, paused 5ms+10ms, total 97ms
15812-12 15:23:35.072: D/dalvikvm(38): GC_EXPLICIT freed 38K, 10% free 2237K/2468K, paused 5ms+5ms, total 155ms
15912-12 15:23:35.232: D/dalvikvm(38): WAIT_FOR_CONCURRENT_GC blocked 1ms
16012-12 15:23:35.342: D/dalvikvm(38): GC_EXPLICIT freed 32K, 9% free 2260K/2468K, paused 8ms+6ms, total 108ms
16112-12 15:23:35.412: I/Zygote(38): ...preloaded 2541 classes in 19595ms.
16212-12 15:23:35.532: D/dalvikvm(38): GC_EXPLICIT freed 23K, 9% free 2265K/2468K, paused 7ms+5ms, total 114ms
16312-12 15:23:35.532: I/Zygote(38): Preloading resources...
16412-12 15:23:35.642: W/Resources(38): Preloaded drawable resource #0x1080602 (android:drawable/toast_frame_holo) that varies with configuration!!
16512-12 15:23:35.673: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
16612-12 15:23:35.813: D/dalvikvm(38): GC_EXPLICIT freed 46K, 10% free 2273K/2516K, paused 7ms+19ms, total 133ms
16712-12 15:23:35.834: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
16812-12 15:23:35.843: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
16912-12 15:23:35.883: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
17012-12 15:23:35.903: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
17112-12 15:23:35.913: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
17212-12 15:23:36.042: D/dalvikvm(38): GC_EXPLICIT freed 52K, 10% free 2275K/2516K, paused 11ms+5ms, total 123ms
17312-12 15:23:36.073: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
17412-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
17512-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
17612-12 15:23:36.113: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
17712-12 15:23:36.143: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
17812-12 15:23:36.252: D/dalvikvm(38): GC_EXPLICIT freed 53K, 10% free 2275K/2516K, paused 5ms+11ms, total 105ms
17912-12 15:23:36.263: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
18012-12 15:23:36.273: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
18112-12 15:23:36.293: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
18212-12 15:23:36.323: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
18312-12 15:23:36.332: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
18412-12 15:23:36.443: D/dalvikvm(38): GC_EXPLICIT freed 53K, 10% free 2276K/2516K, paused 7ms+6ms, total 105ms
18512-12 15:23:36.472: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
18612-12 15:23:36.483: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
18712-12 15:23:36.513: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
18812-12 15:23:36.523: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
18912-12 15:23:36.574: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
19012-12 15:23:36.583: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
19112-12 15:23:36.613: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
19212-12 15:23:36.643: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
19312-12 15:23:36.664: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
19412-12 15:23:36.683: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
19512-12 15:23:36.692: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
19612-12 15:23:36.723: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
19712-12 15:23:36.754: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
19812-12 15:23:36.762: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
19912-12 15:23:36.772: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
20012-12 15:23:36.793: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
20112-12 15:23:36.813: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
20212-12 15:23:36.823: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
20312-12 15:23:36.844: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
20412-12 15:23:36.952: D/dalvikvm(38): GC_EXPLICIT freed 191K, 14% free 2282K/2636K, paused 5ms+7ms, total 108ms
20512-12 15:23:37.013: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
20612-12 15:23:37.024: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
20712-12 15:23:37.043: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
20812-12 15:23:37.073: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
20912-12 15:23:37.103: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
21012-12 15:23:37.113: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
21112-12 15:23:37.143: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
21212-12 15:23:37.174: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
21312-12 15:23:37.183: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
21412-12 15:23:37.192: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
21512-12 15:23:37.203: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
21612-12 15:23:37.233: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
21712-12 15:23:37.253: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
21812-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
21912-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
22012-12 15:23:37.433: D/dalvikvm(38): GC_EXPLICIT freed 153K, 14% free 2281K/2636K, paused 21ms+26ms, total 145ms
22112-12 15:23:37.453: W/Resources(38): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
22212-12 15:23:37.486: W/Resources(38): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
22312-12 15:23:37.523: W/Resources(38): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
22412-12 15:23:37.533: W/Resources(38): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
22512-12 15:23:37.585: W/Resources(38): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
22612-12 15:23:37.723: D/dalvikvm(38): GC_EXPLICIT freed 56K, 14% free 2279K/2636K, paused 13ms+5ms, total 137ms
22712-12 15:23:37.763: W/Resources(38): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
22812-12 15:23:37.773: W/Resources(38): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
22912-12 15:23:37.803: W/Resources(38): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
23012-12 15:23:37.825: W/Resources(38): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
23112-12 15:23:37.832: W/Resources(38): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
23212-12 15:23:37.973: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2280K/2636K, paused 5ms+8ms, total 127ms
23312-12 15:23:38.022: W/Resources(38): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
23412-12 15:23:38.043: W/Resources(38): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
23512-12 15:23:38.053: W/Resources(38): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
23612-12 15:23:38.062: W/Resources(38): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
23712-12 15:23:38.082: W/Resources(38): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
23812-12 15:23:38.212: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2281K/2636K, paused 5ms+5ms, total 115ms
23912-12 15:23:38.234: W/Resources(38): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
24012-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
24112-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
24212-12 15:23:38.292: W/Resources(38): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
24312-12 15:23:38.302: W/Resources(38): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
24412-12 15:23:38.442: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2282K/2636K, paused 7ms+14ms, total 132ms
24512-12 15:23:38.453: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
24612-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
24712-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
24812-12 15:23:38.512: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
24912-12 15:23:38.522: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
25012-12 15:23:38.552: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
25112-12 15:23:38.672: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2282K/2636K, paused 5ms+6ms, total 123ms
25212-12 15:23:38.702: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
25312-12 15:23:38.722: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
25412-12 15:23:38.732: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
25512-12 15:23:38.753: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
25612-12 15:23:38.772: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
25712-12 15:23:38.802: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
25812-12 15:23:38.812: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
25912-12 15:23:38.844: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
26012-12 15:23:38.862: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
26112-12 15:23:38.912: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
26212-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
26312-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
26412-12 15:23:39.072: D/dalvikvm(38): GC_EXPLICIT freed 101K, 14% free 2284K/2636K, paused 17ms+6ms, total 140ms
26512-12 15:23:39.102: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
26612-12 15:23:39.112: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
26712-12 15:23:39.132: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
26812-12 15:23:39.152: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
26912-12 15:23:39.174: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
27012-12 15:23:39.193: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
27112-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
27212-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
27312-12 15:23:39.352: D/dalvikvm(38): GC_EXPLICIT freed 66K, 14% free 2284K/2636K, paused 13ms+24ms, total 139ms
27412-12 15:23:39.392: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
27512-12 15:23:39.422: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
27612-12 15:23:39.443: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
27712-12 15:23:39.452: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
27812-12 15:23:39.482: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
27912-12 15:23:39.602: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2285K/2636K, paused 8ms+12ms, total 111ms
28012-12 15:23:39.622: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
28112-12 15:23:39.653: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
28212-12 15:23:39.682: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
28312-12 15:23:39.692: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
28412-12 15:23:39.723: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
28512-12 15:23:39.852: D/dalvikvm(38): GC_EXPLICIT freed 54K, 14% free 2286K/2636K, paused 22ms+7ms, total 121ms
28612-12 15:23:39.872: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
28712-12 15:23:39.907: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
28812-12 15:23:39.923: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
28912-12 15:23:39.942: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
29012-12 15:23:39.972: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
29112-12 15:23:40.042: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
29212-12 15:23:40.062: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
29312-12 15:23:40.102: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
29412-12 15:23:40.132: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
29512-12 15:23:40.152: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
29612-12 15:23:40.192: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
29712-12 15:23:40.212: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
29812-12 15:23:40.242: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
29912-12 15:23:40.262: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
30012-12 15:23:40.272: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
30112-12 15:23:40.432: D/dalvikvm(38): GC_EXPLICIT freed 150K, 14% free 2290K/2636K, paused 16ms+15ms, total 165ms
30212-12 15:23:40.452: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
30312-12 15:23:40.482: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
30412-12 15:23:40.512: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
30512-12 15:23:40.542: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
30612-12 15:23:40.562: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
30712-12 15:23:40.692: D/dalvikvm(38): GC_EXPLICIT freed 56K, 14% free 2287K/2636K, paused 5ms+7ms, total 126ms
30812-12 15:23:40.732: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
30912-12 15:23:40.762: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
31012-12 15:23:40.773: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
31112-12 15:23:40.802: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
31212-12 15:23:40.832: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
31312-12 15:23:40.952: D/dalvikvm(38): GC_EXPLICIT freed 53K, 14% free 2288K/2636K, paused 12ms+7ms, total 117ms
31412-12 15:23:40.992: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
31512-12 15:23:41.022: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
31612-12 15:23:41.072: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
31712-12 15:23:41.092: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
31812-12 15:23:41.122: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
31912-12 15:23:41.162: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
32012-12 15:23:41.193: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
32112-12 15:23:41.212: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
32212-12 15:23:41.232: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
32312-12 15:23:41.252: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
32412-12 15:23:41.292: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
32512-12 15:23:41.313: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
32612-12 15:23:41.332: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
32712-12 15:23:41.362: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
32812-12 15:23:41.372: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
32912-12 15:23:41.522: D/dalvikvm(38): GC_EXPLICIT freed 150K, 14% free 2291K/2636K, paused 19ms+16ms, total 144ms
33012-12 15:23:41.532: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
33112-12 15:23:41.562: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
33212-12 15:23:41.582: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
33312-12 15:23:41.602: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
33412-12 15:23:41.632: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
33512-12 15:23:41.652: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
33612-12 15:23:41.802: D/dalvikvm(38): GC_EXPLICIT freed 58K, 14% free 2289K/2636K, paused 9ms+25ms, total 144ms
33712-12 15:23:41.822: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
33812-12 15:23:41.852: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
33912-12 15:23:41.872: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
34012-12 15:23:41.892: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
34112-12 15:23:41.912: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
34212-12 15:23:41.933: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
34312-12 15:23:42.053: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2290K/2636K, paused 23ms+6ms, total 120ms
34412-12 15:23:42.082: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
34512-12 15:23:42.103: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
34612-12 15:23:42.122: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
34712-12 15:23:42.132: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
34812-12 15:23:42.142: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
34912-12 15:23:42.173: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
35012-12 15:23:42.292: D/dalvikvm(38): GC_EXPLICIT freed 55K, 14% free 2291K/2636K, paused 5ms+5ms, total 124ms
35112-12 15:23:42.312: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
35212-12 15:23:42.322: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
35312-12 15:23:42.362: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
35412-12 15:23:42.382: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
35512-12 15:23:42.392: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
35612-12 15:23:42.402: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
35712-12 15:23:42.432: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
35812-12 15:23:42.462: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
35912-12 15:23:42.472: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
36012-12 15:23:42.483: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
36112-12 15:23:42.534: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36212-12 15:23:42.542: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
36312-12 15:23:42.562: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
36412-12 15:23:42.573: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
36512-12 15:23:42.603: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
36612-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36712-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
36812-12 15:23:42.795: D/dalvikvm(38): GC_EXPLICIT freed 148K, 13% free 2293K/2636K, paused 11ms+33ms, total 163ms
36912-12 15:23:42.933: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
37012-12 15:23:42.942: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
37112-12 15:23:42.962: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
37212-12 15:23:42.972: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
37312-12 15:23:43.022: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
37412-12 15:23:43.032: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
37512-12 15:23:43.042: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
37612-12 15:23:43.053: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
37712-12 15:23:43.062: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
37812-12 15:23:43.112: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
37912-12 15:23:43.123: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
38012-12 15:23:43.132: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
38112-12 15:23:43.142: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
38212-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
38312-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
38412-12 15:23:43.312: D/dalvikvm(38): GC_EXPLICIT freed 132K, 13% free 2293K/2636K, paused 19ms+8ms, total 124ms
38512-12 15:23:43.342: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
38612-12 15:23:43.372: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
38712-12 15:23:43.383: W/Resources(38): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
38812-12 15:23:43.402: W/Resources(38): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
38912-12 15:23:43.422: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
39012-12 15:23:43.442: W/Resources(38): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
39112-12 15:23:43.463: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
39212-12 15:23:43.482: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
39312-12 15:23:43.492: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39412-12 15:23:43.524: W/Resources(38): Preloaded drawable resource #0x10805cd (android:drawable/textfield_activated_holo_light) that varies with configuration!!
39512-12 15:23:43.544: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
39612-12 15:23:43.572: W/Resources(38): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
39712-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39812-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
39912-12 15:23:43.762: D/dalvikvm(38): GC_EXPLICIT freed 122K, 13% free 2295K/2636K, paused 18ms+6ms, total 159ms
40012-12 15:23:43.782: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
40112-12 15:23:43.812: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
40212-12 15:23:43.822: W/Resources(38): Preloaded drawable resource #0x10805df (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
40312-12 15:23:43.862: W/Resources(38): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
40412-12 15:23:43.882: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
40512-12 15:23:43.903: W/Resources(38): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
40612-12 15:23:43.912: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
40712-12 15:23:43.944: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
40812-12 15:23:43.962: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
40912-12 15:23:44.002: W/Resources(38): Preloaded drawable resource #0x10805cc (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
41012-12 15:23:44.012: W/Resources(38): Preloaded drawable resource #0x10805dc (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
41112-12 15:23:44.052: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
41212-12 15:23:44.072: W/Resources(38): Preloaded drawable resource #0x10805d7 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
41312-12 15:23:44.092: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
41412-12 15:23:44.102: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
41512-12 15:23:44.262: D/dalvikvm(38): GC_EXPLICIT freed 130K, 13% free 2297K/2636K, paused 26ms+5ms, total 157ms
41612-12 15:23:44.303: W/Resources(38): Preloaded drawable resource #0x10805c9 (android:drawable/text_select_handle_left) that varies with configuration!!
41712-12 15:23:44.332: W/Resources(38): Preloaded drawable resource #0x10805cb (android:drawable/text_select_handle_right) that varies with configuration!!
41812-12 15:23:44.472: D/dalvikvm(38): GC_EXPLICIT freed 53K, 13% free 2296K/2636K, paused 6ms+5ms, total 128ms
41912-12 15:23:44.513: W/Resources(38): Preloaded drawable resource #0x10805c6 (android:drawable/text_edit_paste_window) that varies with configuration!!
42012-12 15:23:44.522: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
42112-12 15:23:44.552: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
42212-12 15:23:44.572: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
42312-12 15:23:44.595: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
42412-12 15:23:44.602: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
42512-12 15:23:44.722: D/dalvikvm(38): GC_EXPLICIT freed 53K, 13% free 2299K/2636K, paused 7ms+6ms, total 118ms
42612-12 15:23:44.754: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
42712-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
42812-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
42912-12 15:23:44.812: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
43012-12 15:23:44.832: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
43112-12 15:23:44.843: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
43212-12 15:23:44.852: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43312-12 15:23:44.872: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43412-12 15:23:44.884: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
43512-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43612-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
43712-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
43812-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
43912-12 15:23:45.182: D/dalvikvm(38): GC_EXPLICIT freed 50K, 13% free 2302K/2636K, paused 5ms+5ms, total 175ms
44012-12 15:23:45.242: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
44112-12 15:23:45.292: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
44212-12 15:23:45.312: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
44312-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44412-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44512-12 15:23:45.388: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
44612-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44712-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
44812-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
44912-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
45012-12 15:23:45.552: W/Resources(38): Preloaded drawable resource #0x10803d4 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
45112-12 15:23:45.582: W/Resources(38): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
45212-12 15:23:45.632: W/Resources(38): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
45312-12 15:23:46.072: D/dalvikvm(38): GC_EXPLICIT freed 51K, 13% free 2302K/2636K, paused 10ms+77ms, total 436ms
45412-12 15:23:46.082: W/Resources(38): Preloaded drawable resource #0x1080409 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
45512-12 15:23:46.184: W/Resources(38): Preloaded drawable resource #0x108040c (android:drawable/menu_submenu_background) that varies with configuration!!
45612-12 15:23:46.192: W/Resources(38): Preloaded drawable resource #0x1080407 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
45712-12 15:23:46.942: D/dalvikvm(38): GC_EXPLICIT freed 59K, 13% free 2301K/2636K, paused 12ms+477ms, total 749ms
45812-12 15:23:47.009: W/Resources(38): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
45912-12 15:23:47.022: W/Resources(38): Preloaded drawable resource #0x1080436 (android:drawable/overscroll_edge) that varies with configuration!!
46012-12 15:23:47.452: D/dalvikvm(38): GC_EXPLICIT freed 76K, 13% free 2301K/2636K, paused 174ms+7ms, total 423ms
46112-12 15:23:47.842: W/Resources(38): Preloaded drawable resource #0x1080437 (android:drawable/overscroll_glow) that varies with configuration!!
46212-12 15:23:48.052: D/dalvikvm(38): GC_EXPLICIT freed 622K, 30% free 2301K/3260K, paused 5ms+14ms, total 157ms
46312-12 15:23:48.063: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
46412-12 15:23:48.072: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
46512-12 15:23:48.212: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
46612-12 15:23:48.362: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
46712-12 15:23:48.643: D/dalvikvm(38): GC_EXPLICIT freed 50K, 30% free 2303K/3260K, paused 36ms+6ms, total 278ms
46812-12 15:23:48.682: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
46912-12 15:23:48.872: D/dalvikvm(38): GC_EXPLICIT freed 53K, 30% free 2302K/3260K, paused 25ms+7ms, total 189ms
47012-12 15:23:48.912: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
47112-12 15:23:49.092: D/dalvikvm(38): GC_EXPLICIT freed 52K, 30% free 2302K/3260K, paused 19ms+5ms, total 173ms
47212-12 15:23:49.122: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47312-12 15:23:49.152: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
47412-12 15:23:49.162: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47512-12 15:23:49.182: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
47612-12 15:23:49.202: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
47712-12 15:23:49.222: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
47812-12 15:23:49.242: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
47912-12 15:23:49.262: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
48012-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
48112-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
48212-12 15:23:49.303: W/Resources(38): Preloaded drawable resource #0x108048f (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
48312-12 15:23:49.322: W/Resources(38): Preloaded drawable resource #0x1080490 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
48412-12 15:23:49.344: W/Resources(38): Preloaded drawable resource #0x1080491 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
48512-12 15:23:49.362: W/Resources(38): Preloaded drawable resource #0x1080492 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
48612-12 15:23:49.383: W/Resources(38): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
48712-12 15:23:49.402: W/Resources(38): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
48812-12 15:23:49.423: W/Resources(38): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
48912-12 15:23:49.453: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
49012-12 15:23:49.463: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
49112-12 15:23:49.602: D/dalvikvm(38): GC_EXPLICIT freed 720K, 30% free 2310K/3260K, paused 15ms+15ms, total 138ms
49212-12 15:23:49.623: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
49312-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
49412-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
49512-12 15:23:49.823: D/dalvikvm(38): GC_EXPLICIT freed 110K, 30% free 2306K/3260K, paused 10ms+14ms, total 135ms
49612-12 15:23:49.852: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
49712-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
49812-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
49912-12 15:23:49.903: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
50012-12 15:23:50.252: D/dalvikvm(38): GC_EXPLICIT freed 50K, 30% free 2307K/3260K, paused 5ms+8ms, total 346ms
50112-12 15:23:50.263: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
50212-12 15:23:50.282: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
50312-12 15:23:50.292: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
50412-12 15:23:50.313: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
50512-12 15:23:50.332: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
50612-12 15:23:50.362: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
50712-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
50812-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
50912-12 15:23:50.392: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
51012-12 15:23:50.402: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
51112-12 15:23:50.452: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
51212-12 15:23:50.462: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
51312-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
51412-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
51512-12 15:23:50.542: W/Resources(38): Preloaded drawable resource #0x10804d6 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
51612-12 15:23:50.564: W/Resources(38): Preloaded drawable resource #0x10804d7 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
51712-12 15:23:50.703: D/dalvikvm(38): GC_EXPLICIT freed 44K, 29% free 2316K/3260K, paused 24ms+8ms, total 139ms
51812-12 15:23:50.733: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
51912-12 15:23:50.764: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
52012-12 15:23:50.783: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
52112-12 15:23:50.792: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
52212-12 15:23:50.802: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
52312-12 15:23:50.823: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
52412-12 15:23:50.854: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
52512-12 15:23:50.872: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
52612-12 15:23:50.882: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
52712-12 15:23:50.903: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
52812-12 15:23:51.053: D/dalvikvm(38): GC_EXPLICIT freed 72K, 30% free 2313K/3260K, paused 13ms+6ms, total 152ms
52912-12 15:23:51.082: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
53012-12 15:23:51.094: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
53112-12 15:23:51.122: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
53212-12 15:23:51.132: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
53312-12 15:23:51.158: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
53412-12 15:23:51.172: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
53512-12 15:23:51.213: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
53612-12 15:23:51.352: D/dalvikvm(38): GC_EXPLICIT freed 56K, 30% free 2313K/3260K, paused 10ms+5ms, total 134ms
53712-12 15:23:51.362: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
53812-12 15:23:51.382: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
53912-12 15:23:51.424: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
54012-12 15:23:51.442: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
54112-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
54212-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
54312-12 15:23:51.492: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
54412-12 15:23:51.503: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
54512-12 15:23:51.532: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
54612-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
54712-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
54812-12 15:23:51.672: D/dalvikvm(38): GC_EXPLICIT freed 75K, 29% free 2315K/3260K, paused 9ms+5ms, total 109ms
54912-12 15:23:51.702: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
55012-12 15:23:51.722: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
55112-12 15:23:51.743: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
55212-12 15:23:51.752: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
55312-12 15:23:51.762: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
55412-12 15:23:51.783: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
55512-12 15:23:51.812: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
55612-12 15:23:51.922: D/dalvikvm(38): GC_EXPLICIT freed 56K, 30% free 2314K/3260K, paused 8ms+6ms, total 105ms
55712-12 15:23:51.932: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
55812-12 15:23:51.963: W/Resources(38): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
55912-12 15:23:51.992: W/Resources(38): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
56012-12 15:23:52.002: W/Resources(38): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
56112-12 15:23:52.012: W/Resources(38): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
56212-12 15:23:52.023: W/Resources(38): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
56312-12 15:23:52.043: W/Resources(38): Preloaded drawable resource #0x10802b2 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
56412-12 15:23:52.162: D/dalvikvm(38): GC_EXPLICIT freed 55K, 29% free 2315K/3260K, paused 19ms+13ms, total 113ms
56512-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
56612-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
56712-12 15:23:52.203: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
56812-12 15:23:52.233: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
56912-12 15:23:52.242: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
57012-12 15:23:52.253: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
57112-12 15:23:52.272: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
57212-12 15:23:52.282: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
57312-12 15:23:52.293: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
57412-12 15:23:52.303: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
57512-12 15:23:52.332: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
57612-12 15:23:52.343: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
57712-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
57812-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
57912-12 15:23:52.383: W/Resources(38): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
58012-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
58112-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032b (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
58212-12 15:23:52.522: D/dalvikvm(38): GC_EXPLICIT freed 57K, 29% free 2319K/3260K, paused 13ms+8ms, total 107ms
58312-12 15:23:52.563: W/Resources(38): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
58412-12 15:23:52.583: W/Resources(38): Preloaded drawable resource #0x108032e (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
58512-12 15:23:52.593: W/Resources(38): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
58612-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
58712-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
58812-12 15:23:52.643: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
58912-12 15:23:52.664: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
59012-12 15:23:52.772: D/dalvikvm(38): GC_EXPLICIT freed 58K, 29% free 2319K/3260K, paused 5ms+5ms, total 111ms
59112-12 15:23:52.783: W/Resources(38): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
59212-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x1080346 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
59312-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x108034c (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
59412-12 15:23:52.843: W/Resources(38): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
59512-12 15:23:52.863: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
59612-12 15:23:52.873: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
59712-12 15:23:52.892: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
59812-12 15:23:53.033: D/dalvikvm(38): GC_EXPLICIT freed 66K, 29% free 2320K/3260K, paused 17ms+29ms, total 137ms
59912-12 15:23:53.063: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
60012-12 15:23:53.083: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
60112-12 15:23:53.093: W/Resources(38): Preloaded drawable resource #0x108035b (android:drawable/ic_search) that varies with configuration!!
60212-12 15:23:53.114: W/Resources(38): Preloaded drawable resource #0x10802cf (android:drawable/ic_go) that varies with configuration!!
60312-12 15:23:53.123: W/Resources(38): Preloaded drawable resource #0x1080362 (android:drawable/ic_voice_search) that varies with configuration!!
60412-12 15:23:53.272: D/dalvikvm(38): GC_EXPLICIT freed 53K, 29% free 2319K/3260K, paused 26ms+13ms, total 152ms
60512-12 15:23:53.293: W/Resources(38): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
60612-12 15:23:53.313: W/Resources(38): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
60712-12 15:23:53.353: W/Resources(38): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
60812-12 15:23:53.463: D/dalvikvm(38): GC_EXPLICIT freed 77K, 29% free 2319K/3260K, paused 10ms+5ms, total 104ms
60912-12 15:23:53.493: W/Resources(38): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
61012-12 15:23:53.513: W/Resources(38): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
61112-12 15:23:53.623: D/dalvikvm(38): GC_EXPLICIT freed 50K, 29% free 2319K/3260K, paused 9ms+5ms, total 106ms
61212-12 15:23:53.652: W/Resources(38): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
61312-12 15:23:53.664: W/Resources(38): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
61412-12 15:23:53.693: W/Resources(38): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
61512-12 15:23:53.803: D/dalvikvm(38): GC_EXPLICIT freed 55K, 29% free 2319K/3260K, paused 7ms+6ms, total 103ms
61612-12 15:23:53.844: W/Resources(38): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
61712-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10802c3 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
61812-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_dark) that varies with configuration!!
61912-12 15:23:53.873: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
62012-12 15:23:53.883: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
62112-12 15:23:53.893: W/Resources(38): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
62212-12 15:23:53.923: W/Resources(38): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
62312-12 15:23:53.943: W/Resources(38): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
62412-12 15:23:54.093: D/dalvikvm(38): GC_EXPLICIT freed 47K, 29% free 2323K/3260K, paused 17ms+7ms, total 155ms
62512-12 15:23:54.113: W/Resources(38): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
62612-12 15:23:54.143: W/Resources(38): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
62712-12 15:23:54.153: W/Resources(38): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
62812-12 15:23:54.173: W/Resources(38): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
62912-12 15:23:54.193: W/Resources(38): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
63012-12 15:23:54.222: W/Resources(38): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
63112-12 15:23:54.243: W/Resources(38): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
63212-12 15:23:54.252: W/Resources(38): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
63312-12 15:23:54.393: D/dalvikvm(38): GC_EXPLICIT freed 54K, 29% free 2324K/3260K, paused 25ms+21ms, total 140ms
63412-12 15:23:54.413: W/Resources(38): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
63512-12 15:23:54.424: W/Resources(38): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
63612-12 15:23:54.453: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
63712-12 15:23:54.483: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
63812-12 15:23:54.493: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
63912-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64012-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64112-12 15:23:54.513: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
64212-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64312-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64412-12 15:23:54.544: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
64512-12 15:23:54.583: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
64612-12 15:23:54.593: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
64712-12 15:23:54.614: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
64812-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
64912-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65012-12 15:23:54.734: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
65112-12 15:23:54.743: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65212-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
65312-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
65412-12 15:23:54.903: D/dalvikvm(38): GC_EXPLICIT freed 31K, 28% free 2361K/3260K, paused 8ms+22ms, total 141ms
65512-12 15:23:54.914: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
65612-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
65712-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
65812-12 15:23:54.963: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
65912-12 15:23:55.093: D/dalvikvm(38): GC_EXPLICIT freed 51K, 28% free 2360K/3260K, paused 11ms+6ms, total 134ms
66012-12 15:23:55.103: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
66112-12 15:23:55.123: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
66212-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
66312-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
66412-12 15:23:55.163: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
66512-12 15:23:55.172: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
666: E/(): Device disconnected: 1
667: E/(): Device disconnected
668
112-12 15:23:05.833: I/installd(41): installd firing up
212-12 15:23:05.912: I/qemu-props(33): connected to 'boot-properties' qemud service.
312-12 15:23:05.912: I/qemu-props(33): receiving..
412-12 15:23:05.912: I/qemu-props(33): received: dalvik.vm.heapsize=32m
512-12 15:23:05.992: I/DEBUG(35): debuggerd: Feb 13 2013 15:21:29
612-12 15:23:06.032: E/cutils(41): Failed to read /data/.layout_version: No such file or directory
712-12 15:23:06.093: I/qemu-props(33): receiving..
812-12 15:23:06.093: I/qemu-props(33): received: qemu.sf.lcd_density=240
912-12 15:23:06.164: I/qemu-props(33): receiving..
1012-12 15:23:06.164: I/qemu-props(33): received: qemu.hw.mainkeys=1
1112-12 15:23:06.202: I/qemu-props(33): receiving..
1212-12 15:23:06.202: I/qemu-props(33): received: qemu.sf.fake_camera=none
1312-12 15:23:06.202: I/qemu-props(33): receiving..
1412-12 15:23:06.202: I/qemu-props(33): exiting (4 properties set).
1512-12 15:23:06.242: I/Vold(32): Vold 2.1 (the revenge) firing up
1612-12 15:23:06.483: I/Netd(34): Netd 1.0 starting
1712-12 15:23:06.483: W/InterfaceController(34): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
1812-12 15:23:07.422: I/SurfaceFlinger(37): SurfaceFlinger is starting
1912-12 15:23:07.492: I/SurfaceFlinger(37): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
2012-12 15:23:07.842: I/gralloc(37): using (fd=13)
2112-12 15:23:07.842: I/gralloc(37): id =
2212-12 15:23:07.842: I/gralloc(37): xres = 480 px
2312-12 15:23:07.842: I/gralloc(37): yres = 800 px
2412-12 15:23:07.842: I/gralloc(37): xres_virtual = 480 px
2512-12 15:23:07.842: I/gralloc(37): yres_virtual = 1600 px
2612-12 15:23:07.842: I/gralloc(37): bpp = 16
2712-12 15:23:07.842: I/gralloc(37): r = 11:5
2812-12 15:23:07.842: I/gralloc(37): g = 5:6
2912-12 15:23:07.842: I/gralloc(37): b = 0:5
3012-12 15:23:08.052: I/gralloc(37): width = 74 mm (164.756760 dpi)
3112-12 15:23:08.052: I/gralloc(37): height = 123 mm (165.203247 dpi)
3212-12 15:23:08.052: I/gralloc(37): refresh rate = 260.42 Hz
3312-12 15:23:08.102: E/SurfaceFlinger(37): hwcomposer module not found
3412-12 15:23:08.102: W/SurfaceFlinger(37): getting VSYNC period from fb HAL: 3840010
3512-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
3612-12 15:23:08.102: W/SurfaceFlinger(37): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
3712-12 15:23:08.152: W/SurfaceFlinger(37): no suitable EGLConfig found, trying with 16-bit color allowed
3812-12 15:23:08.152: W/SurfaceFlinger(37): EGL_SLOW_CONFIG selected!
3912-12 15:23:08.152: E/Trace(37): error opening trace file: No such file or directory (2)
4012-12 15:23:08.272: I/SurfaceFlinger(37): EGL informations:
4112-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
4212-12 15:23:08.272: I/SurfaceFlinger(37): version : 1.4 Android META-EGL
4312-12 15:23:08.272: I/SurfaceFlinger(37): extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
4412-12 15:23:08.272: I/SurfaceFlinger(37): Client API: OpenGL_ES
4512-12 15:23:08.272: I/SurfaceFlinger(37): EGLSurface: 5-6-5-0, config=0x0
4612-12 15:23:08.272: I/SurfaceFlinger(37): OpenGL ES informations:
4712-12 15:23:08.272: I/SurfaceFlinger(37): vendor : Android
4812-12 15:23:08.272: I/SurfaceFlinger(37): renderer : Android PixelFlinger 1.4
4912-12 15:23:08.272: I/SurfaceFlinger(37): version : OpenGL ES-CM 1.0
5012-12 15:23:08.272: I/SurfaceFlinger(37): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_EGL_sync GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
5112-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_TEXTURE_SIZE = 4096
5212-12 15:23:08.272: I/SurfaceFlinger(37): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
5312-12 15:23:08.272: W/SurfaceFlinger(37): power module not found
5412-12 15:23:09.012: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
5512-12 15:23:09.153: E/SurfaceFlinger(37): ro.sf.lcd_density must be defined as a build property
5612-12 15:23:09.364: E/Trace(87): error opening trace file: No such file or directory (2)
5712-12 15:23:09.702: I/mediaserver(40): ServiceManager: 0x2a008e30
5812-12 15:23:09.732: I/AudioFlinger(40): Using default 3000 mSec as standby time.
5912-12 15:23:09.762: I/CameraService(40): CameraService started (pid=40)
6012-12 15:23:10.312: I/AudioPolicyManagerBase(40): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
6112-12 15:23:10.323: I/AudioFlinger(40): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1
6212-12 15:23:10.382: I/AudioFlinger(40): HAL output buffer size 1024 frames, normal mix buffer size 1024 frames
6312-12 15:23:10.432: I/AudioMixer(40): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
6412-12 15:23:10.462: I/ARMAssembler(87): generated scanline__00000077:03010102_00000A01_00000000 [ 9 ipp] (30 ins) at [0x40c101f0:0x40c10268] in 7769494 ns
6512-12 15:23:10.482: I/AudioFlinger(40): Using module 1 has the primary audio interface
6612-12 15:23:10.482: I/AudioFlinger(40): AudioFlinger's thread 0x2a00a508 ready to run
6712-12 15:23:10.482: W/AudioFlinger(40): Thread AudioOut_2 cannot connect to the power manager service
6812-12 15:23:10.502: I/AudioPolicyService(40): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
6912-12 15:23:10.502: I/ARMAssembler(87): generated scanline__00000077:03545402_00000A01_00000000 [ 31 ipp] (52 ins) at [0x40c10270:0x40c10340] in 4926605 ns
7012-12 15:23:15.592: I/SamplingProfilerIntegration(38): Profiling disabled.
7112-12 15:23:15.812: I/Zygote(38): Preloading classes...
7212-12 15:23:16.962: W/Zygote(38): Class not found for preloading: android.bluetooth.BluetoothAudioGateway
7312-12 15:23:16.983: W/Zygote(38): Class not found for preloading: android.bluetooth.HeadsetBase
7412-12 15:23:17.002: W/Zygote(38): Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread
7512-12 15:23:17.453: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/iptables -A bw_INPUT -m owner --socket-exists res=256
7612-12 15:23:17.522: E/BandwidthController(34): runIptablesCmd(): failed /system/bin/ip6tables -A bw_INPUT -m owner --socket-exists res=256
7712-12 15:23:17.522: E/Netd(34): Unable to bind netlink socket: No such file or directory
7812-12 15:23:17.522: E/Netd(34): Unable to open quota2 logging socket
7912-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
8012-12 15:23:19.673: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
8112-12 15:23:19.683: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
8212-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothA2dpService
8312-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothEventLoop
8412-12 15:23:22.422: W/Zygote(38): Class not found for preloading: android.server.BluetoothService
8512-12 15:23:23.472: W/Zygote(38): Class not found for preloading: android.util.LocaleUtil
8612-12 15:23:24.202: W/Zygote(38): Class not found for preloading: android.view.ViewRootImpl$ResizedInfo
8712-12 15:23:24.222: W/Zygote(38): Class not found for preloading: android.view.Window$LocalWindowManager
8812-12 15:23:24.242: W/Zygote(38): Class not found for preloading: android.view.WindowManagerImpl$CompatModeWrapper
8912-12 15:23:25.823: I/dalvikvm(38): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
9012-12 15:23:28.602: W/Zygote(38): Class not found for preloading: java.text.DecimalFormat$1
9112-12 15:23:28.872: W/Zygote(38): Class not found for preloading: java.util.concurrent.FutureTask$Sync
9212-12 15:23:28.912: W/Zygote(38): Class not found for preloading: java.util.concurrent.atomic.UnsafeAccess
9312-12 15:23:28.933: W/Zygote(38): Class not found for preloading: java.util.concurrent.locks.UnsafeAccess
9412-12 15:23:29.032: W/Zygote(38): Class not found for preloading: libcore.icu.ErrorCode
9512-12 15:23:31.922: I/System(38): Loaded time zone names for in 2883ms (2839ms in ICU)
9612-12 15:23:33.962: I/System(38): Loaded time zone names for en_US in 2041ms (2008ms in ICU)
9712-12 15:23:35.412: I/Zygote(38): ...preloaded 2541 classes in 19595ms.
9812-12 15:23:35.532: I/Zygote(38): Preloading resources...
9912-12 15:23:35.642: W/Resources(38): Preloaded drawable resource #0x1080602 (android:drawable/toast_frame_holo) that varies with configuration!!
10012-12 15:23:35.673: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
10112-12 15:23:35.834: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
10212-12 15:23:35.843: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
10312-12 15:23:35.883: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
10412-12 15:23:35.903: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
10512-12 15:23:35.913: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
10612-12 15:23:36.073: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
10712-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
10812-12 15:23:36.083: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
10912-12 15:23:36.113: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
11012-12 15:23:36.143: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
11112-12 15:23:36.263: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
11212-12 15:23:36.273: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
11312-12 15:23:36.293: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
11412-12 15:23:36.323: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
11512-12 15:23:36.332: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
11612-12 15:23:36.472: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
11712-12 15:23:36.483: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
11812-12 15:23:36.513: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
11912-12 15:23:36.523: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
12012-12 15:23:36.574: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
12112-12 15:23:36.583: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
12212-12 15:23:36.613: W/Resources(38): Preloaded drawable resource #0x1080108 (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!
12312-12 15:23:36.643: W/Resources(38): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!
12412-12 15:23:36.664: W/Resources(38): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!
12512-12 15:23:36.683: W/Resources(38): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!
12612-12 15:23:36.692: W/Resources(38): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_holo_light) that varies with configuration!!
12712-12 15:23:36.723: W/Resources(38): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_holo_light) that varies with configuration!!
12812-12 15:23:36.754: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
12912-12 15:23:36.762: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
13012-12 15:23:36.772: W/Resources(38): Preloaded drawable resource #0x10800fe (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!
13112-12 15:23:36.793: W/Resources(38): Preloaded drawable resource #0x10800e9 (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!
13212-12 15:23:36.813: W/Resources(38): Preloaded drawable resource #0x10800eb (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!
13312-12 15:23:36.823: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
13412-12 15:23:36.844: W/Resources(38): Preloaded drawable resource #0x1080100 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!
13512-12 15:23:37.013: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
13612-12 15:23:37.024: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
13712-12 15:23:37.043: W/Resources(38): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!
13812-12 15:23:37.073: W/Resources(38): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!
13912-12 15:23:37.103: W/Resources(38): Preloaded drawable resource #0x1080101 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!
14012-12 15:23:37.113: W/Resources(38): Preloaded drawable resource #0x10800ec (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!
14112-12 15:23:37.143: W/Resources(38): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_holo_dark) that varies with configuration!!
14212-12 15:23:37.174: W/Resources(38): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!
14312-12 15:23:37.183: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
14412-12 15:23:37.192: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
14512-12 15:23:37.203: W/Resources(38): Preloaded drawable resource #0x10800fd (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!
14612-12 15:23:37.233: W/Resources(38): Preloaded drawable resource #0x10800e8 (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!
14712-12 15:23:37.253: W/Resources(38): Preloaded drawable resource #0x10800ea (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!
14812-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
14912-12 15:23:37.273: W/Resources(38): Preloaded drawable resource #0x10800ff (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!
15012-12 15:23:37.453: W/Resources(38): Preloaded drawable resource #0x1080198 (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!
15112-12 15:23:37.486: W/Resources(38): Preloaded drawable resource #0x1080197 (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!
15212-12 15:23:37.523: W/Resources(38): Preloaded drawable resource #0x1080195 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!
15312-12 15:23:37.533: W/Resources(38): Preloaded drawable resource #0x1080194 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!
15412-12 15:23:37.585: W/Resources(38): Preloaded drawable resource #0x1080192 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!
15512-12 15:23:37.763: W/Resources(38): Preloaded drawable resource #0x1080191 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!
15612-12 15:23:37.773: W/Resources(38): Preloaded drawable resource #0x1080190 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!
15712-12 15:23:37.803: W/Resources(38): Preloaded drawable resource #0x108018f (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!
15812-12 15:23:37.825: W/Resources(38): Preloaded drawable resource #0x108018e (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!
15912-12 15:23:37.832: W/Resources(38): Preloaded drawable resource #0x108018d (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!
16012-12 15:23:38.022: W/Resources(38): Preloaded drawable resource #0x108018a (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!
16112-12 15:23:38.043: W/Resources(38): Preloaded drawable resource #0x1080189 (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!
16212-12 15:23:38.053: W/Resources(38): Preloaded drawable resource #0x1080187 (android:drawable/btn_radio_off_holo_light) that varies with configuration!!
16312-12 15:23:38.062: W/Resources(38): Preloaded drawable resource #0x1080186 (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!
16412-12 15:23:38.082: W/Resources(38): Preloaded drawable resource #0x1080184 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!
16512-12 15:23:38.234: W/Resources(38): Preloaded drawable resource #0x1080183 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!
16612-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080182 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!
16712-12 15:23:38.273: W/Resources(38): Preloaded drawable resource #0x1080181 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!
16812-12 15:23:38.292: W/Resources(38): Preloaded drawable resource #0x1080180 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!
16912-12 15:23:38.302: W/Resources(38): Preloaded drawable resource #0x108017f (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!
17012-12 15:23:38.453: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
17112-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
17212-12 15:23:38.472: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
17312-12 15:23:38.512: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
17412-12 15:23:38.522: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
17512-12 15:23:38.552: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
17612-12 15:23:38.702: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
17712-12 15:23:38.722: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
17812-12 15:23:38.732: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
17912-12 15:23:38.753: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
18012-12 15:23:38.772: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
18112-12 15:23:38.802: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
18212-12 15:23:38.812: W/Resources(38): Preloaded drawable resource #0x108012a (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!
18312-12 15:23:38.844: W/Resources(38): Preloaded drawable resource #0x108011e (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!
18412-12 15:23:38.862: W/Resources(38): Preloaded drawable resource #0x1080126 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!
18512-12 15:23:38.912: W/Resources(38): Preloaded drawable resource #0x1080118 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!
18612-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
18712-12 15:23:38.922: W/Resources(38): Preloaded drawable resource #0x108011b (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!
18812-12 15:23:39.102: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
18912-12 15:23:39.112: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
19012-12 15:23:39.132: W/Resources(38): Preloaded drawable resource #0x108012b (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!
19112-12 15:23:39.152: W/Resources(38): Preloaded drawable resource #0x108011f (android:drawable/btn_default_focused_holo_light) that varies with configuration!!
19212-12 15:23:39.174: W/Resources(38): Preloaded drawable resource #0x1080127 (android:drawable/btn_default_normal_holo_light) that varies with configuration!!
19312-12 15:23:39.193: W/Resources(38): Preloaded drawable resource #0x1080119 (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!
19412-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
19512-12 15:23:39.213: W/Resources(38): Preloaded drawable resource #0x108011c (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!
19612-12 15:23:39.392: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
19712-12 15:23:39.422: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
19812-12 15:23:39.443: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
19912-12 15:23:39.452: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
20012-12 15:23:39.482: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
20112-12 15:23:39.622: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
20212-12 15:23:39.653: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
20312-12 15:23:39.682: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
20412-12 15:23:39.692: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
20512-12 15:23:39.723: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
20612-12 15:23:39.872: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
20712-12 15:23:39.907: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
20812-12 15:23:39.923: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
20912-12 15:23:39.942: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
21012-12 15:23:39.972: W/Resources(38): Preloaded drawable resource #0x10801e0 (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!
21112-12 15:23:40.042: W/Resources(38): Preloaded drawable resource #0x10801d6 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!
21212-12 15:23:40.062: W/Resources(38): Preloaded drawable resource #0x10801dc (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!
21312-12 15:23:40.102: W/Resources(38): Preloaded drawable resource #0x10801d2 (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!
21412-12 15:23:40.132: W/Resources(38): Preloaded drawable resource #0x10801d8 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!
21512-12 15:23:40.152: W/Resources(38): Preloaded drawable resource #0x10801da (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!
21612-12 15:23:40.192: W/Resources(38): Preloaded drawable resource #0x10801ce (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!
21712-12 15:23:40.212: W/Resources(38): Preloaded drawable resource #0x10801d0 (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!
21812-12 15:23:40.242: W/Resources(38): Preloaded drawable resource #0x10801d4 (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!
21912-12 15:23:40.262: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
22012-12 15:23:40.272: W/Resources(38): Preloaded drawable resource #0x10801de (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!
22112-12 15:23:40.452: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
22212-12 15:23:40.482: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
22312-12 15:23:40.512: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
22412-12 15:23:40.542: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
22512-12 15:23:40.562: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
22612-12 15:23:40.732: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
22712-12 15:23:40.762: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
22812-12 15:23:40.773: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
22912-12 15:23:40.802: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
23012-12 15:23:40.832: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
23112-12 15:23:40.992: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
23212-12 15:23:41.022: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
23312-12 15:23:41.072: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
23412-12 15:23:41.092: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
23512-12 15:23:41.122: W/Resources(38): Preloaded drawable resource #0x10801df (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!
23612-12 15:23:41.162: W/Resources(38): Preloaded drawable resource #0x10801d5 (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!
23712-12 15:23:41.193: W/Resources(38): Preloaded drawable resource #0x10801db (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!
23812-12 15:23:41.212: W/Resources(38): Preloaded drawable resource #0x10801d1 (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!
23912-12 15:23:41.232: W/Resources(38): Preloaded drawable resource #0x10801d7 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!
24012-12 15:23:41.252: W/Resources(38): Preloaded drawable resource #0x10801d9 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!
24112-12 15:23:41.292: W/Resources(38): Preloaded drawable resource #0x10801cd (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!
24212-12 15:23:41.313: W/Resources(38): Preloaded drawable resource #0x10801cf (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!
24312-12 15:23:41.332: W/Resources(38): Preloaded drawable resource #0x10801d3 (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!
24412-12 15:23:41.362: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
24512-12 15:23:41.372: W/Resources(38): Preloaded drawable resource #0x10801dd (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!
24612-12 15:23:41.532: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
24712-12 15:23:41.562: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
24812-12 15:23:41.582: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
24912-12 15:23:41.602: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
25012-12 15:23:41.632: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
25112-12 15:23:41.652: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
25212-12 15:23:41.822: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
25312-12 15:23:41.852: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
25412-12 15:23:41.872: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
25512-12 15:23:41.892: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
25612-12 15:23:41.912: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
25712-12 15:23:41.933: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
25812-12 15:23:42.082: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
25912-12 15:23:42.103: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
26012-12 15:23:42.122: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
26112-12 15:23:42.132: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
26212-12 15:23:42.142: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
26312-12 15:23:42.173: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
26412-12 15:23:42.312: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
26512-12 15:23:42.322: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
26612-12 15:23:42.362: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
26712-12 15:23:42.382: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
26812-12 15:23:42.392: W/Resources(38): Preloaded drawable resource #0x10801fa (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!
26912-12 15:23:42.402: W/Resources(38): Preloaded drawable resource #0x10801f6 (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!
27012-12 15:23:42.432: W/Resources(38): Preloaded drawable resource #0x10801f8 (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!
27112-12 15:23:42.462: W/Resources(38): Preloaded drawable resource #0x10801f2 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!
27212-12 15:23:42.472: W/Resources(38): Preloaded drawable resource #0x10801f4 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!
27312-12 15:23:42.483: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
27412-12 15:23:42.534: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
27512-12 15:23:42.542: W/Resources(38): Preloaded drawable resource #0x10801ef (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!
27612-12 15:23:42.562: W/Resources(38): Preloaded drawable resource #0x10801eb (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!
27712-12 15:23:42.573: W/Resources(38): Preloaded drawable resource #0x10801ed (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!
27812-12 15:23:42.603: W/Resources(38): Preloaded drawable resource #0x10801e7 (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!
27912-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
28012-12 15:23:42.632: W/Resources(38): Preloaded drawable resource #0x10801e9 (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!
28112-12 15:23:42.933: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
28212-12 15:23:42.942: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
28312-12 15:23:42.962: W/Resources(38): Preloaded drawable resource #0x10801f9 (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!
28412-12 15:23:42.972: W/Resources(38): Preloaded drawable resource #0x10801f5 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!
28512-12 15:23:43.022: W/Resources(38): Preloaded drawable resource #0x10801f7 (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!
28612-12 15:23:43.032: W/Resources(38): Preloaded drawable resource #0x10801f1 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!
28712-12 15:23:43.042: W/Resources(38): Preloaded drawable resource #0x10801f3 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!
28812-12 15:23:43.053: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
28912-12 15:23:43.062: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
29012-12 15:23:43.112: W/Resources(38): Preloaded drawable resource #0x10801ee (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!
29112-12 15:23:43.123: W/Resources(38): Preloaded drawable resource #0x10801ea (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!
29212-12 15:23:43.132: W/Resources(38): Preloaded drawable resource #0x10801ec (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!
29312-12 15:23:43.142: W/Resources(38): Preloaded drawable resource #0x10801e6 (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!
29412-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
29512-12 15:23:43.182: W/Resources(38): Preloaded drawable resource #0x10801e8 (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!
29612-12 15:23:43.342: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
29712-12 15:23:43.372: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
29812-12 15:23:43.383: W/Resources(38): Preloaded drawable resource #0x10805e0 (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!
29912-12 15:23:43.402: W/Resources(38): Preloaded drawable resource #0x10805e8 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!
30012-12 15:23:43.422: W/Resources(38): Preloaded drawable resource #0x10805e2 (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!
30112-12 15:23:43.442: W/Resources(38): Preloaded drawable resource #0x10805e4 (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!
30212-12 15:23:43.463: W/Resources(38): Preloaded drawable resource #0x10805e6 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!
30312-12 15:23:43.482: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
30412-12 15:23:43.492: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
30512-12 15:23:43.524: W/Resources(38): Preloaded drawable resource #0x10805cd (android:drawable/textfield_activated_holo_light) that varies with configuration!!
30612-12 15:23:43.544: W/Resources(38): Preloaded drawable resource #0x10805d5 (android:drawable/textfield_default_holo_light) that varies with configuration!!
30712-12 15:23:43.572: W/Resources(38): Preloaded drawable resource #0x10805d8 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!
30812-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
30912-12 15:23:43.602: W/Resources(38): Preloaded drawable resource #0x10805da (android:drawable/textfield_disabled_holo_light) that varies with configuration!!
31012-12 15:23:43.782: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
31112-12 15:23:43.812: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
31212-12 15:23:43.822: W/Resources(38): Preloaded drawable resource #0x10805df (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!
31312-12 15:23:43.862: W/Resources(38): Preloaded drawable resource #0x10805e7 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!
31412-12 15:23:43.882: W/Resources(38): Preloaded drawable resource #0x10805e1 (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!
31512-12 15:23:43.903: W/Resources(38): Preloaded drawable resource #0x10805e3 (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!
31612-12 15:23:43.912: W/Resources(38): Preloaded drawable resource #0x10805e5 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!
31712-12 15:23:43.944: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
31812-12 15:23:43.962: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
31912-12 15:23:44.002: W/Resources(38): Preloaded drawable resource #0x10805cc (android:drawable/textfield_activated_holo_dark) that varies with configuration!!
32012-12 15:23:44.012: W/Resources(38): Preloaded drawable resource #0x10805dc (android:drawable/textfield_focused_holo_dark) that varies with configuration!!
32112-12 15:23:44.052: W/Resources(38): Preloaded drawable resource #0x10805d4 (android:drawable/textfield_default_holo_dark) that varies with configuration!!
32212-12 15:23:44.072: W/Resources(38): Preloaded drawable resource #0x10805d7 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!
32312-12 15:23:44.092: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
32412-12 15:23:44.102: W/Resources(38): Preloaded drawable resource #0x10805d9 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!
32512-12 15:23:44.303: W/Resources(38): Preloaded drawable resource #0x10805c9 (android:drawable/text_select_handle_left) that varies with configuration!!
32612-12 15:23:44.332: W/Resources(38): Preloaded drawable resource #0x10805cb (android:drawable/text_select_handle_right) that varies with configuration!!
32712-12 15:23:44.513: W/Resources(38): Preloaded drawable resource #0x10805c6 (android:drawable/text_edit_paste_window) that varies with configuration!!
32812-12 15:23:44.522: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
32912-12 15:23:44.552: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
33012-12 15:23:44.572: W/Resources(38): Preloaded drawable resource #0x108026b (android:drawable/expander_close_holo_dark) that varies with configuration!!
33112-12 15:23:44.595: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
33212-12 15:23:44.602: W/Resources(38): Preloaded drawable resource #0x1080272 (android:drawable/expander_open_holo_dark) that varies with configuration!!
33312-12 15:23:44.754: W/Resources(38): Preloaded drawable resource #0x108026c (android:drawable/expander_close_holo_light) that varies with configuration!!
33412-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
33512-12 15:23:44.772: W/Resources(38): Preloaded drawable resource #0x1080273 (android:drawable/expander_open_holo_light) that varies with configuration!!
33612-12 15:23:44.812: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
33712-12 15:23:44.832: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
33812-12 15:23:44.843: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
33912-12 15:23:44.852: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
34012-12 15:23:44.872: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
34112-12 15:23:44.884: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
34212-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
34312-12 15:23:44.912: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
34412-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
34512-12 15:23:44.952: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
34612-12 15:23:45.242: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
34712-12 15:23:45.292: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
34812-12 15:23:45.312: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
34912-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
35012-12 15:23:45.342: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
35112-12 15:23:45.388: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
35212-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
35312-12 15:23:45.392: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
35412-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
35512-12 15:23:45.412: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
35612-12 15:23:45.552: W/Resources(38): Preloaded drawable resource #0x10803d4 (android:drawable/list_section_divider_holo_light) that varies with configuration!!
35712-12 15:23:45.582: W/Resources(38): Preloaded drawable resource #0x10803d3 (android:drawable/list_section_divider_holo_dark) that varies with configuration!!
35812-12 15:23:45.632: W/Resources(38): Preloaded drawable resource #0x1080408 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!
35912-12 15:23:46.082: W/Resources(38): Preloaded drawable resource #0x1080409 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!
36012-12 15:23:46.184: W/Resources(38): Preloaded drawable resource #0x108040c (android:drawable/menu_submenu_background) that varies with configuration!!
36112-12 15:23:46.192: W/Resources(38): Preloaded drawable resource #0x1080407 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!
36212-12 15:23:47.009: W/Resources(38): Preloaded drawable resource #0x1080406 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!
36312-12 15:23:47.022: W/Resources(38): Preloaded drawable resource #0x1080436 (android:drawable/overscroll_edge) that varies with configuration!!
36412-12 15:23:47.842: W/Resources(38): Preloaded drawable resource #0x1080437 (android:drawable/overscroll_glow) that varies with configuration!!
36512-12 15:23:48.063: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
36612-12 15:23:48.072: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
36712-12 15:23:48.212: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
36812-12 15:23:48.362: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
36912-12 15:23:48.682: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
37012-12 15:23:48.912: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
37112-12 15:23:49.122: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
37212-12 15:23:49.152: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
37312-12 15:23:49.162: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
37412-12 15:23:49.182: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
37512-12 15:23:49.202: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
37612-12 15:23:49.222: W/Resources(38): Preloaded drawable resource #0x1080479 (android:drawable/progress_bg_holo_dark) that varies with configuration!!
37712-12 15:23:49.242: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
37812-12 15:23:49.262: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
37912-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
38012-12 15:23:49.272: W/Resources(38): Preloaded drawable resource #0x108047a (android:drawable/progress_bg_holo_light) that varies with configuration!!
38112-12 15:23:49.303: W/Resources(38): Preloaded drawable resource #0x108048f (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!
38212-12 15:23:49.322: W/Resources(38): Preloaded drawable resource #0x1080490 (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!
38312-12 15:23:49.344: W/Resources(38): Preloaded drawable resource #0x1080491 (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!
38412-12 15:23:49.362: W/Resources(38): Preloaded drawable resource #0x1080492 (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!
38512-12 15:23:49.383: W/Resources(38): Preloaded drawable resource #0x1080493 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!
38612-12 15:23:49.402: W/Resources(38): Preloaded drawable resource #0x1080494 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!
38712-12 15:23:49.423: W/Resources(38): Preloaded drawable resource #0x1080495 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!
38812-12 15:23:49.453: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
38912-12 15:23:49.463: W/Resources(38): Preloaded drawable resource #0x1080496 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!
39012-12 15:23:49.623: W/Resources(38): Preloaded drawable resource #0x10804f9 (android:drawable/spinner_76_outer_holo) that varies with configuration!!
39112-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
39212-12 15:23:49.684: W/Resources(38): Preloaded drawable resource #0x10804f8 (android:drawable/spinner_76_inner_holo) that varies with configuration!!
39312-12 15:23:49.852: W/Resources(38): Preloaded drawable resource #0x10804f7 (android:drawable/spinner_48_outer_holo) that varies with configuration!!
39412-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
39512-12 15:23:49.882: W/Resources(38): Preloaded drawable resource #0x10804f6 (android:drawable/spinner_48_inner_holo) that varies with configuration!!
39612-12 15:23:49.903: W/Resources(38): Preloaded drawable resource #0x1080484 (android:drawable/progress_primary_holo_dark) that varies with configuration!!
39712-12 15:23:50.263: W/Resources(38): Preloaded drawable resource #0x1080485 (android:drawable/progress_primary_holo_light) that varies with configuration!!
39812-12 15:23:50.282: W/Resources(38): Preloaded drawable resource #0x1080486 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!
39912-12 15:23:50.292: W/Resources(38): Preloaded drawable resource #0x1080487 (android:drawable/progress_secondary_holo_light) that varies with configuration!!
40012-12 15:23:50.313: W/Resources(38): Preloaded drawable resource #0x10804f3 (android:drawable/spinner_16_outer_holo) that varies with configuration!!
40112-12 15:23:50.332: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
40212-12 15:23:50.362: W/Resources(38): Preloaded drawable resource #0x10804f2 (android:drawable/spinner_16_inner_holo) that varies with configuration!!
40312-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
40412-12 15:23:50.372: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
40512-12 15:23:50.392: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
40612-12 15:23:50.402: W/Resources(38): Preloaded drawable resource #0x10804e3 (android:drawable/scrubber_track_holo_dark) that varies with configuration!!
40712-12 15:23:50.452: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
40812-12 15:23:50.462: W/Resources(38): Preloaded drawable resource #0x10804e2 (android:drawable/scrubber_secondary_holo) that varies with configuration!!
40912-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804df (android:drawable/scrubber_primary_holo) that varies with configuration!!
41012-12 15:23:50.483: W/Resources(38): Preloaded drawable resource #0x10804e4 (android:drawable/scrubber_track_holo_light) that varies with configuration!!
41112-12 15:23:50.542: W/Resources(38): Preloaded drawable resource #0x10804d6 (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!
41212-12 15:23:50.564: W/Resources(38): Preloaded drawable resource #0x10804d7 (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!
41312-12 15:23:50.733: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
41412-12 15:23:50.764: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
41512-12 15:23:50.783: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
41612-12 15:23:50.792: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
41712-12 15:23:50.802: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
41812-12 15:23:50.823: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
41912-12 15:23:50.854: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
42012-12 15:23:50.872: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
42112-12 15:23:50.882: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
42212-12 15:23:50.903: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
42312-12 15:23:51.082: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
42412-12 15:23:51.094: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
42512-12 15:23:51.122: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
42612-12 15:23:51.132: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
42712-12 15:23:51.158: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
42812-12 15:23:51.172: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
42912-12 15:23:51.213: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
43012-12 15:23:51.362: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
43112-12 15:23:51.382: W/Resources(38): Preloaded drawable resource #0x10804fc (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!
43212-12 15:23:51.424: W/Resources(38): Preloaded drawable resource #0x1080502 (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!
43312-12 15:23:51.442: W/Resources(38): Preloaded drawable resource #0x10804fe (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!
43412-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
43512-12 15:23:51.452: W/Resources(38): Preloaded drawable resource #0x10804fa (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!
43612-12 15:23:51.492: W/Resources(38): Preloaded drawable resource #0x10804fd (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!
43712-12 15:23:51.503: W/Resources(38): Preloaded drawable resource #0x1080503 (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!
43812-12 15:23:51.532: W/Resources(38): Preloaded drawable resource #0x10804ff (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!
43912-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
44012-12 15:23:51.562: W/Resources(38): Preloaded drawable resource #0x10804fb (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!
44112-12 15:23:51.702: W/Resources(38): Preloaded drawable resource #0x108050a (android:drawable/spinner_default_holo_dark) that varies with configuration!!
44212-12 15:23:51.722: W/Resources(38): Preloaded drawable resource #0x108050b (android:drawable/spinner_default_holo_light) that varies with configuration!!
44312-12 15:23:51.743: W/Resources(38): Preloaded drawable resource #0x108050c (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!
44412-12 15:23:51.752: W/Resources(38): Preloaded drawable resource #0x108050d (android:drawable/spinner_disabled_holo_light) that varies with configuration!!
44512-12 15:23:51.762: W/Resources(38): Preloaded drawable resource #0x1080510 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!
44612-12 15:23:51.783: W/Resources(38): Preloaded drawable resource #0x1080511 (android:drawable/spinner_focused_holo_light) that varies with configuration!!
44712-12 15:23:51.812: W/Resources(38): Preloaded drawable resource #0x1080514 (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!
44812-12 15:23:51.932: W/Resources(38): Preloaded drawable resource #0x1080515 (android:drawable/spinner_pressed_holo_light) that varies with configuration!!
44912-12 15:23:51.963: W/Resources(38): Preloaded drawable resource #0x108020b (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!
45012-12 15:23:51.992: W/Resources(38): Preloaded drawable resource #0x108020e (android:drawable/cab_background_top_holo_light) that varies with configuration!!
45112-12 15:23:52.002: W/Resources(38): Preloaded drawable resource #0x108020c (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!
45212-12 15:23:52.012: W/Resources(38): Preloaded drawable resource #0x10802b1 (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!
45312-12 15:23:52.023: W/Resources(38): Preloaded drawable resource #0x108020d (android:drawable/cab_background_top_holo_dark) that varies with configuration!!
45412-12 15:23:52.043: W/Resources(38): Preloaded drawable resource #0x10802b2 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!
45512-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
45612-12 15:23:52.182: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
45712-12 15:23:52.203: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
45812-12 15:23:52.233: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
45912-12 15:23:52.242: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
46012-12 15:23:52.253: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
46112-12 15:23:52.272: W/Resources(38): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!
46212-12 15:23:52.282: W/Resources(38): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!
46312-12 15:23:52.293: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
46412-12 15:23:52.303: W/Resources(38): Preloaded drawable resource #0x10800d4 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!
46512-12 15:23:52.332: W/Resources(38): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!
46612-12 15:23:52.343: W/Resources(38): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!
46712-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
46812-12 15:23:52.352: W/Resources(38): Preloaded drawable resource #0x10800d3 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!
46912-12 15:23:52.383: W/Resources(38): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!
47012-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032a (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!
47112-12 15:23:52.413: W/Resources(38): Preloaded drawable resource #0x108032b (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!
47212-12 15:23:52.563: W/Resources(38): Preloaded drawable resource #0x108032d (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!
47312-12 15:23:52.583: W/Resources(38): Preloaded drawable resource #0x108032e (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!
47412-12 15:23:52.593: W/Resources(38): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!
47512-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
47612-12 15:23:52.613: W/Resources(38): Preloaded drawable resource #0x1080341 (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!
47712-12 15:23:52.643: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
47812-12 15:23:52.664: W/Resources(38): Preloaded drawable resource #0x1080342 (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!
47912-12 15:23:52.783: W/Resources(38): Preloaded drawable resource #0x1080345 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!
48012-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x1080346 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!
48112-12 15:23:52.822: W/Resources(38): Preloaded drawable resource #0x108034c (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!
48212-12 15:23:52.843: W/Resources(38): Preloaded drawable resource #0x108034b (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!
48312-12 15:23:52.863: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
48412-12 15:23:52.873: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
48512-12 15:23:52.892: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
48612-12 15:23:53.063: W/Resources(38): Preloaded drawable resource #0x10802b5 (android:drawable/ic_clear_disabled) that varies with configuration!!
48712-12 15:23:53.083: W/Resources(38): Preloaded drawable resource #0x10802b7 (android:drawable/ic_clear_normal) that varies with configuration!!
48812-12 15:23:53.093: W/Resources(38): Preloaded drawable resource #0x108035b (android:drawable/ic_search) that varies with configuration!!
48912-12 15:23:53.114: W/Resources(38): Preloaded drawable resource #0x10802cf (android:drawable/ic_go) that varies with configuration!!
49012-12 15:23:53.123: W/Resources(38): Preloaded drawable resource #0x1080362 (android:drawable/ic_voice_search) that varies with configuration!!
49112-12 15:23:53.293: W/Resources(38): Preloaded drawable resource #0x108021f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!
49212-12 15:23:53.313: W/Resources(38): Preloaded drawable resource #0x1080220 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!
49312-12 15:23:53.353: W/Resources(38): Preloaded drawable resource #0x1080224 (android:drawable/dialog_full_holo_dark) that varies with configuration!!
49412-12 15:23:53.493: W/Resources(38): Preloaded drawable resource #0x1080225 (android:drawable/dialog_full_holo_light) that varies with configuration!!
49512-12 15:23:53.513: W/Resources(38): Preloaded drawable resource #0x108022d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!
49612-12 15:23:53.652: W/Resources(38): Preloaded drawable resource #0x108022e (android:drawable/dialog_middle_holo_light) that varies with configuration!!
49712-12 15:23:53.664: W/Resources(38): Preloaded drawable resource #0x108022f (android:drawable/dialog_top_holo_dark) that varies with configuration!!
49812-12 15:23:53.693: W/Resources(38): Preloaded drawable resource #0x1080230 (android:drawable/dialog_top_holo_light) that varies with configuration!!
49912-12 15:23:53.844: W/Resources(38): Preloaded drawable resource #0x10802c2 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!
50012-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10802c3 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!
50112-12 15:23:53.853: W/Resources(38): Preloaded drawable resource #0x10803c9 (android:drawable/list_divider_holo_dark) that varies with configuration!!
50212-12 15:23:53.873: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
50312-12 15:23:53.883: W/Resources(38): Preloaded drawable resource #0x10803ca (android:drawable/list_divider_holo_light) that varies with configuration!!
50412-12 15:23:53.893: W/Resources(38): Preloaded drawable resource #0x10800bd (android:drawable/ab_transparent_dark_holo) that varies with configuration!!
50512-12 15:23:53.923: W/Resources(38): Preloaded drawable resource #0x10800bb (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!
50612-12 15:23:53.943: W/Resources(38): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!
50712-12 15:23:54.113: W/Resources(38): Preloaded drawable resource #0x10800b5 (android:drawable/ab_solid_dark_holo) that varies with configuration!!
50812-12 15:23:54.143: W/Resources(38): Preloaded drawable resource #0x10800b8 (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!
50912-12 15:23:54.153: W/Resources(38): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!
51012-12 15:23:54.173: W/Resources(38): Preloaded drawable resource #0x10800be (android:drawable/ab_transparent_light_holo) that varies with configuration!!
51112-12 15:23:54.193: W/Resources(38): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!
51212-12 15:23:54.222: W/Resources(38): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!
51312-12 15:23:54.243: W/Resources(38): Preloaded drawable resource #0x10800b6 (android:drawable/ab_solid_light_holo) that varies with configuration!!
51412-12 15:23:54.252: W/Resources(38): Preloaded drawable resource #0x10800ba (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!
51512-12 15:23:54.413: W/Resources(38): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!
51612-12 15:23:54.424: W/Resources(38): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!
51712-12 15:23:54.453: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
51812-12 15:23:54.483: W/Resources(38): Preloaded drawable resource #0x10803f0 (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!
51912-12 15:23:54.493: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
52012-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
52112-12 15:23:54.503: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
52212-12 15:23:54.513: W/Resources(38): Preloaded drawable resource #0x10803d1 (android:drawable/list_pressed_holo_dark) that varies with configuration!!
52312-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
52412-12 15:23:54.533: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
52512-12 15:23:54.544: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
52612-12 15:23:54.583: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
52712-12 15:23:54.593: W/Resources(38): Preloaded drawable resource #0x10803f1 (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!
52812-12 15:23:54.614: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
52912-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
53012-12 15:23:54.712: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
53112-12 15:23:54.734: W/Resources(38): Preloaded drawable resource #0x10803d2 (android:drawable/list_pressed_holo_light) that varies with configuration!!
53212-12 15:23:54.743: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
53312-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803d0 (android:drawable/list_longpressed_holo) that varies with configuration!!
53412-12 15:23:54.753: W/Resources(38): Preloaded drawable resource #0x10803cc (android:drawable/list_focused_holo) that varies with configuration!!
53512-12 15:23:54.914: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
53612-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
53712-12 15:23:54.933: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
53812-12 15:23:54.963: W/Resources(38): Preloaded drawable resource #0x108027a (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!
53912-12 15:23:55.103: W/Resources(38): Preloaded drawable resource #0x1080278 (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!
54012-12 15:23:55.123: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
54112-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
54212-12 15:23:55.143: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
54312-12 15:23:55.163: W/Resources(38): Preloaded drawable resource #0x108027f (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!
54412-12 15:23:55.172: W/Resources(38): Preloaded drawable resource #0x108027b (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!
545: E/(): Device disconnected: 1
546: E/(): Device disconnected

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

13.12.2013, 18:44:59 via Website

Könnte mir jemand sagen was das zu beteuten hat?
LG

SvenDD

Antworten
Jmonkey Einundvierzig
  • Forum-Beiträge: 14

20.12.2013, 18:25:08 via Website

Weiß denn niemand was ich da falsch gemacht hab?

SvenDD

Antworten
Carsten M.
  • Forum-Beiträge: 33.204

20.12.2013, 18:33:15 via App

Was soll das denn?

Bitte nicht den kompletten logcat Posten!!!

Herzliche Grüße

Carsten

Ich komm' mir langsam vor wie jemand, der ich bin // #cäthe

Antworten