Last active
August 29, 2015 14:16
-
-
Save zmillman/b04dbbcbb1cf0c80acf1 to your computer and use it in GitHub Desktop.
Using OkHTTP crashes application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MainActivity < Android::App::Activity | |
def onCreate(savedInstanceState) | |
super | |
ok_client = Com::Squareup::Okhttp::OkHttpClient.new | |
ok_request = Com::Squareup::Okhttp::Request::Builder.new.url("http://www.wikipedia.org/").build() | |
puts "enqueueing request" | |
ok_client.newCall(request).enqueue(ResponseCallback.new(activity)) # <= Crashes here with "Unfortunately, MyApp has stopped" | |
puts "queued request" | |
end | |
def print_result(message) | |
puts message | |
end | |
class ResponseCallback | |
def initialize(activity) | |
@activity = activity | |
end | |
def onResponse(response) | |
puts "got response" | |
@activity.print_result(response.body().string()) | |
end | |
def onFailure(request, throwable) | |
raise "Error! #{throwable.toString()}" | |
end | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
$:.unshift("/Library/RubyMotion/lib") | |
require 'motion/project/template/android' | |
begin | |
require 'bundler' | |
Bundler.require | |
rescue LoadError | |
end | |
Motion::Project::App.setup do |app| | |
# Use `rake config' to see complete project settings. | |
app.name = "Magoosh" | |
app.package = "com.magoosh.prep.development" | |
app.api_version = "19" | |
app.main_activity = "MainActivity" | |
app.permissions << "android.permission.INTERNET" | |
app.maven do | |
dependency "com.squareup.okhttp", :artifact => "okhttp", :version => "2.2.0" | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
02-23 17:40:47.507 1771-1771/? D/com/magoosh/prep/development﹕ Loaded payload | |
02-23 17:40:47.517 1771-1771/? I/com/magoosh/prep/development﹕ enqueueing request | |
02-23 17:40:47.527 739-793/? W/BroadcastQueue﹕ Permission Denial: broadcasting Intent { act=android.net.conn.INET_CONDITION_ACTION flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{42eca1b8 u0 ReceiverList{42ebef40 1750 com.facebook.katana:dash/10037/u0 remote:42e94ef8}} | |
02-23 17:40:47.527 739-793/? W/BroadcastQueue﹕ Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{42eca1b8 u0 ReceiverList{42ebef40 1750 com.facebook.katana:dash/10037/u0 remote:42e94ef8}} | |
02-23 17:40:47.537 739-881/? D/WifiNative-wlan0﹕ doString: SIGNAL_POLL | |
02-23 17:40:47.537 739-881/? W/WifiHW﹕ QCOM Debug wifi_send_command "IFNAME=wlan0 SIGNAL_POLL" | |
02-23 17:40:47.617 1771-1771/? A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x0000000a (code=1), thread 1771 (rep.development) | |
02-23 17:40:47.667 263-263/? I/DEBUG﹕ Build fingerprint: 'VERIZON/HTCOneVZW/m7wlv:4.4.3/KTU84L/365669.2:user/release-keys' | |
02-23 17:40:47.667 263-263/? I/DEBUG﹕ Revision: '0' | |
02-23 17:40:47.667 263-263/? I/DEBUG﹕ pid: 1771, tid: 1771, name: rep.development >>> com.magoosh.prep.development <<< | |
02-23 17:40:47.667 263-263/? I/DEBUG﹕ debuggerd: checkTellHTCSettings | |
02-23 17:40:47.667 1750-1839/? D/libc﹕ [NET] getaddrinfo+,hn 9(0x3132372e302e30),sn(),family 0,flags 4 | |
02-23 17:40:47.667 1750-1839/? D/libc﹕ [NET] getaddrinfo-, SUCCESS | |
02-23 17:40:47.677 263-263/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000a | |
02-23 17:40:47.697 739-793/? W/CpuWake﹕ >>nativeReleaseCpuPerfWakeLock() | |
02-23 17:40:47.707 739-793/? W/CpuWake﹕ <<nativeReleaseCpuPerfWakeLock() | |
02-23 17:40:47.707 739-793/? W/CpuWake﹕ >>release mCpuPerf_cpu_count wakelock | |
02-23 17:40:47.707 739-793/? W/CpuWake﹕ <<release mCpuPerf_cpu_count wakelock | |
02-23 17:40:47.707 739-793/? W/CpuWake﹕ >>release mCpuPerf_Freq wakelock | |
02-23 17:40:47.707 739-793/? W/CpuWake﹕ <<release mCpuPerf_Freq wakelock | |
02-23 17:40:47.707 739-811/? D/PMS﹕ releaseHCC(4310ef10): CPU_MIN_NUM ActivityManager-MultiCore-Num 0x400 | |
02-23 17:40:47.707 739-811/? D/PMS﹕ releaseHCC(430ff000): CPU_MIN_FREQ ActivityManager-MultiCore-Freq 0x100 | |
02-23 17:40:47.747 739-793/? W/BroadcastQueue﹕ Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{430cbfb8 u0 ReceiverList{436c5020 1750 com.facebook.katana:dash/10037/u0 remote:4359a830}} | |
02-23 17:40:47.807 739-881/? D/WifiNative-wlan0﹕ doString: SIGNAL_POLL | |
02-23 17:40:47.807 739-881/? W/WifiHW﹕ QCOM Debug wifi_send_command "IFNAME=wlan0 SIGNAL_POLL" | |
02-23 17:40:47.807 739-1334/? D/NetworkPolicy﹕ isOperatorNetworkMetered ident is not blocked (allowed) in VZW charge NetworkTemplate. ident = [type=WIFI, subType=COMBINED, networkId="EasyMagoosh 2.4Ghz"] | |
02-23 17:40:47.837 739-881/? D/WifiNative-wlan0﹕ doString: SIGNAL_POLL | |
02-23 17:40:47.837 739-881/? W/WifiHW﹕ QCOM Debug wifi_send_command "IFNAME=wlan0 SIGNAL_POLL" | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ r0 00000000 r1 00000003 r2 41a91258 r3 00000003 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ r4 78ee5154 r5 6d4fabbc r6 41563608 r7 000010f8 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ r8 41585b80 r9 41a91258 sl 6d4faba4 fp 00000001 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ ip 00000003 sp be8f4700 lr 415899ac pc 4158edb8 cpsr 000b0010 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d2 0000000000000000 d3 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d4 4000000000000001 d5 0206000a01000008 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d6 4000000000000001 d7 0206000b01000008 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d16 6d5012786d501240 d17 6d9122c06d5012b0 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d18 0000000000000000 d19 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d20 0000000000000000 d21 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d22 0000000000000000 d23 0000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d24 3f56c16c16c76a94 d25 3f81111111185da8 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d26 3fa555555555551c d27 3fc55555555554db | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d28 3fe0000000000000 d29 0000000000000001 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ d30 fff0000000000000 d31 4000000000000000 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ scr 68000010 | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ backtrace: | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ #00 pc 00029db8 /system/lib/libdvm.so | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ #01 pc 000327a4 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76) | |
02-23 17:40:47.867 263-263/? I/DEBUG﹕ #02 pc 0002fcc0 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+232) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #03 pc 0006d3bd /system/lib/libdvm.so (dvmCallMethodA(Thread*, Method const*, Object*, bool, JValue*, jvalue const*)+392) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #04 pc 00055821 /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #05 pc 00046e0f /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #06 pc 006ed27c /data/app-lib/com.magoosh.prep.development-2/libpayload.so (_JNIEnv::CallVoidMethodA(_jobject*, _jmethodID*, jvalue*)+72) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #07 pc 006b7878 /data/app-lib/com.magoosh.prep.development-2/libpayload.so (vm_java_dispatch(unsigned long, rb_jclass*, char const*, int, int, unsigned long*, bool, bool, rb_jmethod*)+1824) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #08 pc 006b4504 /data/app-lib/com.magoosh.prep.development-2/libpayload.so (rb_vm_dispatch+2596) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ stack: | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46c0 41563608 [anon:libc_malloc] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46c4 415c5f3d /system/lib/libdvm.so (dvmReleaseTrackedAlloc+32) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46c8 41b3d4c0 /dev/ashmem/dalvik-heap (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46cc 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46d0 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46d4 41b3d4c0 /dev/ashmem/dalvik-heap (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46d8 7290f000 /dev/ashmem/dalvik-aux-structure (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46dc 934819e8 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46e0 41b3d108 /dev/ashmem/dalvik-heap (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46e4 78ee514a /data/dalvik-cache/data@[email protected]@classes.dex | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46e8 6d4fabbc | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46ec 41563608 [anon:libc_malloc] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46f0 00001123 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46f4 41585b80 /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46f8 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f46fc 41589d78 /system/lib/libdvm.so (dvmAsmSisterStart+504) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #00 be8f4700 416178e1 /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4704 41563608 [anon:libc_malloc] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4708 6d90fde8 /dev/ashmem/dalvik-LinearAlloc (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f470c 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4710 be8f4820 [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4714 41563608 [anon:libc_malloc] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4718 be8f4754 [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f471c 41635c1c /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4720 00000001 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4724 415977a8 /system/lib/libdvm.so (dvmMterpStd(Thread*)+80) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #01 be8f4728 dead4321 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f472c be8f474c [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4730 2f100035 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4734 415a2761 /system/lib/libdvm.so | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4738 be8f484c [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f473c 00000003 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4740 6d90fde8 /dev/ashmem/dalvik-LinearAlloc (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4744 41594cc4 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+236) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ #02 be8f4748 be8f4844 [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f474c be8f4840 [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4750 be8f484c [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4754 6f51fe50 /system/framework/framework3.odex | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4758 6d4fac10 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f475c 6d5f4960 /dev/ashmem/dalvik-LinearAlloc (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4760 6fb64000 /dev/ashmem/dalvik-aux-structure (deleted) | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4764 01b9ef20 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4768 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f476c be8f54e8 [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4770 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4774 be8f553c [stack] | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4778 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f477c 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4780 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ be8f4784 00000000 | |
02-23 17:40:47.877 263-263/? I/DEBUG﹕ ........ ........ | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ memory near r2: | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91238 006c006f 00610065 0000006e 00000013 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91248 4164c218 00000000 00000001 00000013 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91258 4164c218 00000000 00000000 00000023 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91268 416470e0 00000000 41a91288 3ec1b19d | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91278 00000000 00000010 00000000 0000003b | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91288 41647968 00000000 00000010 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91298 0061006a 00610076 006c002e 006e0061 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912a8 002e0067 0075004e 0062006d 00720065 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912b8 00000000 00000013 4164cc98 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912c8 00000053 0000005b 416567e0 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912d8 00000010 00000000 41a90070 41a91360 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912e8 00000000 00000000 41a91a10 41a91688 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a912f8 41a91328 41a91540 00000000 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91308 00000000 41a903e8 41a91e20 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91318 00000000 00000000 00000000 0000002b | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 41a91328 41656bd8 00000000 4164be28 41a912c0 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ memory near r4: | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5134 00000003 001946f4 00000016 001045f7 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5144 143c001a 11231112 02120896 000853f4 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5154 001610f8 030c0003 0201034d 36283070 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5164 46f70104 00f1000c 00040004 00000003 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5174 00194703 00000004 33f33070 00f10210 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5184 00010002 00000001 00194711 00000006 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5194 001010f4 000b10f8 000e0000 00010008 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51a4 00040004 00194718 00000081 73f40212 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51b4 10710010 000333fc 73f4010c 33e30010 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51c4 03381660 12120021 000c73f4 001074f4 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51d4 000844f4 074e0522 04be061a 39902070 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51e4 30720065 05433407 001073f4 33fe1071 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee51f4 030c0003 001510f8 030c0003 000e20f8 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5204 000e0073 73f41212 2072000c 00133408 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5214 000dec28 00300238 179a0362 19970462 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 78ee5224 078e0522 3a831070 061a0005 20f804a1 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ memory near r5: | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 6d4fab9c 6d4fabdc 6e580aca 41a91258 6d4fabec | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 6d4fabac 78ee517c 6d912090 78ee5154 00000000 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 6d4fabbc 41b3d4c0 41b3d508 00000000 41a91258 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 6d4fabcc 41b3d4a8 41acaf00 41b3cda0 6d4fac10 | |
02-23 17:40:47.887 263-263/? I/DEBUG﹕ 6d4fabdc 78ee5506 6d9120c8 78ee517c 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fabec 41b3d4a8 41acaf00 41b3cda0 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fabfc 6d4fac38 00000000 6d90fde8 78ee5506 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac0c 41acae58 41ab1530 41b3d4a8 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac1c 41acaf00 41b3cda0 6d4fac4c 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac2c 00000000 00000000 41ab1708 6d4fac60 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac3c 00000000 6d9052a0 00000010 0103006b | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac4c 6d4fac7c 6f4f7986 6d9052a0 00000006 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac5c 00000000 3b300019 00000000 6d4faca4 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac6c 6f544b22 6d5f4960 6f4f7986 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac7c 00000000 6f544ae4 6d549510 41aa8110 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 6d4fac8c 00000000 6d4facf8 6f5206ca 6d663d98 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ memory near r6: | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415635e8 00000000 00000000 00000000 00000013 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415635f8 00000000 00000800 6d4f2008 0000045b | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563608 78ee54cc 6d4fabbc 6d912090 7290f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563618 41ab1530 00000000 be8f4700 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563628 be8f4754 00000001 00000000 41585b80 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563638 00000000 00000000 6c8c4770 6d4f5300 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563648 00000000 00000000 00000001 00006000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563658 00000000 4004c198 41585b80 4158aac0 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563668 00000000 4158ebbc 4158ec30 4158eae0 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563678 4158eb00 4158eb5c 00000000 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563688 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41563698 00000000 00000000 00002000 4163c4a4 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415636a8 00000000 00000000 00000012 7263cc18 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415636b8 00000001 00000100 00000200 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415636c8 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 415636d8 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ memory near r7: | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000010d8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000010e8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000010f8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001108 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001118 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001128 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001138 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001148 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001158 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001168 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001178 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001188 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 00001198 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000011a8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000011b8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 000011c8 ffffffff ffffffff ffffffff ffffffff | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ memory near r8: | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585b60 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585b70 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585b80 e1f470b2 e207c0ff e088f30c e92d4ff0 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585b90 e24dd004 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585ba0 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585bb0 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585bc0 e1a01627 e7e30457 e1f470b2 e7952101 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585bd0 e207c0ff e7852100 e088f30c e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585be0 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585bf0 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585c00 e1d410b2 e1a00427 e1f470b4 e7952101 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585c10 e207c0ff e7852100 e088f30c e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585c20 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.897 263-263/? I/DEBUG﹕ 41585c30 e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41585c40 e1d410b4 e1d400b2 e1f470b6 e7952101 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41585c50 e207c0ff e7852100 e088f30c e320f000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ memory near r9: | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91238 006c006f 00610065 0000006e 00000013 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91248 4164c218 00000000 00000001 00000013 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91258 4164c218 00000000 00000000 00000023 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91268 416470e0 00000000 41a91288 3ec1b19d | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91278 00000000 00000010 00000000 0000003b | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91288 41647968 00000000 00000010 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91298 0061006a 00610076 006c002e 006e0061 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912a8 002e0067 0075004e 0062006d 00720065 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912b8 00000000 00000013 4164cc98 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912c8 00000053 0000005b 416567e0 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912d8 00000010 00000000 41a90070 41a91360 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912e8 00000000 00000000 41a91a10 41a91688 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a912f8 41a91328 41a91540 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91308 00000000 41a903e8 41a91e20 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91318 00000000 00000000 00000000 0000002b | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 41a91328 41656bd8 00000000 4164be28 41a912c0 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ memory near sl: | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fab84 41b3d0f0 00000000 41a8df88 4165f4e8 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fab94 41a8df38 41b3cf10 6d4fabdc 6e580aca | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4faba4 41a91258 6d4fabec 78ee517c 6d912090 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fabb4 78ee5154 00000000 41b3d4c0 41b3d508 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fabc4 00000000 41a91258 41b3d4a8 41acaf00 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fabd4 41b3cda0 6d4fac10 78ee5506 6d9120c8 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fabe4 78ee517c 00000000 41b3d4a8 41acaf00 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fabf4 41b3cda0 00000000 6d4fac38 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac04 6d90fde8 78ee5506 41acae58 41ab1530 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac14 41b3d4a8 00000000 41acaf00 41b3cda0 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac24 6d4fac4c 00000000 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac34 41ab1708 6d4fac60 00000000 6d9052a0 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac44 00000010 0103006b 6d4fac7c 6f4f7986 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac54 6d9052a0 00000006 00000000 3b300019 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac64 00000000 6d4faca4 6f544b22 6d5f4960 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 6d4fac74 6f4f7986 00000000 00000000 6f544ae4 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ memory near sp: | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f46e0 41b3d108 78ee514a 6d4fabbc 41563608 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f46f0 00001123 41585b80 00000000 41589d78 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4700 416178e1 41563608 6d90fde8 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4710 be8f4820 41563608 be8f4754 41635c1c | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4720 00000001 415977a8 dead4321 be8f474c | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4730 2f100035 415a2761 be8f484c 00000003 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4740 6d90fde8 41594cc4 be8f4844 be8f4840 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4750 be8f484c 6f51fe50 6d4fac10 6d5f4960 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4760 6fb64000 01b9ef20 00000000 be8f54e8 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4770 00000000 be8f553c 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4780 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f4790 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f47a0 00000000 00000000 00000000 00000000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f47b0 00000000 00000000 6d4fac24 41563608 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f47c0 6d90fde8 be8f4ae0 00000000 78f47c01 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ be8f47d0 41acae58 415d23c1 415630a8 72904828 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ code around pc: | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 4158ed98 e201c0f0 e795212c e1a00000 e52a2004 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 4158eda8 e201c00f e795210c e1a00000 e52a2004 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 4158edb8 e1d090ba e1d030bc e5902020 e5907000 | |
02-23 17:40:47.907 263-263/? I/DEBUG﹕ 4158edc8 e2451014 e0411109 e241a014 e596903c | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158edd8 e04a3103 e1530009 e1d6e2b8 e5903004 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ede8 3a000044 e58a5000 e58a4004 e3a09000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158edf8 e58a9010 e58a0008 e35e0000 1a000010 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee08 e3130c01 1a000015 e1d290b0 e5973028 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee18 e1a04002 e5860008 e586300c e3a02001 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee28 e5862048 e5960080 e1a05001 e209c0ff | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee38 e1a07009 e5861004 e3500000 1affff88 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee48 e088f30c e92d000f e5864000 e1a01000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee58 e1a00006 eb00137b e8bd000f eaffffe7 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee68 e1d6e2b8 e59690a8 e5861004 e58a900c | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee78 e1a02000 e1a00001 e2861010 e1a03006 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158ee88 ea000001 e92d4ff0 e24dd004 e35e0000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ code around lr: | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158998c e7959103 e3590000 0a0015e4 e5992000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 4158999c e5922074 e5054008 e7920101 eb0014e4 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899ac e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899bc e320f000 e1d430b4 e1d410b2 e7959103 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899cc e3590000 0a0015d5 e5992000 e5922074 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899dc e5054008 e7920101 eb0014c7 e320f000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899ec e320f000 e320f000 e320f000 e320f000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 415899fc e320f000 e1d4a0b4 e5962008 e20aa00f | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a0c e1d410b2 e5922000 e5054008 e5922048 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a1c e795910a e5922074 e3590000 e7920101 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a2c 0a0015be eb0014c2 e320f000 e320f000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a3c e320f000 e1d4a0b4 e5962008 e1d410b2 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a4c e5922000 e5054008 e5922048 e795910a | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a5c e5922074 e3590000 e7920101 0a0015af | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a6c eb0014a5 e320f000 e320f000 e320f000 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ 41589a7c e320f000 e1a00627 e596300c e1d410b2 | |
02-23 17:40:47.917 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.927 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.937 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.947 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.947 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.967 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.977 1750-1849/? D/libc﹕ [NET] getaddrinfo+,hn 18(0x67726170682e66),sn(),family 0,flags 4 | |
02-23 17:40:47.977 1750-1849/? D/libc﹕ [NET] getaddrinfo-,err=8 | |
02-23 17:40:47.977 1750-1849/? D/libc﹕ [NET] getaddrinfo+,hn 18(0x67726170682e66),sn(),family 0,flags 1024 | |
02-23 17:40:47.977 1750-1849/? D/libc﹕ [NET] getaddrinfo-, 1 | |
02-23 17:40:47.977 1750-1849/? D/libc﹕ [NET] getaddrinfo_proxy+ | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] getaddrinfo+,hn 18(0x67726170682e66),sn(),family 0,flags 1024 | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET]_dns_getaddrinfo: iface= v4v6=11 method=1 | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface = | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] __get_res_cache: ifname =wlan0 | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET][SMD] Cache EXPIRED (STALE ENTRY 0xb8398590 DISCARDED) or need renew | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] entry_id:122 entry:0xb8398590 removed | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface = | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] __get_res_cache: ifname =wlan0 | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET][SMD] Cache EXPIRED (STALE ENTRY 0xb83969c8 DISCARDED) or need renew | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] entry_id:123 entry:0xb83969c8 removed | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] res_nquery: need to res_nsend | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] +++++ res_nsend xid =8ac4 +++++ | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface = | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] __get_res_cache: ifname =wlan0 | |
02-23 17:40:47.977 259-1851/? D/libc﹕ [NET] NOT IN CACHE | |
02-23 17:40:47.977 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.987 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:47.997 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:48.007 263-263/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- | |
02-23 17:40:48.027 739-881/? D/WifiNative-wlan0﹕ doString: SIGNAL_POLL | |
02-23 17:40:48.027 739-881/? W/WifiHW﹕ QCOM Debug wifi_send_command "IFNAME=wlan0 SIGNAL_POLL" | |
02-23 17:40:48.037 739-881/? D/WifiStateMachine﹕ fetchRssiAndLinkSpeedNative RSSI = -65 abnormalRssiCnt = 0 newLinkSpeed = 5 | |
02-23 17:40:48.037 739-881/? D/WifiStateMachine﹕ fetchRssiAndLinkSpeedNative mLinkspeedCount = 2, mLinkspeedSum: 10 | |
02-23 17:40:48.037 739-881/? D/WifiNative-wlan0﹕ doBoolean: SignalStrength 4 | |
02-23 17:40:48.037 739-881/? W/WifiHW﹕ QCOM Debug wifi_send_command "IFNAME=wlan0 SignalStrength 4" | |
02-23 17:40:48.037 739-881/? D/WifiNative-wlan0﹕ returned true | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET][SMD][v0204] Extended TTL = 43200, original TTL = 21 | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET]res_nsend:resplen=173 | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET] res_nquery: need to res_nsend | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET] +++++ res_nsend xid =8ac4 +++++ | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface =wlan0 | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET] __get_res_cache: ifname =wlan0 | |
02-23 17:40:48.057 259-1851/? D/libc﹕ [NET] NOT IN CACHE | |
02-23 17:40:48.067 259-1851/? D/libc﹕ [NET][SMD][v0204] Extended TTL = 43200, original TTL = 48 | |
02-23 17:40:48.067 259-1851/? D/libc﹕ [NET]res_nsend:resplen=161 | |
02-23 17:40:48.067 259-1851/? D/libc﹕ [NET]res_queryN: exit 3, ancount=6 | |
02-23 17:40:48.067 259-1851/? D/libc﹕ [NET]_dns_getaddrinfo-, (NS_SUCCESS) | |
02-23 17:40:48.067 259-1851/? D/libc﹕ [NET] getaddrinfo-, SUCCESS | |
02-23 17:40:48.067 1750-1849/? D/libc﹕ [NET] getaddrinfo_proxy-, success | |
02-23 17:40:48.067 1750-1849/? I/global﹕ call createSocket() return a new socket. | |
02-23 17:40:48.067 1750-1849/? D/libc﹕ [NET] getaddrinfo+,hn 13(0x3137332e323532),sn(),family 0,flags 4 | |
02-23 17:40:48.067 1750-1849/? D/libc﹕ [NET] getaddrinfo-, SUCCESS | |
02-23 17:40:48.077 739-1854/? E/ActivityManager﹕ App crashed! Process: com.magoosh.prep.development | |
02-23 17:40:48.077 739-810/? I/BootReceiver﹕ Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE) | |
02-23 17:40:48.077 739-1854/? W/ActivityManager﹕ Force finishing activity com.magoosh.prep.development/.MainActivity | |
02-23 17:40:48.097 739-1332/? I/ActivityManager﹕ Recipient 1771 | |
02-23 17:40:48.137 264-264/? D/Zygote﹕ Process 1771 terminated by signal (11) | |
02-23 17:40:48.137 264-264/? I/Zygote﹕ Process 1771 dumped core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment