Skip to content

Commit 58a6106

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ea1bf80 of spec repo
1 parent 1fcccec commit 58a6106

5 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ELF minimal test file for NDK symbol upload testing
2+
This is a placeholder representing an Android native library
3+
Build ID: abc123def456
4+
Architecture: arm64-v8a
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ProGuard/R8 mapping file
2+
# Generated for testing purposes
3+
4+
com.example.app.MainActivity -> a.a.a:
5+
void onCreate(android.os.Bundle) -> a
6+
void onResume() -> b
7+
void onPause() -> c
8+
9+
com.example.app.utils.NetworkHelper -> a.a.b:
10+
java.lang.String baseUrl -> a
11+
void sendRequest(java.lang.String) -> a
12+
void handleResponse(java.lang.String) -> b
13+
14+
com.example.app.models.User -> a.a.c:
15+
java.lang.String name -> a
16+
java.lang.String email -> b
17+
int getId() -> a
18+
void setId(int) -> a
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Flutter symbol file for crash symbolication testing
2+
Platform: android
3+
Architecture: arm64
4+
Variant: release
5+
Build: test-flutter-app-1.0.0
6+
7+
Symbol Table:
8+
0x00001000 _kDartIsolateSnapshotData
9+
0x00002000 _kDartIsolateSnapshotInstructions
10+
0x00003000 _kDartVmSnapshotData
11+
0x00004000 _kDartVmSnapshotInstructions
231 Bytes
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 3,
3+
"file": "main.jsbundle",
4+
"sources": ["App.js", "components/Button.js"],
5+
"sourcesContent": [
6+
"import React from 'react';\nexport default function App() {\n return <View />;\n}\n",
7+
"import React from 'react';\nexport function Button({ onPress }) {\n return <TouchableOpacity onPress={onPress} />;\n}\n"
8+
],
9+
"names": ["React", "App", "View", "Button", "onPress", "TouchableOpacity"],
10+
"mappings": "AAAA,OAAOA,KAAK,MAAM,QAClB,eAAe,SAASC,MACxB,OAAOC"
11+
}

0 commit comments

Comments
 (0)