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 have a vpn app implemented via NetworkExtension.
i use MMWormhole for Transmit message with app and Extension.
but if app crash or user want feedback. i want get logs from NetworkExtension.
so
can i send logs directly from Extension to app, and save logs to app log file?
because is read the code , i see writeMessageObject is write messageObject to a tempURL
tempURL is a file path,I'm worried about performance and frequency writes。
The text was updated successfully, but these errors were encountered:
Main app and NetworkExtension share the same AppGroup sandbox directory, maybe NetworkExtension direct write log to a file path in shared AppGroup , and main app can also read the same log file.
I have a vpn app implemented via NetworkExtension.
i use MMWormhole for Transmit message with app and Extension.
but if app crash or user want feedback. i want get logs from NetworkExtension.
so
can i send logs directly from Extension to app, and save logs to app log file?
because is read the code , i see
writeMessageObject
is writemessageObject
to atempURL
tempURL is a file path,I'm worried about performance and frequency writes。
The text was updated successfully, but these errors were encountered: