Home
last modified time | relevance | path

Searched refs:stacktrace (Results 1 – 25 of 56) sorted by relevance

123

/expo/packages/expo-modules-core/ios/Swift/Logging/
H A DLogType.swift11 case stacktrace = 2
29 case .stacktrace:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift122 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 DLogType.swift11 case stacktrace = 2
29 case .stacktrace:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift122 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 DLogType.swift11 case stacktrace = 2
29 case .stacktrace:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift122 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 DLogType.swift11 case stacktrace = 2
29 case .stacktrace:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift122 public func stacktrace(type: LogType = .stacktrace, file: String = #fileID, line: UInt = #line) { in stacktrace() function
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Logging/
H A DUpdatesLogEntry.swift15 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 DUpdatesLogEntry.swift15 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 DUpdatesLogEntry.swift15 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 DUpdatesLogEntry.swift15 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 DUpdatesLogEntry.kt19 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 DUpdatesLogger.kt137 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 DUpdatesLogEntry.kt19 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 DUpdatesLogger.kt137 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 DUpdatesLogEntry.kt19 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 DUpdatesLogger.kt137 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 DUpdatesLogEntry.kt19 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 DUpdatesLogger.kt137 val stacktrace = when (level) { in <lambda>() constant
155 stacktrace in <lambda>()
/expo/packages/expo-updates/ios/Tests/
H A DUpdatesLoggerTests.swift42 XCTAssertNotNil(logEntry?.stacktrace) in test_BasicLoggingWorks()
52 XCTAssertNil(logEntry2?.stacktrace) in test_BasicLoggingWorks()
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithMod.ts145 function getDebugPluginStackFromStackTrace(stacktrace?: string): string {
146 if (!stacktrace) {
151 for (const line of stacktrace.split('\n')) {
/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.ios.ts86 stacktrace: ['Frame 1', 'Frame 2', 'Frame 3'],
96 expect(actual[1].stacktrace?.length).toEqual(3);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithMod.js133 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 DUpdatesLoggingTest.kt45 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>()

123