¡@

Home 

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

android Programming Glossary: reporting

Why does the Google Play store say my Android app is incompatible with my own device?

http://stackoverflow.com/questions/10475954/why-does-the-google-play-store-say-my-android-app-is-incompatible-with-my-own-de

the .apk size reached about 32 MB the Play store started reporting that my app was incompatible with my phone. I will attempt to..

How can I catch SIGSEGV (segmentation fault) and get a stack trace under JNI on Android?

http://stackoverflow.com/questions/1083154/how-can-i-catch-sigsegv-segmentation-fault-and-get-a-stack-trace-under-jni-on

SIGILL SIGABRT SIGFPE in order to present a nice crash reporting dialog instead of or before what currently happens the immediate..

How to get the correct number of bytes sent and received in TrafficStats?

http://stackoverflow.com/questions/12765562/how-to-get-the-correct-number-of-bytes-sent-and-received-in-trafficstats

states that some devices may not support this type of reporting and when that is the case the call returns the aforementioned..

BitmapFactory OOM driving me nuts

http://stackoverflow.com/questions/1955410/bitmapfactory-oom-driving-me-nuts

heapPad is a magic number to allow for the fact that a the reporting of Native heap size is soft and b we want to leave some space..

Android on-screen keyboard auto popping up

http://stackoverflow.com/questions/2496901/android-on-screen-keyboard-auto-popping-up

Button s. The problem is that several of my users are reporting that when they open the app it's automatically popping up the..

SharedPreferences.onSharedPreferenceChangeListener not being called consistently

http://stackoverflow.com/questions/2542938/sharedpreferences-onsharedpreferencechangelistener-not-being-called-consistently

application seems to fix it. I found a mailing list thread reporting the same problem but no one really answered him. What am I doing..

Google Analytics in Android app - dealing with multiple activities

http://stackoverflow.com/questions/3216692/google-analytics-in-android-app-dealing-with-multiple-activities

is right from the documentation here which only looks at reporting PageViews and Events from one Activity. I want to report PageViews..

Android crash reporting library (pre Froyo) [duplicate]

http://stackoverflow.com/questions/3378550/android-crash-reporting-library-pre-froyo

crash reporting library pre Froyo duplicate This question already has an answer.. application 22 answers Do you know any crash reporting library for Android I don't want to spend a lot of time to write.. I don't want to spend a lot of time to write my own reporting system. The output can be send to the email or some kind of..

How to get Android crash logs?

http://stackoverflow.com/questions/3643395/how-to-get-android-crash-logs

remote devices you may want to look into an Android error reporting library referenced in this SO post . If it's just on your own..

Database handling stoped working on Android 2.2.1 (Desire HD 1.72.405.3)

http://stackoverflow.com/questions/4651797/database-handling-stoped-working-on-android-2-2-1-desire-hd-1-72-405-3

is a very specific issue but since more developers than me reporting the problem as well as the fact that you can't create an AVD..

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

http://stackoverflow.com/questions/5358014/android-httpclient-oom-on-4g-lte-htc-thunderbolt

of Android devs about this Any better options than reporting on http code.google.com p android issues Any ideas on how I.. of Android devs about this Any better options than reporting on http code.google.com p android issues The odds of this being..

install / uninstall APKs programmatically (PackageManager vs Intents)

http://stackoverflow.com/questions/6813322/install-uninstall-apks-programmatically-packagemanager-vs-intents

it is used by the platform to determine who to launch when reporting bugs with the app for implementing Android Feedback. This was..

How does setMicrophoneMute() work?

http://stackoverflow.com/questions/6874881/how-does-setmicrophonemute-work

the web for some clues and I found several references reporting similar experience AudioManger.setMicrophoneMute functionality..

MapView rendering with tiles missing with an “x” in the center

http://stackoverflow.com/questions/7478952/mapview-rendering-with-tiles-missing-with-an-x-in-the-center

download the tile information but we have many users reporting the same issue who downloaded from the market. This just started..

Why does the Google Play store say my Android app is incompatible with my own device?

http://stackoverflow.com/questions/10475954/why-does-the-google-play-store-say-my-android-app-is-incompatible-with-my-own-de

for adding more content into the res drawable directory. When the .apk size reached about 32 MB the Play store started reporting that my app was incompatible with my phone. I will attempt to contact Google developer support and ask for clarification..

How can I catch SIGSEGV (segmentation fault) and get a stack trace under JNI on Android?

http://stackoverflow.com/questions/1083154/how-can-i-catch-sigsegv-segmentation-fault-and-get-a-stack-trace-under-jni-on

