¡@

Home 

2014/10/16 ¤W¤È 08:22:07

android Programming Glossary: r2

Android: How to Know an IP Address is a Wifi IP Address?

http://stackoverflow.com/questions/10683495/android-how-to-know-an-ip-address-is-a-wifi-ip-address

int r0 arr offset 0xFF 24 int r1 arr offset 1 0xFF 16 int r2 arr offset 2 0xFF 8 int r3 arr offset 3 0xFF return r0 r1 r2.. arr offset 2 0xFF 8 int r3 arr offset 3 0xFF return r0 r1 r2 r3 Fetches the IP Address of the Client. There is Delay of 2..

Decoding Video using FFMpeg for android

http://stackoverflow.com/questions/11322952/decoding-video-using-ffmpeg-for-android

07 04 10 58 39.121 I DEBUG 71 r0 0000ac28 r1 40521b98 r2 40526340 r3 42157cc8 07 04 10 58 39.121 I DEBUG 71 r4 bee7d368..

android application failing upon user scrolling - no 'obvious' error

http://stackoverflow.com/questions/2022868/android-application-failing-upon-user-scrolling-no-obvious-error

07 13 49 37.570 INFO DEBUG 10977 r0 00000004 r1 40024108 r2 00000004 r3 4185dfd4 01 07 13 49 37.570 INFO DEBUG 10977 r4..

phonegap.js crashes android app

http://stackoverflow.com/questions/4459458/phonegap-js-crashes-android-app

12 17 11 13 18.893 INFO DEBUG 31 r0 fffffebc r1 deadd00d r2 00000026 r3 00000000 12 17 11 13 18.893 INFO DEBUG 31 r4 81da45c8..

Why does the WebViewDemo die?

http://stackoverflow.com/questions/5253916/why-does-the-webviewdemo-die

03 09 18 57 05.161 INFO DEBUG 593 r0 fffffebc r1 deadd00d r2 00000026 r3 00000000 03 09 18 57 05.161 INFO DEBUG 593 r4 81da45c8..

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

to use addr2line in Android I am stuck with my app as I am unable to debug.. into my code. Does anybody have any idea how to use addr2line which is provided with android ndk android debugging shared.. fault addr 00000000 I DEBUG 31 r0 001dbdc0 r1 00000001 r2 00000000 r3 00000000 I DEBUG 31 r4 00000000 r5 40a40000 r6 4051a480..

How to decode audio via FFmpeg in Android

http://stackoverflow.com/questions/5367595/how-to-decode-audio-via-ffmpeg-in-android

03 22 07 54 00.998 INFO DEBUG 1931 r0 00000000 r1 00000000 r2 81893210 r3 00000000 03 22 07 54 01.008 INFO DEBUG 1931 r4 8189324c..

Horizontal scrolling grid view

http://stackoverflow.com/questions/5725745/horizontal-scrolling-grid-view

r btn i j .setId j Rect r mTempRect r.set 0 0 0 0 Rect r2 mTempRect r2.set 0 20 0 20 btn i j new ImageButton this btn.. j Rect r mTempRect r.set 0 0 0 0 Rect r2 mTempRect r2.set 0 20 0 20 btn i j new ImageButton this btn i j . setBackgroundResource..

How to compile library with source code with NDK tools?

http://stackoverflow.com/questions/6397706/how-to-compile-library-with-source-code-with-ndk-tools

18 15 24 58.545 INFO DEBUG 24667 r0 4a7b041c r1 4a75220c r2 00000200 r3 0000006d 06 18 15 24 58.545 INFO DEBUG 24667 r4.. 2e2 9100 str r1 sp #0 2e4 9b01 ldr r3 sp #4 2e6 681a ldr r2 r3 #0 2e8 23a7 movs r3 #167 2ea 009b lsls r3 r3 #2 2ec 58d2.. 2e8 23a7 movs r3 #167 2ea 009b lsls r3 r3 #2 2ec 58d2 ldr r2 r2 r3 2ee 9901 ldr r1 sp #4 2f0 4b04 ldr r3 pc #16 304 Java_com_example_hellojni_HelloJni_stringFromJNI..

