How to debug errors in aide application | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

How to debug errors in aide application

I don't know

2nd Dec 2020, 11:16 AM
Dilitha Danujika
Dilitha Danujika - avatar
3 ответов
+ 5
In simple I don't have any idea how log reports works in AIDE as prior to Android studio. But the trick is pretty different, You have to use exception handling using try catch. And write the exception results in the separate file. Or simply use Toast. try{ String arr[] =new String [9]; String x=arr[10]; }catch(Exception e){ String error=e.toString(); //write error to the files or use Toast to display error }
2nd Dec 2020, 11:32 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
+ 3
I got it 👍👍
3rd Dec 2020, 11:18 AM
Dilitha Danujika
Dilitha Danujika - avatar
0
Hi
12th Jan 2021, 6:25 AM
Shaurya Pratap Singh
Shaurya Pratap Singh - avatar