You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add a log with a custom timestamp because I need to write a log from native (Plugin) to FLogs while the application is running.
But if I use MethodChannel to call the function from native to flutter. The timestamp would be incorrect so my log is difficult to read.
So I think if I get the timestamp from native and send it to Flutter. That can help resolve my issue.
Thanks,
The text was updated successfully, but these errors were encountered:
I need to add a log with a custom timestamp because I need to write a log from native (Plugin) to FLogs while the application is running.
But if I use MethodChannel to call the function from native to flutter. The timestamp would be incorrect so my log is difficult to read.
So I think if I get the timestamp from native and send it to Flutter. That can help resolve my issue.
Thanks,
The text was updated successfully, but these errors were encountered: