| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | LogType.swift | 11 case stacktrace = 2 29 case .stacktrace: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 122 public func stacktrace(type: LogType = .stacktrace, file: String = #fileID, line: UInt = #line) { in stacktrace() function
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 11 case stacktrace = 2 29 case .stacktrace: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 122 public func stacktrace(type: LogType = .stacktrace, file: String = #fileID, line: UInt = #line) { in stacktrace() function
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 11 case stacktrace = 2 29 case .stacktrace: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 122 public func stacktrace(type: LogType = .stacktrace, file: String = #fileID, line: UInt = #line) { in stacktrace() function
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | LogType.swift | 11 case stacktrace = 2 29 case .stacktrace: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 122 public func stacktrace(type: LogType = .stacktrace, file: String = #fileID, line: UInt = #line) { in stacktrace() function
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogEntry.swift | 15 var stacktrace: [String]? // Stacktrace (for error and fatal logs) variable 45 if let stacktrace = stacktrace { in asDict() variable 46 result["stacktrace"] = stacktrace in asDict()
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogEntry.swift | 15 var stacktrace: [String]? // Stacktrace (for error and fatal logs) variable 45 if let stacktrace = stacktrace { in asDict() variable 46 result["stacktrace"] = stacktrace in asDict()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Logging/ |
| H A D | UpdatesLogEntry.swift | 15 var stacktrace: [String]? // Stacktrace (for error and fatal logs) variable 45 if let stacktrace = stacktrace { in asDict() variable 46 result["stacktrace"] = stacktrace in asDict()
|
| /expo/packages/expo-updates/ios/EXUpdates/Logging/ |
| H A D | UpdatesLogEntry.swift | 15 var stacktrace: [String]? // Stacktrace (for error and fatal logs) variable 45 if let stacktrace = stacktrace { in asDict() variable 46 result["stacktrace"] = stacktrace in asDict()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogEntry.kt | 19 val stacktrace: List<String>?, in <lambda>() constant in abi47_0_0.expo.modules.updates.logging.UpdatesLogEntry 36 if (stacktrace != null && stacktrace.isNotEmpty()) { in <lambda>() 37 put("stacktrace", JSONArray(stacktrace)) in <lambda>()
|
| H A D | UpdatesLogger.kt | 137 val stacktrace = when (level) { in <lambda>() constant 155 stacktrace in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogEntry.kt | 19 val stacktrace: List<String>?, in <lambda>() constant in abi49_0_0.expo.modules.updates.logging.UpdatesLogEntry 36 if (stacktrace != null && stacktrace.isNotEmpty()) { in <lambda>() 37 put("stacktrace", JSONArray(stacktrace)) in <lambda>()
|
| H A D | UpdatesLogger.kt | 137 val stacktrace = when (level) { in <lambda>() constant 155 stacktrace in <lambda>()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/logging/ |
| H A D | UpdatesLogEntry.kt | 19 val stacktrace: List<String>?, in <lambda>() constant in expo.modules.updates.logging.UpdatesLogEntry 36 if (stacktrace != null && stacktrace.isNotEmpty()) { in <lambda>() 37 put("stacktrace", JSONArray(stacktrace)) in <lambda>()
|
| H A D | UpdatesLogger.kt | 137 val stacktrace = when (level) { in <lambda>() constant 155 stacktrace in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/logging/ |
| H A D | UpdatesLogEntry.kt | 19 val stacktrace: List<String>?, in <lambda>() constant in abi48_0_0.expo.modules.updates.logging.UpdatesLogEntry 36 if (stacktrace != null && stacktrace.isNotEmpty()) { in <lambda>() 37 put("stacktrace", JSONArray(stacktrace)) in <lambda>()
|
| H A D | UpdatesLogger.kt | 137 val stacktrace = when (level) { in <lambda>() constant 155 stacktrace in <lambda>()
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | UpdatesLoggerTests.swift | 42 XCTAssertNotNil(logEntry?.stacktrace) in test_BasicLoggingWorks() 52 XCTAssertNil(logEntry2?.stacktrace) in test_BasicLoggingWorks()
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withMod.ts | 145 function getDebugPluginStackFromStackTrace(stacktrace?: string): string { 146 if (!stacktrace) { 151 for (const line of stacktrace.split('\n')) {
|
| /expo/packages/expo-updates/src/__tests__/ |
| H A D | Updates-test.ios.ts | 86 stacktrace: ['Frame 1', 'Frame 2', 'Frame 3'], 96 expect(actual[1].stacktrace?.length).toEqual(3);
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withMod.js | 133 function getDebugPluginStackFromStackTrace(stacktrace) { argument 134 if (!stacktrace) { 138 for (const line of stacktrace.split('\n')) {
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/logging/ |
| H A D | UpdatesLoggingTest.kt | 45 Assert.assertNull(entryCopy?.stacktrace) in <lambda>() 56 Assert.assertNotNull(entryCopy2?.stacktrace) in <lambda>() 57 Assert.assertEquals(entry2.stacktrace?.size, entryCopy2?.stacktrace?.size) in <lambda>() 110 …Assert.assertEquals(MAX_FRAMES_IN_STACKTRACE, UpdatesLogEntry.create(secondLogs[0])?.stacktrace?.s… in <lambda>()
|