Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
OK, thank you for your help Steve Gabrilowitz, i will try it as soon as possible, but some minutes ago i tried the FIREBASE with a demo and it is superb. I would like to thank both of you *Steve Gabrilowitz* and *sardar khan *for you help Soon i will inform you for my bugs, if i catch them.

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Steve Gabrilowitz
that's not what my logevent does, I have it set up with sharedpreference so I can easily display it in a window in the app. I gave you the pertinent code to capture the information you need, again what you choose to do with it depends on the rest of your app! On Nov 8, 2016 2:09 PM, "Chairi

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
If i include firebase in my project and i use the firebase crash report system does my app will increase its size and will be more slow ??? Thank you again. On Tuesday, November 8, 2016 at 8:51:13 PM UTC+2, sardar khan wrote: > > https://firebase.google.com/docs/crash/android > you can use

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
Is it easy for you to provide my the LogEvent code, that stores every crash within a new file, which name is the that time date and time ?? X. On Tuesday, November 8, 2016 at 8:49:51 PM UTC+2, Steve Gabrilowitz wrote: > > I didn't include the LogEvent implementation on purpose, once you have

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread sardar khan
https://firebase.google.com/docs/crash/android you can use this,, On Tue, Nov 8, 2016 at 11:32 PM, Chairi Kiourt wrote: > Thank you for your answer Steve Gabrilowitz, like i notice this code > creates a string with the error, but i didnt understand if stores the > string into

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Steve Gabrilowitz
I didn't include the LogEvent implementation on purpose, once you have the string you can do whatever you like with it, perhaps keep an ErrorLog table in your database? On Nov 8, 2016 1:32 PM, "Chairi Kiourt" wrote: > > Thank you for your answer Steve Gabrilowitz, like i

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
Thank you for your answer Steve Gabrilowitz, like i notice this code creates a string with the error, but i didnt understand if stores the string into a file, if it stores the error into a file, where i can find the file ??? and does any error is stored into a new file ??? which means that i

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
Thank you for your answer sardar khan, but like i noticed Firebase is something like an sdk, which i dont know to use, is there any example/tutorial about the crash report issues that i have ??? On Tuesday, November 8, 2016 at 7:52:50 PM UTC+2, sardar khan wrote: > > See FireBase Integration in

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread Steve Gabrilowitz
Try something like this: package com.gabriloware.teslalib; import java.io.PrintWriter; import java.io.StringWriter; import android.content.Context; import android.content.Intent; import android.os.Build; public class ExceptionHandler implements Thread.UncaughtExceptionHandler {

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread sardar khan
See FireBase Integration in android. On Tue, Nov 8, 2016 at 10:01 PM, Chairi Kiourt wrote: > Hi everyone, > > I am new on developing android app and i have a problem. > > I have developed and app for restaurant order in android studio, which > communicates wit an Apache

[android-developers] How to keep crash report of android app

2016-11-08 Thread Chairi Kiourt
Hi everyone, I am new on developing android app and i have a problem. I have developed and app for restaurant order in android studio, which communicates wit an Apache server to get the dishes, dish categories, available tables, receipts and etc. I use php to get the data from the mysql and to