Android Bitmap Limit - Preventing java.lang.OutOfMemory

http://stackoverflow.com/questions/6892676/android-bitmap-limit-preventing-java-lang-outofmemory

fault addr 00000000 I DEBUG 1505 r0 0055dab8 r1 00000000 r2 00000000 r3 0055dadc I DEBUG 1505 r4 0055dab8 r5 00000000 r6..

android: I get no stacktrace, phone just hangs

http://stackoverflow.com/questions/8481402/android-i-get-no-stacktrace-phone-just-hangs

12 17 12 45 02.797 INFO DEBUG 2359 r0 40b06000 r1 41043a40 r2 00024780 r3 00000000 12 17 12 45 02.797 INFO DEBUG 2359 r4 0002c5c0..

Android: How to Know an IP Address is a Wifi IP Address?

http://stackoverflow.com/questions/10683495/android-how-to-know-an-ip-address-is-a-wifi-ip-address

byte arr int offset if arr null arr.length offset 4 return 1 int r0 arr offset 0xFF 24 int r1 arr offset 1 0xFF 16 int r2 arr offset 2 0xFF 8 int r3 arr offset 3 0xFF return r0 r1 r2 r3 Fetches the IP Address of the Client. There is Delay of.. int r0 arr offset 0xFF 24 int r1 arr offset 1 0xFF 16 int r2 arr offset 2 0xFF 8 int r3 arr offset 3 0xFF return r0 r1 r2 r3 Fetches the IP Address of the Client. There is Delay of 2 Seconds for the API to return. public String getClientIpAddress..

Decoding Video using FFMpeg for android

http://stackoverflow.com/questions/11322952/decoding-video-using-ffmpeg-for-android

I DEBUG 71 signal 4 SIGILL code 1 ILL_ILLOPC fault addr 8102de90 07 04 10 58 39.121 I DEBUG 71 r0 0000ac28 r1 40521b98 r2 40526340 r3 42157cc8 07 04 10 58 39.121 I DEBUG 71 r4 bee7d368 r5 00000004 r6 40521b98 r7 42157c88 07 04 10 58 39.121 I..

android application failing upon user scrolling - no 'obvious' error

http://stackoverflow.com/questions/2022868/android-application-failing-upon-user-scrolling-no-obvious-error

INFO DEBUG 10977 signal 11 SIGSEGV fault addr 00000004 01 07 13 49 37.570 INFO DEBUG 10977 r0 00000004 r1 40024108 r2 00000004 r3 4185dfd4 01 07 13 49 37.570 INFO DEBUG 10977 r4 00000000 r5 00000000 r6 40024108 r7 4185dfa8 01 07 13 49 37.570..

phonegap.js crashes android app

http://stackoverflow.com/questions/4459458/phonegap-js-crashes-android-app

31 signal 11 SIGSEGV code 1 SEGV_MAPERR fault addr deadd00d 12 17 11 13 18.893 INFO DEBUG 31 r0 fffffebc r1 deadd00d r2 00000026 r3 00000000 12 17 11 13 18.893 INFO DEBUG 31 r4 81da45c8 r5 40567330 r6 81d8592c r7 001b2a48 12 17 11 13 18.893..

Why does the WebViewDemo die?

http://stackoverflow.com/questions/5253916/why-does-the-webviewdemo-die

593 signal 11 SIGSEGV code 1 SEGV_MAPERR fault addr deadd00d 03 09 18 57 05.161 INFO DEBUG 593 r0 fffffebc r1 deadd00d r2 00000026 r3 00000000 03 09 18 57 05.161 INFO DEBUG 593 r4 81da45c8 r5 405479d0 r6 81d859ec r7 001e7770 03 09 18 57 05.161..

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

to use addr2line in Android I am stuck with my app as I am unable to debug as it is a multithreaded one and crashes with error SIGSEGV... library. It would be helpful if I could convert these addresses into my code. Does anybody have any idea how to use addr2line which is provided with android ndk android debugging shared libraries android ndk native code share improve this.. I DEBUG 31 signal 11 SIGSEGV code 1 SEGV_MAPERR fault addr 00000000 I DEBUG 31 r0 001dbdc0 r1 00000001 r2 00000000 r3 00000000 I DEBUG 31 r4 00000000 r5 40a40000 r6 4051a480 r7 42ddbee8 I DEBUG 31 r8 43661b24 r9 42ddbed0 10 42ddbebc..

