Logging: Write versions from both app and extension

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-12-13 18:09:38 +05:30
parent ae565db371
commit efd4b28a0d
3 changed files with 13 additions and 17 deletions
@@ -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