Blame SOURCES/0014-Add-an-abstract-to-README.patch

23d3c3
From aae392dd807e84b8742c42cd40090a0e25c6b7d3 Mon Sep 17 00:00:00 2001
23d3c3
From: Jakub Filak <jfilak@redhat.com>
23d3c3
Date: Mon, 2 Dec 2013 16:49:30 +0100
23d3c3
Subject: [PATCH 14/39] Add an abstract to README
23d3c3
23d3c3
Related to rhbz#1055581
23d3c3
---
23d3c3
 README | 11 +++++++++++
23d3c3
 1 file changed, 11 insertions(+)
23d3c3
23d3c3
diff --git a/README b/README
23d3c3
index f9545bd..bf0f8f3 100644
23d3c3
--- a/README
23d3c3
+++ b/README
23d3c3
@@ -1,6 +1,17 @@
23d3c3
 README
23d3c3
 ------
23d3c3
 
23d3c3
+ABRT Java Connector is a JVM agent which reports a Java exceptions to ABRT. The
23d3c3
+agent can report both caught and uncaught exceptions but by default it reports
23d3c3
+only uncaught exceptions. In order to be able to report even uncaught
23d3c3
+exceptions, the agent must register several JVMTI event callbacks and the
23d3c3
+processing inside of those callbacks have not-insignificant impact on the
23d3c3
+performance of an entire application.
23d3c3
+
23d3c3
+
23d3c3
+Usage
23d3c3
+-----
23d3c3
+
23d3c3
 It needs to be compiled as a shared native library (.so) and then loaded into
23d3c3
 JVM using -agentlib command line parameter.
23d3c3
 
23d3c3
-- 
23d3c3
1.8.3.1
23d3c3