Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AppendMsg
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
printer.cpp
56
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Build info:" + buildInfo + "\n");
in PrintDumpHeader()
60
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Timestamp:" + GetCurrentTimeStr(request->timeStamp));
in PrintDumpHeader()
88
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Fault thread info:\n");
in PrintDumpHeader()
115
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Reason:");
in PrintReason()
126
DfxRingBufferWrapper::GetInstance().
AppendMsg
(process->reason);
in PrintReason()
154
DfxRingBufferWrapper::GetInstance().
AppendMsg
(process->reason);
in PrintReason()
165
DfxRingBufferWrapper::GetInstance().
AppendMsg
("\nMaps:\n");
in PrintProcessMapsByConfig()
167
DfxRingBufferWrapper::GetInstance().
AppendMsg
((*iter)->ToString());
in PrintProcessMapsByConfig()
175
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Other thread info:\n");
in PrintOtherThreadHeaderByConfig()
231
DfxRingBufferWrapper::GetInstance().
AppendMsg
("
in PrintThreadBacktraceByConfig()
[all...]
H
A
D
dfx_ring_buffer_wrapper.h
45
void
AppendMsg
(const std::string& msg);
H
A
D
dfx_fault_stack.cpp
176
DfxRingBufferWrapper::GetInstance().
AppendMsg
("FaultStack:\n");
in Print()
181
DfxRingBufferWrapper::GetInstance().
AppendMsg
(" ...\n");
in Print()
264
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Memory near registers:\n");
in PrintRegisterMemory()
267
DfxRingBufferWrapper::GetInstance().
AppendMsg
(block.name + ":\n");
in PrintRegisterMemory()
H
A
D
dfx_ring_buffer_wrapper.cpp
71
void DfxRingBufferWrapper::
AppendMsg
(const std::string& msg)
in AppendMsg()
function in OHOS::HiviewDFX::DfxRingBufferWrapper
91
AppendMsg
(std::string(buf));
in AppendBuf()
H
A
D
dfx_unwind_async_thread.cpp
133
DfxRingBufferWrapper::GetInstance().
AppendMsg
("RegisterInfo is not existed for crash process");
in UnwindThreadFallback()
139
DfxRingBufferWrapper::GetInstance().
AppendMsg
("MapsInfo is not existed for crash process");
in UnwindThreadFallback()
H
A
D
process_dumper.cpp
421
DfxRingBufferWrapper::GetInstance().
AppendMsg
(
in IsTargetProcessAlive()
831
DfxRingBufferWrapper::GetInstance().
AppendMsg
("Result:\n");
in WriteDumpRes()
832
DfxRingBufferWrapper::GetInstance().
AppendMsg
(DfxDumpRes::ToString(res) + "\n");
in WriteDumpRes()
Completed in 4 milliseconds