JNI and I'd like to catch SIGSEGV should it occur possibly also SIGILL SIGABRT SIGFPE in order to present a nice crash reporting dialog instead of or before what currently happens the immediate unceremonious death of the process and possibly some attempt..

How to get the correct number of bytes sent and received in TrafficStats?

http://stackoverflow.com/questions/12765562/how-to-get-the-correct-number-of-bytes-sent-and-received-in-trafficstats

class has been without a hitch the official Google documentation states that some devices may not support this type of reporting and when that is the case the call returns the aforementioned value. For that reason it ™s a good idea to write your code..

BitmapFactory OOM driving me nuts

http://stackoverflow.com/questions/1955410/bitmapfactory-oom-driving-me-nuts

mMaxNativeHeap Do not call BitmapFactory Note that the heapPad is a magic number to allow for the fact that a the reporting of Native heap size is soft and b we want to leave some space in the Native heap for other applications. We are running..

Android on-screen keyboard auto popping up

http://stackoverflow.com/questions/2496901/android-on-screen-keyboard-auto-popping-up

screen basically a menu that has an EditText followed by several Button s. The problem is that several of my users are reporting that when they open the app it's automatically popping up the on screen keyboard without them even touching the EditText..

SharedPreferences.onSharedPreferenceChangeListener not being called consistently

http://stackoverflow.com/questions/2542938/sharedpreferences-onsharedpreferencechangelistener-not-being-called-consistently

and reinstall the app. No amount of restarting the application seems to fix it. I found a mailing list thread reporting the same problem but no one really answered him. What am I doing wrong android android preferences share improve this..

Google Analytics in Android app - dealing with multiple activities

http://stackoverflow.com/questions/3216692/google-analytics-in-android-app-dealing-with-multiple-activities

with a few questions. The only information that I can find is right from the documentation here which only looks at reporting PageViews and Events from one Activity. I want to report PageViews and Events across multiple Activities in my app. Right..

Android crash reporting library (pre Froyo) [duplicate]

http://stackoverflow.com/questions/3378550/android-crash-reporting-library-pre-froyo

crash reporting library pre Froyo duplicate This question already has an answer here How do I obtain crash data from my Android application.. has an answer here How do I obtain crash data from my Android application 22 answers Do you know any crash reporting library for Android I don't want to spend a lot of time to write my own reporting system. The output can be send to the.. 22 answers Do you know any crash reporting library for Android I don't want to spend a lot of time to write my own reporting system. The output can be send to the email or some kind of server. I know that Google introduced crash reporting in Froyo..

How to get Android crash logs?

http://stackoverflow.com/questions/3643395/how-to-get-android-crash-logs

your app is being downloaded by other people and crashing on remote devices you may want to look into an Android error reporting library referenced in this SO post . If it's just on your own local device you can use LogCat. Even if the device wasn't..

Database handling stoped working on Android 2.2.1 (Desire HD 1.72.405.3)

http://stackoverflow.com/questions/4651797/database-handling-stoped-working-on-android-2-2-1-desire-hd-1-72-405-3

that all of a sudden cause the problem I know this is a very specific issue but since more developers than me reporting the problem as well as the fact that you can't create an AVD I hope the question is accepted and I hope someone have a clue..

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

http://stackoverflow.com/questions/5358014/android-httpclient-oom-on-4g-lte-htc-thunderbolt

works fine. Two questions What's the best way to get the attention of Android devs about this Any better options than reporting on http code.google.com p android issues Any ideas on how I can work around this I don't have a 4G device myself and I can't.. stack trace on the issue. What's the best way to get the attention of Android devs about this Any better options than reporting on http code.google.com p android issues The odds of this being a pure Android bug are small though not zero. Here are some..

install / uninstall APKs programmatically (PackageManager vs Intents)

http://stackoverflow.com/questions/6813322/install-uninstall-apks-programmatically-packagemanager-vs-intents

not actually used for tracking who installed the app it is used by the platform to determine who to launch when reporting bugs with the app for implementing Android Feedback. This was also one of the times the API method arguments changed. For..

How does setMicrophoneMute() work?

http://stackoverflow.com/questions/6874881/how-does-setmicrophonemute-work

refuses to mute the microphone no matter what I do. I searched the web for some clues and I found several references reporting similar experience AudioManger.setMicrophoneMute functionality not working setMicrophoneMute boolean doesn't work on some..

MapView rendering with tiles missing with an “x” in the center

http://stackoverflow.com/questions/7478952/mapview-rendering-with-tiles-missing-with-an-x-in-the-center

First I thought it was my internet connection where it couldn't download the tile information but we have many users reporting the same issue who downloaded from the market. This just started happening like a week ago. Not sure why though. Anyone..