From efd4b28a0de81a41c0d821300989bbd05ffa21c2 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 13 Dec 2018 18:09:38 +0530 Subject: Logging: Write versions from both app and extension Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/UI/iOS/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'WireGuard/WireGuard') diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift index f15aede..a5856e0 100644 --- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift +++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift @@ -22,6 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } wg_log(.info, message: "Launching app") + wg_log_versions_to_file() let window = UIWindow(frame: UIScreen.main.bounds) window.backgroundColor = UIColor.white -- cgit v1.2.3-59-g8ed1b