logging - How to get the Log and Crash data for android live app? -


i have developed 1 android application. testing application in production environment.

i have track below information out depending on tester share log file,

  1. send log file. may logcat data. foe example if web service fails need write log file same needs sent server or given mail id.

  2. if there crash in our app can stach track using getdefaultuncaughtexceptionhandler need send stack trace info via mail or send web server.

  3. or else can use solution provider google analytics, crashlytics or else can write log data text file. , same sent via mail on daily or weekly basis.

help me on this.

it's time move crashlytics https://try.crashlytics.com/ or critisism http://www.crittercism.com/ check out, infact there ton of other options out there


Comments