How Can We Maintain A Error Log File (.txt) On A Device For A Phonegap Based Ios And Android Application ?
How can we maintain a error Log file (.txt) on a device for a phonegap based iOS and android application ? Just like we have error log file in native android applications. Is there
Solution 1:
There is a plugin (Android only) cordova-plugin-logtofile which seems to do what you need.
It can be also manually achieved by using core plugin cordova-plugin-file: Cordova Example: Writing to a file.
Post a Comment for "How Can We Maintain A Error Log File (.txt) On A Device For A Phonegap Based Ios And Android Application ?"