[android-developers] Re: Firebase crash report reset

2016-11-20 Thread Chairi Kiourt
??? On Saturday, November 19, 2016 at 4:15:39 PM UTC+2, Chairi Kiourt wrote: > > any idea ?? > > > > On Friday, November 18, 2016 at 8:05:23 PM UTC+2, Chairi Kiourt wrote: >> >> Hi every one, >> >> Is there any way to reset an app in firebase crash

[android-developers] firebase, crash report, identification of the tablet from multiple same tablets

2016-11-20 Thread Chairi Kiourt
Hi everyone Some day ago i used the firebase crash report, to find out the crashes of my app installed in tablet devices. Now i get the reports, but i dont know from which exactly tablet i get the error, Fire base gives the model of the tablet and some additional information for it. But, in my

[android-developers] Re: Firebase crash report reset

2016-11-19 Thread Chairi Kiourt
any idea ?? On Friday, November 18, 2016 at 8:05:23 PM UTC+2, Chairi Kiourt wrote: > > Hi every one, > > Is there any way to reset an app in firebase crash report, i mean to > delete all reports and to start new session. > > Thanks > -- You received this message be

[android-developers] Firebase crash report reset

2016-11-18 Thread Chairi Kiourt
Hi every one, Is there any way to reset an app in firebase crash report, i mean to delete all reports and to start new session. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] disable autostart app after crash

2016-11-18 Thread Chairi Kiourt
Hi, I have an app that auto restarts after a crash, is there any way to disable this.I mean not to start automatically after the crash. Thank you in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

Re: [android-developers] Re: ImageLoader error and crashes the application

2016-11-17 Thread Chairi Kiourt
Dear Sardar, first of thank you for your answer. Is it easy for you explain me what I have to do or give me a code example based on my code, because I am not so familiar with java android code. Thank you again -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: ImageLoader error and crashes the application

2016-11-16 Thread Chairi Kiourt
Any help please??? On Tuesday, November 15, 2016 at 7:04:11 PM UTC+2, Chairi Kiourt wrote: > > Hi everyone i am new to android > > I have an app which gets data from a mysql by using php. The problem is > that the application crashes some times unexpectivly, i put the firebase

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

2016-11-08 Thread Chairi Kiourt
ion 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 Kiourt" <cha...@gmail.com > > wrote: > >> Is it easy for you to provide my the LogEvent code, that stores every >> crash withi

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

2016-11-08 Thread Chairi Kiourt
u can use this,, > > On Tue, Nov 8, 2016 at 11:32 PM, Chairi Kiourt <cha...@gmail.com > > 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 a file

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

2016-11-08 Thread Chairi Kiourt
u 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" <cha...@gmail.com > > wrote: > > > > Thank you for your answer Steve Gabrilowitz, like i notice th

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

2016-11-08 Thread Chairi Kiourt
xit(10); > >} > > } > > > > public class TeslaApplication extends Application { > > public LogFragment Logger=null; > > @Override > public void onCreate() { > super.onCreate(); > Thread.setDefaultUncaughtExceptionHandler(ne

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

2016-11-08 Thread Chairi Kiourt
ration in android. > > On Tue, Nov 8, 2016 at 10:01 PM, Chairi Kiourt <cha...@gmail.com > > 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 stud

[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