How to decode audio via FFmpeg in Android

http://stackoverflow.com/questions/5367595/how-to-decode-audio-via-ffmpeg-in-android

INFO DEBUG 1931 signal 11 SIGSEGV fault addr 00000000 03 22 07 54 00.998 INFO DEBUG 1931 r0 00000000 r1 00000000 r2 81893210 r3 00000000 03 22 07 54 01.008 INFO DEBUG 1931 r4 8189324c r5 818931d0 r6 00000000 r7 00000000 03 22 07 54 01.008..

Horizontal scrolling grid view

http://stackoverflow.com/questions/5725745/horizontal-scrolling-grid-view

10 r.top 10 r.right 10 r.bottom 10 btn i j .getDrawingRect r btn i j .setId j Rect r mTempRect r.set 0 0 0 0 Rect r2 mTempRect r2.set 0 20 0 20 btn i j new ImageButton this btn i j . setBackgroundResource R.drawable.icon btn i j .setMinimumWidth.. 10 r.bottom 10 btn i j .getDrawingRect r btn i j .setId j Rect r mTempRect r.set 0 0 0 0 Rect r2 mTempRect r2.set 0 20 0 20 btn i j new ImageButton this btn i j . setBackgroundResource R.drawable.icon btn i j .setMinimumWidth 20..

How to compile library with source code with NDK tools?

http://stackoverflow.com/questions/6397706/how-to-compile-library-with-source-code-with-ndk-tools

INFO DEBUG 24667 signal 11 SIGSEGV fault addr 4a7b041c 06 18 15 24 58.545 INFO DEBUG 24667 r0 4a7b041c r1 4a75220c r2 00000200 r3 0000006d 06 18 15 24 58.545 INFO DEBUG 24667 r4 4a7b041d r5 00000000 r6 82434ad0 r7 4a752768 06 18 15 24 58.545.. 2dc b500 push lr 2de b083 sub sp #12 2e0 9001 str r0 sp #4 2e2 9100 str r1 sp #0 2e4 9b01 ldr r3 sp #4 2e6 681a ldr r2 r3 #0 2e8 23a7 movs r3 #167 2ea 009b lsls r3 r3 #2 2ec 58d2 ldr r2 r2 r3 2ee 9901 ldr r1 sp #4 2f0 4b04 ldr r3 pc #16 304.. str r1 sp #0 2e4 9b01 ldr r3 sp #4 2e6 681a ldr r2 r3 #0 2e8 23a7 movs r3 #167 2ea 009b lsls r3 r3 #2 2ec 58d2 ldr r2 r2 r3 2ee 9901 ldr r1 sp #4 2f0 4b04 ldr r3 pc #16 304 Java_com_example_hellojni_HelloJni_stringFromJNI 0x28 2f2 447b add..

Android Bitmap Limit - Preventing java.lang.OutOfMemory

http://stackoverflow.com/questions/6892676/android-bitmap-limit-preventing-java-lang-outofmemory

tid 17641 I DEBUG 1505 signal 11 SIGSEGV code 1 SEGV_MAPERR fault addr 00000000 I DEBUG 1505 r0 0055dab8 r1 00000000 r2 00000000 r3 0055dadc I DEBUG 1505 r4 0055dab8 r5 00000000 r6 00000000 r7 00000000 I DEBUG 1505 r8 000002b7 r9 00000000 10..

android: I get no stacktrace, phone just hangs

http://stackoverflow.com/questions/8481402/android-i-get-no-stacktrace-phone-just-hangs

INFO DEBUG 2359 signal 11 SIGSEGV fault addr 40b06000 12 17 12 45 02.797 INFO DEBUG 2359 r0 40b06000 r1 41043a40 r2 00024780 r3 00000000 12 17 12 45 02.797 INFO DEBUG 2359 r4 0002c5c0 r5 0000001c r6 40d2c000 r7 00280a00 12 17 12 45 02.801..