Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 770 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 770 Bytes

ConsoleKit

ConsoleKit is a app that provide the feature of getting app console on device instantly and can send the logs via e-mail to anyone. This application reads the Log's (Printing message on debug console) that is implemented on our app. For example, If we are writing some Code for Printing message in our application that will be visible on development tool's Console when we are running application on emulator. But we can't see these logs when we are running in device,and in order to see logs we need to connect device with our development tool.Consolekit application reads these logs and display on device. If any error our application we can see the logs through this app and we can easy identify the cause of error and can send logs to anyone.