1ABRT-ACTION-ANALYZ(1)             ABRT Manual            ABRT-ACTION-ANALYZ(1)
2
3
4

NAME

6       abrt-action-analyze-java - Calculate and save UUID & DUPHASH and
7       determine the level of usability for reporting of a Java stack trace.
8

SYNOPSIS

10       abrt-action-analyze-java [-v] [-d DIR] [-o] [-f FILE]
11

DESCRIPTION

13       The tool reads the file named backtrace from a problem data directory,
14       processes it and generates a universally unique identifier (UUID). Then
15       it saves this data as new element uuid. It also checks whether the
16       stack trace contains a remote address in any of its frames and if so it
17       creates not-reportable element whose contents explains why the stack
18       trace should not be reported into a bug tracking system.
19
20   Integration with ABRT events
21       abrt-action-analyze-java can be used to generate the UUID & DUPHAS of a
22       newly saved Java stack trace.
23
24           EVENT=post-create analyzer=Java   abrt-action-analyze-java
25

OPTIONS

27       -d DIR
28           Path to a problem directory. The tool reads the backtrace from
29           stdin when neither this option nor -f is provided.
30
31       -f FILE
32           Path to a stack trace. The tool reads the backtrace from stdin when
33           neither this option nor -d is provided.
34
35       -o
36           Print the result to stdout.
37
38       -v
39           Be more verbose. Can be given multiple times.
40

AUTHORS

42       ยท   ABRT team
43
44
45
46abrt-java-connector               01/19/2014             ABRT-ACTION-ANALYZ(1)
Impressum