func applicationWillEnterForeground()

in PoC/iOS/Bluetooth Tracing PoC/Sources/AppDelegate.swift [60:62]


    func applicationWillEnterForeground(_ application: UIApplication) {
        Logger.shared.logMessage("A will enter foreground\n")
    }