AbolfaZlRezaEe / NMock

NMock is an application that you can use to mock your trips with fake locations. This application uses Google Map SDK and Neshan API for Map and location information.
22 stars 6 forks source link

Add functionalities for record logs into a file and send it to the sentry #12

Closed AbolfaZlRezaEe closed 2 years ago

AbolfaZlRezaEe commented 2 years ago

after the first release, we have a problem with debugging crashes and logs that I receive from the sentry. these logs don't have much data for debugging and I should have a file to write all my logs into it. after that, we should have the capacity to send this file to the Sentry.

AbolfaZlRezaEe commented 2 years ago

after implementing this feature, I design a simple UI for reporting logs to the server in HomeFragment as well.