privacy - Android app to generate bugreport -
occasionally users of our android app run obscure problem in google infrastructure google trying track down. , naturally engineer working on wants see bugreport output when happens. brings down old problem of how non-techie end user generated , send in bugreport. installing sdk, configuring windows system can adb bugreport doesn't sound feasible.
i've been looking around simple app this, no success. tried adding capability own app. , need help. if use shell command access device, can generate reports simple sh -c 'bugreport | gzip > bugreport.gz' if try execute app, bugreport displays error message failed connect dumpstate service i'm guessing missing odd permission, have no idea might be.
anyone have ideas can try?
if not wrong, want see error log when application crashed. can integrate acra library code. can generate runtime uncaught errors , can sent email or specific server.
Comments
Post a Comment