Skip to content

Instantly share code, notes, and snippets.

View radixdev's full-sized avatar
💭
hi

Julian Richard Contreras radixdev

💭
hi
View GitHub Profile
2017-09-18 19:05:41.970 18651-18692/com.YourCompany.BrazeSample I/MediaPlayer: Need to enable context aware info
2017-09-18 19:05:41.970 18651-18692/com.YourCompany.BrazeSample V/MediaPlayer-JNI: native_setup
2017-09-18 19:05:41.971 18651-18692/com.YourCompany.BrazeSample V/MediaPlayerNative: constructor
2017-09-18 19:05:41.978 18651-18692/com.YourCompany.BrazeSample V/MediaPlayerNative: setListener
2017-09-18 19:05:41.987 18651-18692/com.YourCompany.BrazeSample D/UE4: [2017.09.18-23.05.41:987][ 0]LogMoviePlayer: Initializing movie player
2017-09-18 19:05:41.990 18651-18692/com.YourCompany.BrazeSample D/UE4: [2017.09.18-23.05.41:990][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 27C2EC554FB498A2D539FCB462D7B150 | Instance: DAD310EE445440A6B722C3C41D6CFF39 (SM-G930V-18651).
2017-09-18 19:05:41.992 18651-18692/com.YourCompany.BrazeSample D/UE4: [2017.09.18-23.05.41:992][ 0]LogTcpMessaging: Initializing TcpMessaging bridge, listening on 127.0.0.1:6666
2017-09-18 19:05:42.024 1865
pprof
Search regexp
main alloc_space
bytes.(*Buffer).grow
/Users/julian/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.7.darwin-arm64/src/bytes/buffer.go
Total: 0 88.72MB (flat, cum) 28.32%
102 . .
103 . . // Reset resets the buffer to be empty,
104 . . // but it retains the underlying storage for use by future writes.