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。
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
writeMessageObjectis writemessageObjectto atempURLtempURL is a file path,I'm worried about performance and frequency writes。