This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-02-03 13:03:31.240 11342-11342/? I/a: Choosing c as the best supported screen scraper. | |
2021-02-03 13:03:31.241 11342-11342/? D/InputMethodManager: HSIFW - flag : 2 | |
2021-02-03 13:03:31.241 1030-3203/? D/InputMethodManagerService: --- calledFromForegroundUserOrSystemProcess ? calling uid = 10193 system uid = 1000 calling userId = 0, foreground user id = 0, calling pid = 11342com.android.server.inputmethod.InputMethodManagerService.hideSoftInput(InputMethodManagerService.java:3708) | |
2021-02-03 13:03:31.241 1030-3203/? V/InputMethodManagerService: Client requesting input be hidden | |
2021-02-03 13:03:31.241 1030-3203/? V/InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false | |
2021-02-03 13:03:31.256 11342-12414/? W/KnoxScreenScraper: Knox is activated. | |
2021-02-03 13:03:31.257 11342-11342/? D/Dialog: mIsSamsungBasicInteraction = false | |
2021-02-03 13:03:31.257 11342-12414/? W/KnoxScreenScraper: Knox is activated. | |
2021-02-03 13:03:31.257 11342-11342/? D/Dialog: mIsSamsungBasicInteraction = f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"videoFileSize": "2889 Kb", | |
"stoppedBy": "stop_button", | |
"audioDisconnections": [ | |
{ | |
"time": "Optional(\"0.00 seconds\")", | |
"mode": "AudioInputModeExternalMic" | |
}, | |
{ | |
"time": "Optional(\"17.85 seconds\")", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// RegexManager.swift | |
// | |
// Created by Pablo Martinez on 26/05/2017. | |
// Copyright © 2017 PabloSoftware. All rights reserved. | |
// | |
import Foundation | |
extension String{ |